An open API service indexing awesome lists of open source software.

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

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

```