Powered by Foundry, a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
forge buildInteractive version:
anvil --fork-url <infura_rpc>
bash /test/cast_test.bashAutomated:
forge initEXPORT RPC_URL=<rpc>
EXPORT DEPLOYER_PRIVATE_KEY=<prvKey>
forge script script/LendGuard.s.sol:LendGuardDeployScript --rpc-url ${RPC_URL} --broadcast