Skip to content

Commit

Permalink
Rename chain specs files
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyed-kamran committed Mar 27, 2023
1 parent f92b5c7 commit 844d4a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,24 +192,26 @@ cd peaq-network-node

2. Checkout the appropriate branch:
```bash
git checkout run_parachain_with_docker_commands
git checkout run_peaq_dev_parachain_with_docker_commands
```
3. Create the following folder:
```bash
mkdir ./.local
```

The folder .local is needed because that is where data such as session keys are stored for validators. Also we bind mount from the container folder /root/.local to the host machine project root folder ./.local.

Now run the following script to start a peaq-network-node parachain that will connect to the polkadot relay chain running in peaq development envoirnment:
```bash
./scripts/docker_run.sh
./target/release/peaq-node \
--chain ./node/src/chain-specs/parachain.raw.1.config \
--chain ./node/src/chain-specs/peaq-dev-parachain-raw.json \
--base-path /tmp/parachain/alice \
--port 40333 \
--ws-port 8844 \
-- \
--execution wasm \
--chain ./node/src/chain-specs/relaychain.raw.2.config \
--chain ./node/src/chain-specs/rococo-local-relaychain-raw.json \
--port 30343 \
--ws-port 9977
```
Expand Down
File renamed without changes.

0 comments on commit 844d4a6

Please sign in to comment.