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/[email protected] --no-commit
$ forge install smartcontractkit/[email protected] --no-commit
- Run tests with forge
$ forge test