Humanode • Docs • Launcher • Chat • Troubleshooting
Humanode is an innovative blockchain powered by Human biometrics to achieve Sybil-resistance.
Learn more at humanode.io.
Humanode Distribution is a suite of tools to facilitate the installation and setup of the Humanode blockchain node.
- Linux or macOS (no Windows support, sorry!)
- Rust programming language
Use the standard Rust tooling to work on the project: cargo
!
To build and run the installer cli utility (humanode-distribution
) use cargo run
.
Use cargo run --help
to see cargo options; use cargo run -- --help
to see humanode-distribution
options.
- Fork the repository, clone your fork, create a branch for your changes.
- Write your code, commit the changes.
- Create a pull request.
- Tell us about your new contribution in the chat (optional, but will speed up the process).
- We will review and give you feedback on the PR; you will have to apply changes to your PR accordingly.
- Once we are happy with the proposed changes we will merge your code into the main development branch.
Keep in mind we are just starting to accept public contributions, and our internal processes are not polished yet. Give us some slack, expect us to be busy with other stuff most of the time. Although, we will try as hard as we can to provide the feedback on the code asap!
Happy coding!