git.delta.rocks / unique-network / refs/commits / 22411fe8ee27

difftreelog

readme multiple runtimes

Igor Kozyrev2022-03-29parent: #2dfd736.patch.diff
in: master

3 files changed

modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2021-11-111RUST_TOOLCHAIN=nightly-2021-11-11
2RUST_C=1.58.0-nightly2RUST_C=1.58.0-nightly
3POLKA_VERSION=release-v0.9.173POLKA_VERSION=release-v0.9.18
4UNIQUE_BRANCH=develop4UNIQUE_BRANCH=develop
5USER=***5USER=***
6PASS=***6PASS=***
modifiedREADME.mddiffbeforeafterboth
6363
645. Build:645. Build:
65```bash65```bash
66cargo build66cargo build --features=unique-runtime,quartz-runtime --release
67```67```
6868
69optionally, build in release:
70```bash
71cargo build --release
72```
73
74## Building as Parachain locally69## Building as Parachain locally
7570
76Note: 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)
modifiednode/cli/Cargo.tomldiffbeforeafterboth
283license = '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'
287287
288[[bin]]288[[bin]]
289name = 'unique-collator'289name = 'unique-collator'