Deploy smart contract

This operation is used to create a new smart contract on the blockchain. The operation is asynchronous and returns a transaction hash. The transaction hash can be used to query the status of the transaction.

You can create the following types of contracts:

  • ERC-20 - Fungible token like USDT
  • ERC-721 - NFT collection like BAYC
  • ERC-1155 - MultiToken NFT collection
You can find more information about the contracts on our GitHub page with steps required for verification.
If you deploy NFT collection contract (ERC-721), it is automatically enabled for NFT Express functionality.
Language
Authorization
Header
Click Try It! to start a request and see the response here!