Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Fix table (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonStephens authored Oct 1, 2023
1 parent ecee82f commit 2ec206d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sbtc-releases/sbtc-dev/get-started-on-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Local setup
Devnet is a setup with a local bitcoin node running regtest, a local stacks node running testnet and connecting to the local bitcoin node. In addition, explorers and api servers are setup to provide easy access to information.

Developers can use docker to setup all required services.
Developers should use docker to setup all required services.

The following steps have to be done
1. Launch devnet.
Expand All @@ -19,14 +19,15 @@ The following steps have to be done
### Configuration
The default values are set as follows using the same seed phase defined in `romeo/asset-contract/settings/Devnet.toml`:

|field|value|explanation|
|----|----|---|
| seed phrase | twice kind fence tip hidden tilt action fragile skin nothing glory cousin green tomorrow spring wrist shed math olympic multiply hip blue scout claw | main/deployer wallet |
| peg wallet | bcrt1pte5zmd7qzj4hdu45lh9mmdm0nwq3z35pwnxmzkwld6y0a8g83nnqhj6vc0| taproot address from seed phrase |
| stx deployer | ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM | |

Create configuration file `config.json` in a new folder `romeo/testing` with the following content:

1. Create configuration file `config.json` in a new folder `romeo/testing` with the following content:
```
```json
{
"stacks_network": "testnet",
"bitcoin_network": "regtest",
Expand Down

0 comments on commit 2ec206d

Please sign in to comment.