Read the docs
Start with the Neptune documentation to understand the protocol, wallet, node, transactions, proofs, and core concepts.
Read the docs, run the software, then pick something small and see it through to a merged pull request.
Start with the Neptune documentation to understand the protocol, wallet, node, transactions, proofs, and core concepts.
The best way to learn is to run the software. Start from the latest release, create a wallet, start the daemon, and explore the CLI or dashboard.
Browse the repos, read the READMEs (each covers platform setup and build steps), build locally, and look through open issues.
Start with the RPC interface: neptune-core exposes a tarpc API with JSON transport, the same interface the official CLI and dashboard are built on, and the workspace ships RPC client crates for integrators.
Before you push: run cargo fmt and cargo clippy --all-targets, use conventional commit messages, and include a regression test if you are fixing a bug. The contributing guide covers the details.