http://mmgen55rtcahqfp2hn3v7syqv2wqanks5oeezqg3ykwfkebmouzjxlad.onion/project/mmgen/mmgen-node-tools/commit/3dace6b188aaed1909f9bc4a6973df996efaecaa
+Install the latest development version of [MMGen Wallet][6] for your platform : ```bash $ git clone https://github.com/mmgen/mmgen-node-tools @@ -65,32 +62,34 @@ located in the same directory.* Initialize the test framework (must be run at least once after cloning, and possibly again after a pull if tests have been updated): - - $ test/init.sh - + ``` +$ test/init.sh + ``` BTC-only testing: - - $ test/test-release.sh -A - + ``` +$ test/test-release.sh -A + ``` Full testing: - - $ test/test-release.sh +```...