Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 498 Bytes

File metadata and controls

20 lines (15 loc) · 498 Bytes

octra wallet generator

quick Start

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