mirror of
https://github.com/oceanprotocol/faucet.git
synced 2025-02-14 21:10:34 +01:00
14 lines
193 B
Markdown
14 lines
193 B
Markdown
|
### 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
|
||
|
```
|