Skip to content

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

Notifications You must be signed in to change notification settings

thirdweb-dev/contracts-next-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages