thirdweb CLI

thirdweb CLI

thirdweb provides an interactive command line interface, allowing you to create, build and deploy your smart contracts and apps.

You can use the thirdweb CLI to create and deploy smart contracts to the Pivotal network.

Visit the thirdweb documentationarrow-up-right for more instructions on using the thirdweb CLI.


Creating a projectarrow-up-right

Create a new project with thirdweb installed and configured:

npx thirdweb create

INFO

When you create a project for smart contracts or web3 apps there are various configurable options.

For contracts, some options are:

For contracts, some options are:

  • Front end applications using Next, CRA or Vite

  • Backend applications using Node.js or Express.js

  • Choice of TypeScript or JavaScript variants


Deploying a smart contractarrow-up-right

Deployarrow-up-right your smart contracts to the Pivotal network:

circle-info

To deploy to the Pivotal network, after running npx thirdweb deploy, visit the provided dashboard URL and select Pivotal from the Network dropdown.

circle-info

For a complete guide on using the thirdweb CLI to create and deploy contracts on Pivotal, see Deploy a smart contract on Pivotal testnet.


Publishing a smart contractarrow-up-right

Publisharrow-up-right and share a versioned release of your contract onto thirdweb’s registry:

Last updated