git.delta.rocks / unique-network / refs/commits / a78501c8cc4a

difftreelog

Remove runtime-specific node doc

Daniel Shiposha2022-03-15parent: #fd782c8.patch.diff
in: master

1 file changed

modifiedREADME.mddiffbeforeafterboth
71cargo build --release71cargo build --release
72```72```
7373
74##### _Building the node using the Quartz Runtime (optional)_
75* Build debug version
76```bash
77cargo build --package unique-rpc --package unique-node --no-default-features --features quartz-runtime
78```
79
80* Build release version
81```bash
82cargo build --release --package unique-rpc --package unique-node --no-default-features --features quartz-runtime
83```
84
85##### _Building the node using the Opal Runtime (optional)_
86* Build debug version
87```bash
88cargo build --package unique-rpc --package unique-node --no-default-features --features opal-runtime
89```
90
91* Build release version
92```bash
93cargo build --release --package unique-rpc --package unique-node --no-default-features --features opal-runtime
94```
95
96## Building as Parachain locally74## Building as Parachain locally
9775
98Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)76Note: checkout this project and all related projects (see below) in the sibling folders (both under the same folder)