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
Methods | Description |
---|---|
async nftCollectionCreation | Create a new NFT collection |
Create NFT Collection
async nftCollectionCreation(OktoClient, data)
creates a new NFT collection.
Parameters
Parameter | Type | Description |
---|---|---|
oktoClient | OktoClient | Okto client |
data | NFTCollectionCreationIntentParams | The data for the NFT collection creation |
Response
Success Response
Field Name | Type | Description |
---|---|---|
result | Promise<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.