Skip to content

Minimal example of a Diamond deployment script using foundry.

Notifications You must be signed in to change notification settings

xenoliss/foundry-diamond-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published