Skip to content

Latest commit

 

History

History
executable file
·
43 lines (29 loc) · 802 Bytes

README.md

File metadata and controls

executable file
·
43 lines (29 loc) · 802 Bytes

Bench Web Wallet

Bench Web Wallet (Bench-Web-Wallet) is an online wallet for the Bench multichain using Vue.js.

Features

  • Generate new wallet
  • Vote for delegate
  • Hardware wallet support (Ledger)
  • Check Bench-based network balances
  • Send transaction
  • View transactions
  • QR scan

Build Setup

git clone https://github.com/benchcore/bench-web-wallet.git && cd bench-web-wallet

# install dependencies
npm install

# serve with hot reload at https://localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

TODOs

  • Add tests
  • Register as delegate