Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 485 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 485 Bytes

Ethermint Faucet Frontend

Frontend that works with this Faucet.

Configuration

Set the auth0 env variables: REACT_APP_AUTH0_DOMAIN REACT_APP_AUTH0_CLIENT_ID REACT_APP_AUTH0_AUDIENCE

Build

yarn install
yarn build

Run locally

yarn install
yarn start

TODOs:

  • Validate wallet encoding before sending it to the API.
  • Add admin views if the user has the manage:faucet scope set.