diff --git a/README.md b/README.md index c0cdc4a..f9e62e2 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,14 @@ This interace has been developed within the sBTC Developer Release Program. Start your local development servers and then simply run `yarn dev`. +## 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") + + ## License [GPL-3.0-or-later](./LICENSES/GPL-3.0-or-later.txt) diff --git a/screenshots/0_homescreen.png b/screenshots/0_homescreen.png new file mode 100644 index 0000000..ce01d27 Binary files /dev/null and b/screenshots/0_homescreen.png differ diff --git a/screenshots/1_ready.png b/screenshots/1_ready.png new file mode 100644 index 0000000..fe5873f Binary files /dev/null and b/screenshots/1_ready.png differ diff --git a/screenshots/2_confirmed.png b/screenshots/2_confirmed.png new file mode 100644 index 0000000..7d6c5c2 Binary files /dev/null and b/screenshots/2_confirmed.png differ