From your terminal window run:
Download binaries from our releases page: https://github.com/cgilliard/mwc713/releases (available in Windows, Mac, and Linux)
Once installed, run wallet713 anywhere from your command prompt. You may need to restart your terminal window.
$ mwc713
If you'd like to run against floonet, use:
$ mwc713 --floonet
I
- All the current requirements of Grin.
- OpenSSL.
- macOS with Homebrew:
$ brew install openssl # you need to install version 1.1 of openssl for version 1.0.1 or newer of wallet713
- Linux:
$ sudo apt-get install openssl
- macOS with Homebrew:
$ git clone https://github.com/cgilliard/mwc713
$ cd mwc713
$ cargo build --release
And then to run:
$ cd target/release
$ ./mwc713
If you'd like to run against floonet, use:
$ cd target/release
$ ./mwc713 --floonet