Here you can manage your NFTs by creating collections, where you can define different attributes related to your NFTs.
A collection is a set of digital assets containing a limited number of individual NFTs, our endpoints provide to users, create and manage collections before its deployment to the blockchain.
Creating a collection
In order to create a collection you must use the endpoint Create a collection with the parameters explained below:
- name: string that identifies the collection
- symbol: a shorthand symbol for your collection, that will also be used as the token name for each of the NFTs minted to the smart contract. This string must have a maximum of 5 characters
- description: a short text containing the collection's description
The parameters above can be edited later using the endpoint Update a collection
Attention
This set of endpoints will not create nor interact with collections on the blockchain. It will create collections on ProAK's databases and won't deploy to web3.
Collection banner/logo
You can define images to be the banner or logo of the collection. In order to accomplish that, you must follow the steps bellow:
- Send a request to the endpoint Signed url - collection images with the type of image, it must be "banner" or "logo", the collection id desired and the file type of the image, for example jpeg or png. This endpoint will return a parameter called "signedUrl". This url will be used to upload the image
- Send a PUT request to the url provided on step 1 with the image file on the request
After step 2 the system will update the collection with the provided image and type.
