Updated readme, package.json, and yarn.lock

This commit is contained in:
Ämin Baumeler 2023-10-26 10:08:50 +02:00
parent 0b2c00d31f
commit bbf6ef2490
4 changed files with 2944 additions and 8 deletions

3
.gitignore vendored
View File

@ -33,6 +33,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# Other
yarn.lock

View File

@ -4,7 +4,9 @@ This interace has been developed within the sBTC Developer Release Program.
## Usage
Start your local development servers and then simply run `yarn dev`.
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

View File

@ -11,11 +11,8 @@
"dependencies": {
"@scure/bip32": "^1.3.2",
"@scure/btc-signer": "^1.1.0",
"@stacks/common": "^6.8.1",
"@stacks/connect": "^7.4.0",
"@stacks/network": "^6.8.1",
"@stacks/connect": "^7.4.1",
"encoding": "^0.1.13",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.4",
"next": "13.5.6",
"react": "^18",

2940
yarn.lock Normal file

File diff suppressed because it is too large Load Diff