Skip to content

starkleytech/pirl-2_0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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