Skip to content

Commit

Permalink
Update fork-off-substrate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sameh-farouk authored Jul 14, 2024
1 parent 4a382c3 commit 369558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/fork-off-substrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Before you start, you need to have the following items:
```bash
cp ../../substrate-node/target/debug/wbuild/tfchain-runtime/tfchain_runtime.compact.wasm ./data/runtime.wasm
```
* Run a full node for your blockchain locally (Recommended but should be fully synced) or have an external endpoint handy (but should be running with `--rpc-methods Unsafe` flag, and depending on the chain size you can need to increase the node's default `rpc-max-response-size`)
* Run a full node for your blockchain locally (Recommended but should be fully synced) or have an external endpoint handy (but should be running with `--rpc-methods Unsafe` flag, and depending on the chain size you may need to increase the node's default `rpc-max-response-size`)
```bash
../../substrate-node/target/debug/tfchain --chain ../../substrate-node/chainspecs/dev/chainSpecRaw.json --rpc-external --rpc-methods Unsafe
```
Expand Down

0 comments on commit 369558e

Please sign in to comment.