Create NFT Collection

Okto is a platform that allows you to integrate web3 functionality into your app without building things from scratch.

Note

This function is currently not supported for the following chains:

  • Base Sepolia
  • HyperEVM

Method Overview

MethodsDescription
async nftCollectionCreationCreate a new NFT collection

Create NFT Collection

async nftCollectionCreation(OktoClient, data) creates a new NFT collection.

Parameters

ParameterTypeDescription
oktoClientOktoClientOkto client
dataNFTCollectionCreationIntentParamsThe data for the NFT collection creation

Response

Success Response

Field NameTypeDescription
resultPromise<UserOp>Returns a UserOp object for NFT collection creation

Note

In case of errors, debug the error using the error code and refer to the SDK errors and warnings documentation for more details.

On this page