S(Sushmita (aka Meowy)inmeowy.hashnode.devยทAug 19, 2022 ยท 9 min readHow to create a Burnable Soulbound NFTWe use NFTs to track the ownership of digital art and that is why NFTs are designed to be transferred between blockchain wallets. But Soulbound NFTs are special kinds of NFT which is designed to be owned by a specific blockchain address without the a...00
S(Sushmita (aka Meowy)inmeowy.hashnode.devยทJul 6, 2022 ยท 3 min readCommonly used Data Structures in SolidityWhat are Data Structures? A way to store data to use the data efficiently. Lets think about values of the data and the relationship among them, or the functions and operations that can be applied to that data. Smart Contract Structure A sample...01A