Skip to content

minz200/wallet-gen

 
 

Repository files navigation

Octra Wallet Generator

A secure wallet generator for Octra blockchain.

Quick Start

  1. Clone the repository:

    git clone https://github.com/octra-labs/wallet-gen.git
    cd wallet-gen
  2. Run the wallet generator webserver:

    Linux/macOS:

    chmod +x ./start.sh
    ./start.sh

    Windows:

    start.bat
  3. Open your browser: Navigate to http://localhost:8888

Generating Wallets

  1. Generate a wallet: Click "GENERATE NEW WALLET" and watch the real-time progress

  2. Wallet features:

    • View mnemonic phrase, private/public keys, and address
    • Test signature functionality
    • Derive addresses for different network types
    • Auto-save wallet file to disk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 47.6%
  • TypeScript 42.0%
  • Batchfile 5.4%
  • Shell 5.0%