Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 358 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 358 Bytes

La Crypta Peronio & Matic Faucet

Usage

  1. Install packages
yarn
  1. Copy .env example
cp .env.example .env

Set REACT_APP_FAUCET_CONTRACT with your Faucet Contract Address

  1. Start the app
yarn start

# OR

yarn dev