You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functionality to the collection edit modal allowing users to update collection permissions. Ensure that updated permissions are accurately enforced and reflected on-chain (if applicable).
Task
Your task is to call nfts.updateMintSettings(collection, mintSettings) where collection parameter is obvious so I expand the mintSettings
mintSettings has few fields:
type - the most important part
price - the price that is set to mint
startBlock - starting period of minting
endBlock - ending period of minting.
For the task I would hide start and endblock
So we have just type and price
we have three types:
Issuer - the one that Koda uses classic minting (create at our platform)
Public - one we use with drops (along with price :)) - anyone can
HolderOf(collection) - we used that In the past at one drop
I will expand after MetaHours
The text was updated successfully, but these errors were encountered:
Context
Add functionality to the collection edit modal allowing users to update collection permissions. Ensure that updated permissions are accurately enforced and reflected on-chain (if applicable).
Task
Your task is to call
nfts.updateMintSettings(collection, mintSettings)
wherecollection
parameter is obvious so I expand themintSettings
mintSettings has few fields:
For the task I would hide start and endblock
So we have just type and price
we have three types:
I will expand after MetaHours
The text was updated successfully, but these errors were encountered: