Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

deployment

Fully qualified path: openzeppelin_testing::deployment

Free functions

declare_classDeclares a contract with a snforge_std::declare call and unwraps the result. This function will skip declaration and just return the ContractClass if the contract is…
deployDeploys an instance of a contract and unwraps the result.
deploy_atDeploys a contract at the given address and unwraps the result.
deploy_another_atDeploys a contract using the class hash from another already-deployed contract.
declare_and_deployCombines the declaration of a class and the deployment of a contract into one function call. This function will skip declaration if the contract is already declared (the result of…
declare_and_deploy_atCombines the declaration of a class and the deployment of a contract at the given address into one function call. This function will skip declaration if the contract is…