/contracts-next-scripts

Scripts showing how to interact with hooks architecture using the thirdweb v5 SDK.

Primary LanguageJavaScript

Contracts-next scripts

Scripts showing how to interact with contracts-next using the thirdweb v5 SDK.

scripts
|
|-- installHook: "install a hook into a token core contract."
|
|-- allowlistMintERC721
|   |-- setClaimConditions: "set a price and allowlist for your mint."
|   |-- setDefaultFeeConfig: "set sale and fee recipients for your mint."
|   |-- mint: "mint a token on your ERC-721 contract."
|
|-- royalty
|   |-- setDefaultRoyaltyInfo: "set a default royalty recipient and BPS for your NFTs."
|
|-- metadata
|   |-- lazyMint: "lazy mint metadata for your NFTs"
# Install dependencies. Required: node v18^
yarn install