Contracts
Get Started
Read, write, and deploy smart contracts on any EVM compatible blockchain.
You can read contract data efficiently using the contract read API.
You can batch multiple contract reads in a single request, and the response will be an array of results or errors.
You can write to a contract using the contract write API.
You can batch multiple contract writes in a single request, and the transactions will be batched atomically onchain.
You can deploy a contract using the contract deploy API.
For comprehensive guides on implementing the full thirdweb SDK, explore our language-specific documentation: