Build/Deploy Contract
On your left side, you can see the menu bar. Choose "Make Contract"
You can set all the things you need in your smart contract
Collection Name - It's representative name of your NFT Collection.
Symbol - NFT is Token, so it needs token symbol.
Max Supply - Maximum number of NFTs in your collection.
Price - Price per NFT when you sell.
Base URL - The URL that point your storage have NFT's metadata
In json folder above, there are all json files(ex 1~9999.json)
If NFTs are minted, it'll have tokenURI like below
https://myproject.s3.ap-northeast-2.amazonaws.com/json/1.json~9999.json
Purchase Limit - If you set, the buyer of NFT only can mint the numbers you set
3. All set? Click deploy button and get your own NFT Contract!!
(You already know that you need some ETH for gas fee, right?)
Last updated