Implementation of a https://pirl.io node in Rust based on the Substrate framework.
If you just wish to run a Pirl node without compiling it yourself, you may either run the latest binary from our releases page, or install Pirl from one of our package repositories.
Connect to the global Polkadot Mainnet network by running:
./target/release/pirl --chain=pirl
You can see your node on telemetry (set a custom name with --name "my custom name"
).
cargo +nightly-2020-10-06-x86_64-unknown-linux-gnu build --release