mirror of
https://github.com/oceanprotocol/faucet.git
synced 2024-11-21 09:16:57 +01:00
🚰 The Ocean Faucet Server allows requesting Ether for a particular Ethereum network.
https://commons.oceanprotocol.com/faucet
src | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
docker-entrypoint.sh | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md |
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