Create Collection
Create Collection
The launchToken
function from the Launchpad SDK is used to create collection of various types of tokens (ERC-721, ERC-1155, SoulBound, Certificate) on the blockchain. It handles public and private minting conditions based on the token type.
๐ง Function Signature
async function launchToken(
tokenType,
_name,
_symbol,
_maxSupply,
price,
_tokenURI,
chainId,
signer,
contractAddress,
env
)
Last updated