chore: update standalone mocknet instructions

This commit is contained in:
Rafael Cárdenas
2021-12-10 13:44:45 -06:00
committed by GitHub
parent b2540831c3
commit d479309dcd

View File

@@ -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: