Skip to content

An educational mimblewimble implementation written in Golang

License

Notifications You must be signed in to change notification settings

tylerdmace/mumblestumble

Repository files navigation

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.

Releases

No releases published

Packages

No packages published