I am trying to develop a cryptocurrency as a pet project and I’ve come across MimbleWimble which is quite an innovative alternative to Blockchain/Ethereum.
I am stranded and confused with this wonderful idea and no clue as on how to implement it. I’d really appreciate it if anyone could point me in the right direction.
Thank you
I think your best bet is to hang around the github
# Introduction to MimbleWimble and Grin
*Read this in other languages: [English](intro.md), [简体中文](intro_ZH-CN.md), [Español](intro_ES.md), [Nederlands](intro_NL.md), [Русский](intro_RU.md), [日本語](intro_JP.md), [Deutsch](intro_DE.md), [Portuguese](intro_PT-BR.md), [Korean](intro_KR.md).*
MimbleWimble is a blockchain format and protocol that provides
extremely good scalability, privacy and fungibility by relying on strong
cryptographic primitives. It addresses gaps existing in almost all current
blockchain implementations.
Grin is an open source software project that implements a MimbleWimble
blockchain and fills the gaps required for a full blockchain and
cryptocurrency deployment.
The main goal and characteristics of the Grin project are:
* Privacy by default. This enables complete fungibility without precluding
the ability to selectively disclose information as needed.
* Scales mostly with the number of users and minimally with the number of
transactions (<100 byte `kernel`), resulting in a large space saving compared
to other blockchains.
This file has been truncated. show original
keep clicking links; there was also the conference a bit back
1 Like