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.
./build.shMake 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: 0bin/msSee CONTRIBUTING.