Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 689 Bytes

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.