In order to run the POC:
-
Create a .env in root directory and add your RPC URL in the
MAINNET_RPC_URL
. -
Install dependencies
$ forge install foundry-rs/forge-std --no-commit
$ forge install OpenZeppelin/openzeppelin-contracts-upgradeable@v4.9.0 --no-commit
$ forge install smartcontractkit/chainlink@v2.7.0 --no-commit
- Run tests with forge
$ forge test