mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
chore: update standalone mocknet instructions
This commit is contained in:
@@ -17,7 +17,7 @@ docker run -p 3999:3999 blockstack/stacks-blockchain-api-standalone
|
||||
Similarly, a "mocknet" instance can be started. This runs a local node, isolated from the testnet/mainnet:
|
||||
|
||||
```shell
|
||||
docker run -p 3999:3999 blockstack/stacks-blockchain-api-standalone mocknet
|
||||
docker run -p 3999:3999 -e STACKS_NETWORK=mocknet blockstack/stacks-blockchain-api-standalone
|
||||
```
|
||||
|
||||
Once the blockchain has synced with network, the API will be available at:
|
||||
|
||||
Reference in New Issue
Block a user