🚰 The Ocean Faucet Server allows requesting Ether for a particular Ethereum network. https://commons.oceanprotocol.com/faucet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alexcos20 2f5d5b288d
remove tx link for now
2 years ago
src remove tx link for now 2 years ago
.dockerignore dockerize it 2 years ago
.env.example update .env.example 2 years ago
.gitignore working backend 3 years ago
Dockerfile dockerize it 2 years ago
README.md Update README.md 2 years ago
docker-entrypoint.sh dockerize it 2 years ago
package-lock.json ui updated 2 years ago
package.json ui updated 2 years ago

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