This is a frontend to help user transfer or batch transfer ors with metamask, and can execute some functions by sending transaction to token smart contract
- nodejs, and make sure it's version above 8.0.0
- npm
- vue
- First run
npm install
to install node_modules - Then run
npm run serve
- run
npm run build
to build the project