Updated readme, package.json, and yarn.lock
This commit is contained in:
parent
0b2c00d31f
commit
bbf6ef2490
3
.gitignore
vendored
3
.gitignore
vendored
@ -33,6 +33,3 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
# Other
|
|
||||||
yarn.lock
|
|
||||||
|
@ -4,7 +4,9 @@ This interace has been developed within the sBTC Developer Release Program.
|
|||||||
|
|
||||||
## Usage
|
## 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
|
## Screenshots
|
||||||
|
@ -11,11 +11,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scure/bip32": "^1.3.2",
|
"@scure/bip32": "^1.3.2",
|
||||||
"@scure/btc-signer": "^1.1.0",
|
"@scure/btc-signer": "^1.1.0",
|
||||||
"@stacks/common": "^6.8.1",
|
"@stacks/connect": "^7.4.1",
|
||||||
"@stacks/connect": "^7.4.0",
|
|
||||||
"@stacks/network": "^6.8.1",
|
|
||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"flowbite": "^1.8.1",
|
|
||||||
"flowbite-react": "^0.6.4",
|
"flowbite-react": "^0.6.4",
|
||||||
"next": "13.5.6",
|
"next": "13.5.6",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
|
Loading…
Reference in New Issue
Block a user