Core API
Deploying Contracts
Archived version
You are viewing
@zerodev/sdk v5.3.x documentation. View the latest documentation.Impatient? Check out complete examples here.
To deploy smart contracts from your smart account, use the deployContract function:
const txnHash = await kernelClient.deployContract({
abi,
bytecode,
})