mimblewimble / mwixnet

Implementation of the Mimblewimble CoinSwap proposal.
Apache License 2.0
8 stars 18 forks source link

Add testnet config option #7

Closed scilio closed 1 year ago

scilio commented 1 year ago

Resolves https://github.com/mimblewimble/mwixnet/issues/6

Supply the --testnet command line option to use or create a testnet mwixnet config, which runs against GRIN's test network.

Unless overridden, the config will be at ~/.grin/test/mwixnet-config.toml and will use ports 13413(node) and 3420(wallet), and api secret file paths ~/.grin/test/.api_secret(node) and ~/.grin/test/.owner_api_secret(wallet).