Core API
For the complete documentation index, see llms.txt. This page is also available as markdown.

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,
})