Skip to content

timema22/chain

 
 

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

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 97.8%
  • Shell 1.6%
  • Other 0.6%