Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 441 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 441 Bytes

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>