1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-11-22 01:36:57 +01:00
This commit is contained in:
ciscodacunha 2020-10-27 13:40:14 +01:00
parent bc7c87bf89
commit c0d7682e38

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
```