2023-10-25 16:34:59 +02:00
|
|
|
# Web Interace to deposit sBTC
|
|
|
|
|
|
|
|
This interace has been developed within the sBTC Developer Release Program.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2023-10-26 10:08:50 +02:00
|
|
|
Make sure you have your [sBTC Development Environment](https://github.com/stacks-network/sbtc/tree/main/devenv) up and running.
|
|
|
|
After fetchinng the dependencies with `yarn install`, you can start the web interface with `yarn dev`.
|
|
|
|
The web UI is accessible at `http://localhost:3000/`.
|
2023-10-25 16:34:59 +02:00
|
|
|
|
|
|
|
|
2023-10-25 21:41:03 +02:00
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![Home](./screenshots/0_homescreen.png "Waiting for user to connect")
|
|
|
|
|
|
|
|
![Ready](./screenshots/1_ready.png "Connected, do you want to deposit?")
|
|
|
|
|
|
|
|
![Confirmed](./screenshots/2_confirmed.png "Transaction is confirmed")
|
|
|
|
|
|
|
|
|
2023-10-25 16:34:59 +02:00
|
|
|
## License
|
|
|
|
[GPL-3.0-or-later](./LICENSES/GPL-3.0-or-later.txt)
|