🚰 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.
|
2 years ago | |
---|---|---|
src | 2 years ago | |
.dockerignore | 2 years ago | |
.env.example | 2 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
docker-entrypoint.sh | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 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