Skip to content

Darwinia relay chain for the Darwinia Network, can connect to Polkadot as parachain in Polkadot Model

License

Notifications You must be signed in to change notification settings

freehere107/darwinia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evolution Land Chain

Land based on Parity Substrate.

Fresh start

If your device is clean (such as a fresh cloud VM) you can use this script, otherwise, proceed with the Initial Setup.

./setup.sh

Then proceed to the Running instructions or follow the instructions below for the manual setup.

Initial Setup

curl https://sh.rustup.rs -sSf | sh
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup update stable
cargo install --git https://github.com/alexcrichton/wasm-gc

You will also need to install the following packages:

Linux:

sudo apt install cmake pkg-config libssl-dev git clang libclang-dev

Mac:

brew install cmake pkg-config openssl git llvm

Building

./build.sh
cargo build --release

Running

./target/release/evolutionland --dev

About

Darwinia relay chain for the Darwinia Network, can connect to Polkadot as parachain in Polkadot Model

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 85.3%
  • Go 7.7%
  • Shell 5.3%
  • Python 1.3%
  • Dockerfile 0.4%