25 lines
754 B
Markdown
25 lines
754 B
Markdown
# Web Interace to withdraw sBTC
|
|
|
|
This interace has been developed within the sBTC Developer Release Program.
|
|
|
|
## Usage
|
|
|
|
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/`.
|
|
|
|
|
|
## Screenshots
|
|
|
|
![Home](./screenshots/0_homescreen.png "Waiting for user to connect")
|
|
|
|
![Sign](./screenshots/1_sign.png "Prove ownership of sBTC")
|
|
|
|
![Ready](./screenshots/2_ready.png "Do you want to deposit?")
|
|
|
|
![Confirmed](./screenshots/3_confirmed.png "Transaction is confirmed")
|
|
|
|
|
|
## License
|
|
[GPL-3.0-or-later](./LICENSES/GPL-3.0-or-later.txt)
|