This is an NFT memberships marketplace, facilitating creators in minting and listing NFT memberships that unlock various benefits for buyers.
- When you create a membership, you call call
Factory.sol
, which deploys aMembership.sol
which is a NFT contract. Now you have created your Membership and user will be able to buy it.
- NextJs, TailwindCSS, DaisyUI, Solidity, Typescript, MongoDB, Mongoose.
- DaisyUI: Because the components are highly customizable and are less opinionated.
- I would have a middleware contract
Controller.sol
. Rather than users directly interacting with the main NFT contract when they want to buy an membership, they will interact with thisController.sol
contract and this contract will buy the NFT for them. - All the data you see on the UI regarding the NFT it is redering offchain. I've stored the data in a database (mongoDB). I can render all the data from onchain as well, but was trying things out differently so did it this way. And will use multicall to get all the NFTs.
- I would also add debounce to the search feature. When I render data from on chain.
Factory.sol
:0x466848Cc475fbb9b922a5c95E4306f79c1B00497