Skip to content

Develop first ERC1155 token (NFT) on Solidity by yourself

License

Notifications You must be signed in to change notification settings

ITechNote/DragonBoatNFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub

【Dragon Boat Festival NFT】 Develop first ERC1155 token by yourself on Remix Solidity

image
Dragon Boat Festival NFT is on OpenSea now! https://opensea.io/collection/dragonboatfestival

Some ideas and useful tools need to learn before develop a smart contract.

Create your first decentralized picture

Create your first decentralized picture on IPFS by using Pinata. More details at https://itechnote.co/mytoken6/

Setting Metadata

Using JSON file format to create a metadata which is about the detail of NFT. More details at https://itechnote.co/mytoken7/

Learn what is owner, writing Solidity with Openzeppelin, how to compiler, deploys and run a smart contract on remix, make sure nothing goes wrong. More details at https://itechnote.co/mytoken8/

Learn the idea of ownable, who is owner and what is onlyOwner. More details at https://itechnote.co/mytoken8/

Write a Mint and Burn function, start your first NFT porject. More details at https://itechnote.co/mytoken9/

If my smart contact got some money by selling my NFTs, how to withdraw ETH or ERC-20 token from the contract.

The final version of Dragon Boat Festival NFT, with Ownable, MintAndBurn, Withdraw, OpenSea royalties and ERC-2981.

ITechNote links

Platforms URL
Website https://itechnote.co/
Facebook https://fb.me/itechnote.co
Dcard https://dcard.tw/@itechnote
Others https://linkby.tw/itechnote.co

About

Develop first ERC1155 token (NFT) on Solidity by yourself

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published