Skip to content

Commit

Permalink
Merge pull request #14 from KILTprotocol/feature/ap_improve_local_dev…
Browse files Browse the repository at this point in the history
…elopment_documentation

feat: update documentation for build / run chain locally in docker
  • Loading branch information
foby authored Mar 14, 2019
2 parents 5308d8a + 0199a5f commit 15f6e35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ The node should be connected to the KILT testnet.
b. For local development with an isolated local chain, execute:

```
docker run -p 9944:9944 348099934012.dkr.ecr.eu-central-1.amazonaws.com/kilt/prototype-chain ./start-node.sh --account-name Alice
# build docker image (only do if code has changed, takes ~15 min)
docker build -t prototype-chain .
# run chain in dev mode locally
docker run -p 9944:9944 prototype-chain ./target/debug/node --dev --ws-port 9944 --ws-external --rpc-external
```

0 comments on commit 15f6e35

Please sign in to comment.