Skip to content

v0.1.6 Twisting Edward

Compare
Choose a tag to compare
@drewstone drewstone released this 18 Mar 14:49
· 296 commits to master since this release
900d297

Twisting Edward Testnet

To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.

  1. First cd into the project directory and edit the ./build.sh file to change the following lines
PROJECT_ROOT=`git rev-parse --show-toplevel`

to

PROJECT_ROOT=`echo $(pwd)`
  1. Run ./build.sh
  2. Run cargo build --release
  3. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}