Skip to content

vikramIde/onewallet

 
 

Repository files navigation

Features

  • Generate a new wallet.
  • View wallet address with the QR code.
  • Import wallet from private key, hmy cli store or mnemonic
  • Export private key
  • Send & receive ONE tokens.
  • View ONE balance .
  • View HRC20 token (BUSD, H2O, SEED) balances.
  • Transfer HRC20 tokens (BUSD, H2O)
  • View recent transfers .
  • Switch the network to Mainnet, Pangaea, Testnet or Localnet.
  • Ledger Login
  • Ledger transfer
  • SEED token transfer
  • Javascript API for calling onewallet for signing
  • Support staking.harmony.one

Install from release zip

Onewallet is a chrome extension wallet. You can install the chrome extension manually following the instructions here.

Version Link Note
Version 0.1 Alpha Release Candidate 0.1 HRC20 token H2O/BUSD
Version 0.2 Alpha Release Candidate 0.2 HRC20 token SEED

Development

  • Install node.js and npm (I used node.js version v10.17.0 on my Mac)
  • Install dependencies :
    npm install
    
  • Run the project :
    npm run dev
    
  • Go to Chrome Extensions page and activate the Developer Mode.
  • Click Load Unpacked button and point it to /dist folder, the extension will be autoreloading as you change the codes.

Build Extension

  • Install node.js and npm.
  • Install dependencies :
    npm install
    
  • Build the project :
    npm run build
    
  • Uncompressed build can be found in /dist folder, compressed build is onewallet.zip.
  • Go to Chrome Extensions page and activate the Developer Mode.
  • Click Load Unpacked button and point it to /dist folder.

About

Harmony One Wallet on Chrome Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.9%
  • JavaScript 38.6%
  • CSS 6.0%
  • TypeScript 4.4%
  • HTML 0.1%