This commit is contained in:
ciscodacunha 2020-10-27 13:40:14 +01:00
parent bc7c87bf89
commit c0d7682e38
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
### Faucet for OCEAN tokens on rinkeby network
#### Getting started
```bash
# create .env from .env.example
# Install dependencies
npm i
# Start development server on browser
npm start
```