ojasuno / themechs

themechs

Home Page:https://themechs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Gallery

Create your own NFT gallery for any ERC721/ERC1155 NFT collection on any EVM-compatible chain.

View the metadata of all NFTs in the collection, including features such as pagination, filtering, and search.

Using This Repo

To create your own version of this template, you can use the following steps:

Run this command from the terminal to clone this project:

npx thirdweb create --template nft-gallery

1. Deploy or Import Your NFT Collection

If you haven't already deployed your contract, head over to the thirdweb dashboard and create your own NFT collection contract.

If you have an existing contract, use the thirdweb dashboard to import it!

2. Configure Parameters

Go to the parameters.ts and update the following values:

  1. contractAddress: The smart contract address of your NFT collection.
  2. chain: The name of the chain that your smart contract is deployed to.
  3. blockExplorer: (Optional) - The block exporer to open when user's click on historical events of each NFT.

3. Customize the Styling

Update the styles in the respective components by changing the Tailwind classes.

Join our Discord!

For any questions or suggestions, join our discord at https://discord.gg/thirdweb.

About

themechs

https://themechs.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 96.7%Language:HTML 1.4%Language:JavaScript 1.2%Language:CSS 0.7%