Skip to content

alfredgit220/darwinia

CI License

Logo

Darwinia

Implementation of a https://darwinia.network node in Rust based on the Substrate framework.

This repository contains runtimes for the Darwinia and Crab networks.

Resources

Documents

Technical Support

Installation

  • Downloading pre-built binary from releases page.
  • Using the docker image on releases page.
  • Building from source follow this guide.

Building from Source

Make sure that you have the dependencies. Follow substrate-getting-started.

Installing via Cargo

cargo install --git https://github.com/darwinia-network/darwinia --tag <version> --locked

Building via Source

# with github-cli
gh repo clone darwinia-network/darwinia
# with git
git clone https://github.com/darwinia-network/darwinia.git
git checkout <version>
cargo build --release --locked

Networks

This repository supports runtimes for Darwinia and Crab.

Connecting to Darwinia Mainnet

Connecting to the global Darwinia network by running:

./darwinia --chain darwinia

You can see your node on telemetry (set a custom name with --name "my custom name").

Connecting to Crab Canary Network

Connecting to the global Crab Canary Network by running:

./darwinia --chain crab

You can see your node on telemetry (set a custom name with --name "my custom name").

Contributing

Roadmap

Roadmap

Contributing Guidelines

Contributing Guidelines

Contributor Code of Conduct

Code of Conduct

Security

Security

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published