Skip to content

yurycooliq/ethereum-wallet

Repository files navigation

Ethereum Wallet

Ethereum and ERC-20 tokens wallet build with Web3.js and Vue.js.

➡️ Watch DEMO ⬅️

Project setup

git clone https://github.com/yurycooliq/ethereum-wallet
cd ethereum-wallet
npm i
cp .env-exapmle .env

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint