difftreelog
readme multiple runtimes
in: master
3 files changed
.envdiffbeforeafterboth1RUST_TOOLCHAIN=nightly-2021-11-111RUST_TOOLCHAIN=nightly-2021-11-112RUST_C=1.58.0-nightly2RUST_C=1.58.0-nightly3POLKA_VERSION=release-v0.9.173POLKA_VERSION=release-v0.9.184UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop5USER=***5USER=***6PASS=***6PASS=***README.mddiffbeforeafterboth6363645. Build:645. Build:65```bash65```bash66cargo build66cargo build --features=unique-runtime,quartz-runtime --release67```67```686869optionally, build in release:70```bash71cargo build --release72```7374## Building as Parachain locally69## Building as Parachain locally757076Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)71Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)node/cli/Cargo.tomldiffbeforeafterboth283license = 'GPLv3'283license = 'GPLv3'284name = 'unique-node'284name = 'unique-node'285repository = 'https://github.com/UniqueNetwork/unique-chain'285repository = 'https://github.com/UniqueNetwork/unique-chain'286version = '0.9.17'286version = '0.9.18'287287288[[bin]]288[[bin]]289name = 'unique-collator'289name = 'unique-collator'