mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
update local setup to rococo-v1 (#293)
This commit is contained in:
+4
-2
@@ -85,7 +85,8 @@ chain, and from the relay chain to its destination parachain.
|
||||
```bash
|
||||
# Compile Polkadot with the real overseer feature
|
||||
git clone https://github.com/paritytech/polkadot
|
||||
git checkout master
|
||||
git fetch
|
||||
git checkout rococo-v1
|
||||
cargo build --release --features=real-overseer
|
||||
|
||||
# Generate a raw chain spec
|
||||
@@ -103,7 +104,8 @@ cargo build --release --features=real-overseer
|
||||
```bash
|
||||
# Compile
|
||||
git clone https://github.com/paritytech/cumulus
|
||||
git checkout master
|
||||
git fetch
|
||||
git checkout rococo-v1
|
||||
cargo build --release
|
||||
|
||||
# Export genesis state
|
||||
|
||||
Reference in New Issue
Block a user