-
Notifications
You must be signed in to change notification settings - Fork 85
Home
Grin is an in-progress implementation of the MimbleWimble protocol. Many characteristics are still undefined but the following constitutes a first set of choices:
- Clean and minimal implementation, aiming to stay as such.
- Follows the MimbleWimble protocol, which provides great anonymity and scaling characteristics.
- Cuckoo Cycle proof of work.
- Relatively fast block time (a minute).
- Fixed block reward over time with a decreasing dilution.
- Transaction fees are based on the number of Outputs created/destroyed and total transaction size.
- Smooth curve for difficulty adjustments.
To learn more, read our introduction to MimbleWimble and Grin.
Grin is still an infant, much is left to be done and contributions are welcome (see below). Check our mailing list archives for the latest status.
To get involved, read our contributing docs.
Find us:
- Chat: Gitter.
- Forum
- Mailing list: join the ~MimbleWimble team and subscribe on Launchpad.
- News: Twitter. Twitter bot that scrapes headlines, mailing list, and reddit posts related to MimbleWinble/Grin.
To learn more about the technology, read our introduction.
To build and try out Grin, see the Build Doc.
Grin likes itself small and easy on the eyes. It wants to be inclusive and welcoming for all walks of life, without judgement. Grin is terribly ambitious, but not at the detriment of others, rather to further us all. It may have strong opinions to stay in line with its objectives, which doesn't mean disrepect of others' ideas.
We believe in pull requests, data and scientific research. We do not believe in unfounded beliefs.
Tom Elvis Jedusor for the first formulation of MimbleWimble.
Ignotus Peverell for the starting of Grin project and turning the MimbleWimble paper into real.
Andrew Poelstra for his related work and improvements.
John Tromp for the Cuckoo Cycle proof of work.
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