This repository contains the faucet smart contract for WadzChain Testnet
- Install NPM Packages
npm ci
- Create a
.env
file in the root directory and use the below format for .env
file.
Compile contracts
npx hardhat compile
Run the testcases
npx hardhat test
npx hardhat run scripts/0_faucet_deploy.ts --network wadztest