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

88plug/chain

 
 

Repository files navigation

Nodle Chain

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

Built on Substrate.

Read the documentation

Live networks

Eden

Syncing Nodle's Parachain (codename: eden) is done easily via:

cargo run --bin nodle-parachain --release -- --chain eden

There are a few more chains available, such as eden-testing or dev.

Development

Building

cargo build

Testing

cargo test --all

Installing

cargo install

Run a local parachain and relay chain

Assuming that polkadot is in /usr/local/bin and that you installed polkadot-launch you can simply use this command:

cargo build --release -p nodle-parachain && polkadot-launch launch.json

Usage

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 97.4%
  • Shell 2.0%
  • Other 0.6%