Minimal implementation of the MimbleWimble protocol.
Clone or download
ignopeverell Feature/slate version (#2491)
* Add a slate version field
* Move current slate version to constant
* Change slate version to uint
* Add default 0 incase it's missing (pre-versioning)
Latest commit c41ea4b Feb 1, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Add bug report and feature requests templates Jan 22, 2019
.hooks cannot use unstable rustfmt features outside nightly toolchain (#1338) Aug 10, 2018
api bump for v1.0.1 (#2511) Feb 1, 2019
chain bump for v1.0.1 (#2511) Feb 1, 2019
config bump for v1.0.1 (#2511) Feb 1, 2019
core Feature/slate version (#2491) Feb 1, 2019
doc Fix link on BPASE (#2512) Feb 1, 2019
etc Version bump to 1.0.0 Jan 15, 2019
keychain bump for v1.0.1 (#2511) Feb 1, 2019
p2p bump for v1.0.1 (#2511) Feb 1, 2019
pool bump for v1.0.1 (#2511) Feb 1, 2019
servers Set max number of connections for peer db (#2506) Feb 1, 2019
src bump for v1.0.1 (#2511) Feb 1, 2019
store Set max number of connections for peer db (#2506) Feb 1, 2019
util bump for v1.0.1 (#2511) Feb 1, 2019
wallet bump for v1.0.1 (#2511) Feb 1, 2019
.auto-release.sh Minor release script fix Jan 16, 2019
.editorconfig Add a .editorconfig file May 7, 2018
.gitignore Optimizing the code and making it more idiomatic (#2269) Jan 1, 2019
.gitlab-ci.yml Add gitlab ci config (#860) Mar 25, 2018
.travis.yml fix travis-ci test suite for wallet_command_line test (#2155) Dec 14, 2018
CODE_OF_CONDUCT.md Many typo fixes (#1158) Jun 13, 2018
CONTRIBUTING.md grep: fix the grep example to cover all except target/ Jan 23, 2019
Cargo.lock bump for v1.0.1 (#2511) Feb 1, 2019
Cargo.toml bump for v1.0.1 (#2511) Feb 1, 2019
LICENSE Create LICENSE Jun 29, 2017
README.md README update to make github page also reflect that Mainnet is launch… Jan 28, 2019
SECURITY.md Fix domain for my email address Dec 19, 2018
rustfmt.toml cannot use unstable rustfmt features outside nightly toolchain (#1338) Aug 10, 2018

README.md

Build Status Gitter chat Support chat Codecov coverage status

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 great anonymity and scaling characteristics.
  • 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.

J.K. Rowling for making it despite extraordinary adversity.

License

Apache License v2.0.