Skip to content
/ chain Public
forked from NodleCode/chain

A repo for the Nodle blockchain node ⛓

License

Notifications You must be signed in to change notification settings

Alalun/chain

 
 

Repository files navigation

Nodle Banner

Nodle Chain

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

Built on Substrate.

Read the documentation

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 ⛓

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.1%
  • Other 0.9%