Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 742 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 742 Bytes

Pirl

Implementation of a https://pirl.io node in Rust based on the Substrate framework.

Pirl Docs.

Installation

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 Pirl Mainnet

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").

Build

cargo +nightly-2020-10-06-x86_64-unknown-linux-gnu build --release