A Blockchain node for the Nodle Chain to connect and secure the next trillion things.
Built on Substrate.
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
cargo build
cargo test --all
cargo install
nodle-chain purge-chain --dev # Purge old chain data
nodle-chain --dev # Run a single node testnet
- Build the image:
docker build -t nodle/chain -f .maintain/docker/Dockerfile .
. - Run it:
docker run -v /path/to/local/repertory:/data -p 9944:9944 -it nodle/chain
.