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