foundry.forge

Documentation for eth_defi.foundry.forge Python module.

Forge smart contracte development toolchain integration.

  • Compile and deploy smart contracts using Forge

  • Verify smart contracts on Etherscan

  • See Foundry book for more information.

Module Attributes

DEFAULT_TIMEOUT

Crash unless forge completes in 3 minutes

Functions

deploy_contract_with_forge(web3, ...[, ...])

Deploy and verify smart contract with Forge.

Exceptions

ForgeFailed

Forge command failed.