Skip to content

Commit

Permalink
Merge pull request #16 from KILTprotocol/docs/update
Browse files Browse the repository at this point in the history
docs: added updating instructions
  • Loading branch information
tjwelde authored Mar 19, 2019
2 parents f0023a2 + 33b5fb1 commit 973c11b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Substrate node implementation for the KILT prototype

## Updating with latest substrate-node-template

The command `substrate-node-new`, described in https://docs.substrate.dev/docs/creating-a-custom-substrate-chain downloads a node-template, which this repo bases on.
We just added our modules to the runtime.

To update it, a stable template can be copied from https://github.com/shawntabrizi/substrate-package.
Just copy the contents of substrate-node-template and add our changes on top.

If the mentioned repo of shawntabrizi isn't updated anymore, the `substrate-node-new` command can still be used to get a fresh node-template. It might need some changes to work, though.

## Running a local node that connects to KILT prototype testnet in AWS

There are master boot nodes running in the KILT testnet:
Expand Down

0 comments on commit 973c11b

Please sign in to comment.