-
Notifications
You must be signed in to change notification settings - Fork 85
Hacking and contributing
Simon B edited this page Dec 22, 2017
·
12 revisions
- git checkout master; git pull; git checkout -b feature/my_branch
- change code
- add tests for new code
cargo test --all
- All good? make +rustfmt happy, then submit a Pull Request on github (google for good guides on how github PR's work)
And why not try running your own little grin network? See the local net documentation
Basics
- Getting Started
- User Documentation
- MimbleWimble
- FAQ
- Planned releases (Roadmap)
- Code of Conduct
Contributing
- Contributing Guide
- Code Structure
- Code coverage and metrics
- Code Reviews and Audits
- Adding repos to /mimblewimble
Development
Mining
Infrastructure
Exchange integrations
R&D
Grin Community
Grin Governance
Risk Management
Grin Internals
- Block Header Data Structure
- Detailed validation logic
- P2P Protocol
Misc