Skip to content

v0.1.3 Basquiat

Compare
Choose a tag to compare
@drewstone drewstone released this 28 Feb 21:32
· 337 commits to master since this release
c9db374

Basquiat 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}