A simple app using eth-lightwallet and vuejs to generate ethereum wallet.
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.
- /
create wallet with user password
- /wallet-seed
create wallet with user password and user seed(12 words)
- /import-keystore
import wallet from keystore.json
- /contract-transaction
make contract transaction
- /ether-transaction
make ether transaction
-
unit
npm run unit
-
e2e
npm run e2e
-
all
npm run test
-
Choose the ether transaction or go to /ether-transaction.
-
Import your wallet file and enter the password.
-
Enter the host or choose the test net host.
-
Enter the params required.
-
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.
Deployed on heroku (build branch): demo