#mimble-wimble #grin #crypto

grin_core

Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format

28 releases (stable)

5.2.0 Jan 25, 2024
5.1.2 Mar 17, 2022
5.1.0 May 10, 2021
5.0.1 Jan 6, 2021
0.4.0 Oct 25, 2018

#19 in #grin

Download history 25/week @ 2023-11-30 51/week @ 2023-12-07 36/week @ 2023-12-14 41/week @ 2023-12-21 24/week @ 2023-12-28 36/week @ 2024-01-04 42/week @ 2024-01-11 20/week @ 2024-01-18 53/week @ 2024-01-25 15/week @ 2024-02-01 23/week @ 2024-02-08 46/week @ 2024-02-15 62/week @ 2024-02-22 45/week @ 2024-02-29 48/week @ 2024-03-07 41/week @ 2024-03-14

204 downloads per month
Used in 20 crates (10 directly)

Apache-2.0

585KB
13K SLoC

Build Status Coverage Status Chat Support Documentation Wiki Release Version License

Grin

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, and aiming to stay as such.
  • Follows the Mimblewimble protocol, which provides hidden amounts and scaling advantages.
  • Cuckoo Cycle proof of work in two variants named Cuckaroo (ASIC-resistant) and Cuckatoo (ASIC-targeted).
  • Relatively fast block time: one 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.

Status

Grin is live with mainnet. Still, much is left to be done and contributions are welcome (see below). Check our mailing list archives for the latest status.

Contributing

To get involved, read our contributing docs.

Find us:

Getting Started

To learn more about the technology, read our introduction.

To build and try out Grin, see the build docs.

Philosophy

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 disrespect of others' ideas.

We believe in pull requests, data and scientific research. We do not believe in unfounded beliefs.

Credits

Tom Elvis Jedusor for the first formulation of Mimblewimble.

Andrew Poelstra for his related work and improvements.

John Tromp for the Cuckoo Cycle proof of work.

License

Apache License v2.0.


lib.rs:

Implementation of the Mimblewimble paper. https://download.wpsoftware.net/bitcoin/wizardry/mimblewimble.txt

Dependencies

~10–15MB
~271K SLoC