download and start wallet generator web UI with a single command:
linux/macOS:
curl -fsSL https://octra.org/wallet-generator.sh | bash
windows:
powershell -c "irm octra.org/wallet-generator.ps1 | iex"
this command will:
- download the latest source code and build the wallet generator
- start the server and open the generator web UI page in your browser
- install to
~/.octra/wallet-generator
for future use