Skip to content

v0.1.1 SlurmChurm

Compare
Choose a tag to compare
@drewstone drewstone released this 07 Jan 17:23
· 464 commits to master since this release
da41d98

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.

  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 ./init.sh
  2. Run ./build.sh
  3. Run cargo build --release
  4. Run ./target/release/edgeware --chain edgeware --name {INSERT_NAME}