Skip to content
Prev Previous commit
Next Next commit
Fix documentation
  • Loading branch information
Andreas Pasch committed Dec 3, 2018
commit f2294b0a85e69bec7fe7d76ae34e3c49b132f7e4
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# substrate-poc
A new SRML-based Substrate node, ready for hacking
# prototype-chain

## Run inside docker container
Substrate node implementation for the KILT prototype

```
docker build -t substrate-poc .
docker run -p 9933:9933 -p 9944:9944 -p 30333:30333 --publish-all=true -it substrate-poc
```

## Running a local node that connects to the KILT prototype test net
## Running a local node that connects to the KILT prototype test environment in AWS

There are 2 boot nodes running in the KILT test net:

Expand All @@ -21,4 +15,4 @@ To connect to the Alice node you can use the shell script `connect.sh`:
connect.sh --key Charly --name "CHARLY"
```

You can use any of the accounts declared in the chain spec to connect.
You can use any of the accounts declared in the chain spec to connect (Alice, Bob, Charly, Dave, Eve, Ferdie).