v0.1.6 Twisting Edward
Twisting Edward Testnet
To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.
- 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)`
- Run
./build.sh
- Run
cargo build --release
- Run
./target/release/edgeware --chain=edgeware --name {INSERT_NAME}