5irechain is a next-generation blockchain innovation. 🚀.
Please follow the contributions guidelines as outlined in docs/CONTRIBUTING.adoc
. In all communications and contributions, this project follows the Contributor Covenant Code of Conduct.
The security policy and procedures can be found in docs/SECURITY.md
.
- 5irechain Primitives (
sp-*
), Frame (frame-*
) and the pallets (pallets-*
), binaries (/bin
) and all other utilities are licensed under Apache 2.0. - 5irechain Client (
/client/*
/sc-*
) is licensed under GPL v3.0 with a classpath linking exception.
The reason for the split-licensing is to ensure that for the vast majority of teams using 5irechain to create feature-chains, then all changes can be made entirely in Apache2-licensed code, allowing teams full freedom over what and how they release and giving licensing clarity to commercial teams.
In the interests of the community, we require any deeper improvements made to 5irechain's core logic (e.g. 5irechain's internal consensus, crypto or database code) to be contributed back so everyone can benefit.
This template includes the minimum required components to start a NPoS testnet.
- Consensus related pallets: Babe & GRANDPA
- Staking related pallets: staking, session, authorship, im-online, offences, utility
- Governance related pallets: collective, membership, elections-phragmen, democracy, treasure
Follow the steps below to get started.
First, complete the Dev Docs Installation.
Use the following command to build the node and run it after build successfully:
cargo build --release
./target/release/firechian-node --dev --tmp