Nexus-Chain
Nexus
is a decentralized data architecture that provides scalable, reliable, self-balanced storage, database and computation network, and offers a solid foundation for data processing.
Nexus-Chain
is a Golang implementation of the Nexus
protocol.
Recommended hardware/software
nexuscli
The CLI is under development and we are targeting the following featuresets
- Initialize private validator, p2p, genesis, and application configuration files
- Collect genesis txs and output a genesis.json file
- Migrate genesis to a specified target version
- Generate a genesis tx carrying a self delegation
- Validates the genesis file at the default location or at the location passed as an arg
- Add a genesis account to genesis.json
- Run a faucet
Contribution
Thank you for considering to help out with the source code! We welcome contributions
from anyone on the internet, and are grateful for even the smallest of fixes!
If you'd like to contribute to nexus-chain, please fork, fix, commit and send a pull request
for the maintainers to review and merge into the main code base.
Please make sure your contributions adhere to our coding guidelines:
- Code must adhere to the official Go formatting
guidelines (i.e. uses gofmt).
- Code must be documented adhering to the official Go commentary
guidelines.
- Pull requests need to be based on and opened against the
main
branch.
- Commit messages should be prefixed with the package(s) they modify.
- E.g. "eth, rpc: make trace configs optional"