Skip to content

The collections of smart contracts that support writing foundry deployment scripts

Notifications You must be signed in to change notification settings

axieinfinity/foundry-deployment-kit

Repository files navigation

foundry-deployment-kit

The collections of smart contracts that support writing deployment scripts.

Development

Requirement

Build & Test

  • Install packages
$ forge install
  • Build contracts
$ forge build
  • Run test
$ forge test

Deploy

$ forge script <path/to/file.s.sol> -f --private-key <your_private_key>