Create a New NFT Contract

By invoking this endpoint it is possible to deploy a new smart contract capable of minting new NFTs. You can select your own rules and specified things to add to the contract you have been given.

Endpoint: POST /api/contracts

Request Body:

json

Copy code

{

"name": "My Custom NFT Contract",

"symbol": "MCN",

"owner": "yourWalletAddress"

}

Consequently, you’ll obtain the contract ID and deployment status.

Last updated