A Vue.js project of VET address generation.
https://laalaguer.github.io/VeChain-Address/
This program can be downloaded and can use offline.
Just run index.html
in any morden web browser.
Please refer to release page for zip downloading.
- This project runs totally in browser.
- Random source is from browser.
- Source code is open.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Adapted from vanity-eth project.