Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 376 Bytes

File metadata and controls

27 lines (18 loc) · 376 Bytes

Use case for Chainlink Keeper

This project demonstrates how to integrate Chainlink Keepers using the Hardhat development framework.

How to set up

npm i

How to compile

npx hardhat compile

How to run test

npx hardhat test

How to deploy

npx hardhat run --network mainnet deploy/EMAOracleKeeperHub.js