Custom contract deployments on ZKSync with thirdweb CLI We have enabled ZKSync Era deployments via thirdweb CLI. The deployments are enabled for both testnet and mainnet. To create and deploy a contract, follow these steps: * use create command, with nightly version: npx thirdweb@nightly create * Create Contract Select hardhat framework (forge is not supported) * deploy contract on ZkSync
Type Safety & ABI Caching with thirdweb Generate We're excited to introduce a new command to our CLI; thirdweb generate. npx thirdweb generate Let's dive into what it is, why we built it, and how you can get started. Background - Our SDK and ABI Management Our React and TypeScript SDKs allow you to
CLI The Ultimate Guide to the CLI In this guide, we will show you how you can use the CLI to create a full web3 application. The CLI is a tool that helps you perform the most common actions of building a full-stack web3 application. Creating A Smart Contract Creating smart contracts with proper configuration can be
CLI Host Your Web Application On IPFS In this guide, we'll show you how to deploy your web applications to IPFS! We'll cover all of the most popular frameworks such as Create React App, Vite, and Next.js! By the end, you'll have your app hosted and accessible using an IPFS
How to Deploy Any Smart Contract Using the thirdweb CLI ] In this guide, we'll show you how to use the CLI to deploy any smart contract with one command. By the end, we'll create a smart contract and deploy it to the blockchain without ever writing a script or exposing our private key. Let's