/darwinia-common

Darwinia Runtime Pallet Library and Pangolin/Pangoro Testnet

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Darwinia Runtime Module Library

The Darwinia Runtime Module Library (DRML) is a darwinia.network maintained collection of Substrate runtime modules.

Runtime Modules Overview

Development

The darwinia-common has some test chains. you can start use deploy.sh

Pangolin Testnet

With Script

./tests/local-testnet/deploy.sh pangolin
validator rpc-port ws-port node-key
alice 30433 10044 0000000000000000000000000000000000000000000000000000000000101
bob 30434 10045 0000000000000000000000000000000000000000000000000000000000102
charlie 30435 10046 0000000000000000000000000000000000000000000000000000000000103
dave 30436 10047 0000000000000000000000000000000000000000000000000000000000104
eve 30437 10048 0000000000000000000000000000000000000000000000000000000000105
ferdie 30438 10049 0000000000000000000000000000000000000000000000000000000000106

Manually

cargo build --release

target/release/drml \
	--chain pangolin-dev \
	--alice \
	--base-path tests/local-testnet/alice

Pangoro Testnet

With Script

./tests/local-testnet/deploy.sh pangoro
validator rpc-port ws-port node-key
alice 30533 10144 0000000000000000000000000000000000000000000000000000000000201
bob 30534 10145 0000000000000000000000000000000000000000000000000000000000202
charlie 30535 10146 0000000000000000000000000000000000000000000000000000000000203
dave 30536 10147 0000000000000000000000000000000000000000000000000000000000204
eve 30537 10148 0000000000000000000000000000000000000000000000000000000000205
ferdie 30538 10149 0000000000000000000000000000000000000000000000000000000000206

Manually

cargo build --release

target/release/drml \
	--chain pangoro-dev \
	--alice \
	--base-path tests/local-testnet/alice

Build

NixOS

nix-shell
cargo build [-p drml] [--release] [--features template]