tipeth
tipeth copied to clipboard
An Ethereum dapp that makes it easy to give or send money with a url
tipeth
An Ethereum dapp
Run your own local server
npm install # install dependencies
npm run dev # serve at localhost:8010
Build
# build for production
npm run build
# build for production with bundle analyzer report
npm run build --report