Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 751 Bytes

File metadata and controls

25 lines (22 loc) · 751 Bytes

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