xenoliss / foundry-diamond-deploy

Minimal example of a Diamond deployment script using foundry.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foundry-diamond-deploy

Minimal example of a Diamond deployment script using foundry.

Requirements:

Examples

  • With anvil running: forge script script/Deploy.s.sol --ffi --fork-url http://localhost:8545 --broadcast --verify -vvvv
  • Deploy on testnet/mainnet: forge script script/Deploy.s.sol --ffi --rpc-url $MY_RPC_URL --broadcast --verify -vvvv

About

Minimal example of a Diamond deployment script using foundry.


Languages

Language:Solidity 97.9%Language:Python 2.1%