Skip to content

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

Notifications You must be signed in to change notification settings

web3Dai/twcontracts-next-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contracts-next scripts

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

scripts/erc721/
|
|-- deploy: "deploy an ERC-721 core contract i.e. a minimal proxy for an ERC-721 Core contract."
|-- installHook: "install a hook into a core contract."
|
|-- allowlistMint
|   |-- setClaimConditions: "set a price and allowlist for your mint."
|   |-- setFeeCongig: "set sale and fee recipients for your mint."
|   |-- mint: "mint a token on your ERC-721 contract."
|
|-- royalty
|   |-- setRoyaltyInfo: "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

Deployments (Goerli)

ERC-721

Core:

Hooks:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%