jleni / chain

A repo for the Nodle blockchain node ⛓

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodle Banner

Nodle Chain Security audit Test rust code Dependabot Status

A Blockchain node for the Nodle Chain to connect and secure the next trillion things.

Built on Substrate.

Live networks

Arcadia

This repository come with Arcadia's chain spec JSON file included. You can connect to the chain easily by running the following command.

cargo run -- --chain arcadia

Development

Building

cargo build

Testing

cargo test --all

Installing

cargo install

Usage

nodle-chain purge-chain --dev # Purge old chain data
nodle-chain --dev             # Run a single node testnet

With docker

  1. Build the image: docker build -t nodle/chain -f .maintain/docker/Dockerfile ..
  2. Run it: docker run -v /path/to/local/repertory:/data -p 9944:9944 -it nodle/chain.

About

A repo for the Nodle blockchain node ⛓

License:GNU General Public License v3.0


Languages

Language:Rust 99.5%Language:Handlebars 0.4%Language:Dockerfile 0.1%Language:Shell 0.1%