sc0Vu / vuethwallet

A simple app generate ethereum wallet with vuejs.

Home Page:https://vuethwallet.web3p.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuethwallet

Build Status codecov dependencies Status

A simple app using eth-lightwallet and vuejs to generate ethereum wallet.

Usage

Run development environment

clone the repo
npm install
npm run dev

Build assets

npm run build

Server static assets, like we serve in heroku

npm start

Have fun with vue-ethereum wallet app.

Router

  1. /

create wallet with user password

  1. /wallet-seed

create wallet with user password and user seed(12 words)

  1. /import-keystore

import wallet from keystore.json

  1. /contract-transaction

make contract transaction

  1. /ether-transaction

make ether transaction

Test

  1. unit

    npm run unit

  2. e2e

    npm run e2e

  3. all

    npm run test

Send value

  1. Choose the ether transaction or go to /ether-transaction.

  2. Import your wallet file and enter the password.

  3. Enter the host or choose the test net host.

  4. Enter the params required.

  5. Click the transaction button.

    If error occure, it throws, or it shows the transaction id.

    You can search transaction id or your account information at ethscan.

    Remember change ethscan to the right network eg, mainnet, rinkeby etc.

Demo

Deployed on heroku (build branch): demo

demo-image

About

A simple app generate ethereum wallet with vuejs.

https://vuethwallet.web3p.xyz/

License:MIT License


Languages

Language:JavaScript 53.9%Language:Vue 45.0%Language:HTML 1.1%