Skip to content

Instantly share code, notes, and snippets.

@laboon
Created May 23, 2019 18:40
Show Gist options
  • Save laboon/da8fca5f6c8839cb6ddc73741c49d458 to your computer and use it in GitHub Desktop.
Save laboon/da8fca5f6c8839cb6ddc73741c49d458 to your computer and use it in GitHub Desktop.
Commands for Substrate Workshop, "Build Your Own Blockchain With Substrate"

Run the default initial blockchain

./target/debug/node-template
--base-path /tmp/alice
--chain=local
--key //Alice
--port 30333
--telemetry-url ws://telemetry.polkadot.io:1024
--validator
--name AlicesNode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment