All Projects → dblokhin → gringo

dblokhin / gringo

Licence: GPL-3.0 license
Alternative full Grin node on Golang (implementation of the MimbleWimble protocol) https://github.com/mimblewimble/grin

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gringo

Grin
Minimal implementation of the Mimblewimble protocol.
Stars: ✭ 4,897 (+10782.22%)
Mutual labels:  grin, mimblewimble
Idris2-Grin
GRIN backend for Idris2
Stars: ✭ 26 (-42.22%)
Mutual labels:  grin
vite-grin-wallet-ios
A CocoaPods wrapper for official Grin wallet and integrated in Vite iOS App
Stars: ✭ 16 (-64.44%)
Mutual labels:  grin
idris-grin
GRIN backend for Idris
Stars: ✭ 49 (+8.89%)
Mutual labels:  grin
open-grin-pool
Open-sourcing pool for grin. Easy to depoly and keep KISS in design. Avaliable to epic (epicash, a grin forkcoin) too.
Stars: ✭ 19 (-57.78%)
Mutual labels:  grin
gotts
A blockchain for non-collateralized stable-coins, follow MimbleWimble protocol but with explicit amount.
Stars: ✭ 48 (+6.67%)
Mutual labels:  mimblewimble
eth-mimblewimble
Ethereum 9 3/4's zk-SNARKs circuits and the python library for Mimblewimble on Ethereum
Stars: ✭ 77 (+71.11%)
Mutual labels:  mimblewimble
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-68.89%)
Mutual labels:  mimblewimble

GRINGO

Golang (Go) implementation of full Grin (grin network) node.

Development status: frozen (highly unstable grin's consensus & protocol).

The goals

  • Reliable and fast grin-network node
  • Deep dive into p2p, blockchain development skills on fav Golang
  • Just for fun

The features

  • Full node
  • Mining mode (mining pool)
  • API for developers

How to build

Requirements

  • Golang >= 1.11

Building node

$ go get github.com/dblokhin/gringo/cmd/node

Check your $GOPATH/bin folder for binary.

How to contribute

The Gringo project welcomes contributions. Gringo's primary goal is to be a reliable and fast grin-network node. Changes meet the requirements below, will be considered.

Contribution requirements:

  1. Tests: All changes must be accompanied by a new (or changed) test, or a sufficient explanation as to why a new (or changed) test is not required.
  2. ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].