https://github.com/ryanio/tipeth
An Ethereum dapp that makes it easy to give or send money with a url
https://github.com/ryanio/tipeth
ethereum ethereum-dapp
Last synced: about 1 year ago
JSON representation
An Ethereum dapp that makes it easy to give or send money with a url
- Host: GitHub
- URL: https://github.com/ryanio/tipeth
- Owner: ryanio
- Created: 2017-05-16T15:13:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T20:25:00.000Z (almost 9 years ago)
- Last Synced: 2025-03-31T01:23:40.736Z (over 1 year ago)
- Topics: ethereum, ethereum-dapp
- Language: Vue
- Homepage:
- Size: 284 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tipeth
> An Ethereum dapp
## Run your own local server
``` bash
npm install # install dependencies
npm run dev # serve at localhost:8010
```
### Build
``` bash
# build for production
npm run build
# build for production with bundle analyzer report
npm run build --report
```