/VeChain-Address

VeChain Address Generator, compatible with VET/ETH address

Primary LanguageVueGNU General Public License v3.0GPL-3.0

VeChain Address Generator

A Vue.js project of VET address generation.

Demo

https://laalaguer.github.io/VeChain-Address/

Download For Offline Usage

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.

Security

  1. This project runs totally in browser.
  2. Random source is from browser.
  3. Source code is open.

Local Development

# install dependencies
npm install

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

# build for production with minification
npm run build

Acknowledgement

Adapted from vanity-eth project.