1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-07-27 09:36:25 +02:00
🚰 The Ocean Faucet Server allows requesting Ether for a particular Ethereum network. https://commons.oceanprotocol.com/faucet
Go to file
2020-12-11 07:04:46 -08:00
src remove tx link for now 2020-12-11 07:04:46 -08:00
.dockerignore dockerize it 2020-12-10 02:28:12 -08:00
.env.example update .env.example 2020-12-10 02:30:11 -08:00
.gitignore working backend 2020-10-12 16:42:30 +02:00
docker-entrypoint.sh dockerize it 2020-12-10 02:28:12 -08:00
Dockerfile dockerize it 2020-12-10 02:28:12 -08: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 Update README.md 2020-12-10 22:24:09 +02:00

Faucet for OCEAN tokens on test networks

Getting started

# create .env from .env.example

# Install dependencies
npm i

# Start development server on browser
npm start