tylerdmace / mumblestumble

An educational mimblewimble implementation written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mumblestumble

An experimental Mimblewimble implementation written in Golang. Technical documentation can be found here. The implementation details have not been decided in full for some major mechanics including consensus, transaction interactivity protocol, script support, and more.

Building

./build.sh

Configuration

Make a copy of example_config.yml and call it config.yml. Update it to use your public-facing IP address and network of choice (0 for mainnet and 1 for testnet).

LocalAddress: 123.123.123.123
LocalPort: 25519
Network: 0

Running

bin/ms

Contributing

See CONTRIBUTING.

About

An educational mimblewimble implementation written in Golang

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 95.0%Language:Shell 5.0%