v0.1.1 SlurmChurm
This represents a preliminary release with minimal functionality with the following modules
- identity
- governance
- delegation
To run against the live Edgeware testnet, download the zip file 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
./init.sh
- Run
./build.sh
- Run
cargo build --release
- Run
./target/release/edgeware --chain edgeware --name {INSERT_NAME}