Deploy

Crypto Toffe Smart Contact using Deploy thirdweb

npx thirdweb deploy

How Does it Work?

By using Deploy, your contract metadata is automatically uploaded to IPFS and verified making your contract usable in any web3 app without having to copy your contract ABI.

This works by:

  1. Using the default behavior of solc (the solidity compiler) - appending the encoded contract metadata to the contract bytecode.

  2. Uploading the contracts metadata to IPFS

Last updated