Bench Web Wallet (Bench-Web-Wallet) is an online wallet for the Bench multichain using Vue.js.
- Generate new wallet
- Vote for delegate
- Hardware wallet support (Ledger)
- Check Bench-based network balances
- Send transaction
- View transactions
- QR scan
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
- Add tests
- Register as delegate