This post will teach us how to build and deploy NFT whitelist smart contract. It will enable us to add any user address, remove a user, validate a users, verify if the user has been allowed, and set an allow list limit for the contract. We'll start with the most basic structure of any contract. Let's get a sample project by running the command below.
Table of contents
PrerequisiteProject Setup and InstallationBuilding Whitelist Smart ContractSmart Contract Unit TestingRPC(Remote Procedure Call) SetupSmart Contract Deployment to Polygon NetworkConclusion3 Comments
Sort: