1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-11-21 17:26:57 +01:00
🚰 The Ocean Faucet Server allows requesting Ether for a particular Ethereum network. https://commons.oceanprotocol.com/faucet
Go to file
ciscodacunha c0d7682e38 + README
2020-10-27 13:40:14 +01:00
src + error handling 2020-10-21 20:32:58 +02:00
.env.example ui updated 2020-10-20 20:56:31 +02:00
.gitignore working backend 2020-10-12 16:42:30 +02:00
package-lock.json ui updated 2020-10-20 20:56:31 +02:00
package.json ui updated 2020-10-20 20:56:31 +02:00
README.md + README 2020-10-27 13:40:14 +01:00

Faucet for OCEAN tokens on rinkeby network

Getting started

# create .env from .env.example

# Install dependencies
npm i

# Start development server on browser
npm start