Categories
Ref: medium

NFT Standards & CreatingYour Own NFT with ERC-721 | by Sirharry

How to create an ERC-721 NFT by moralis developers Imagine this: the world is suddenly infatuated with digital cats in 2017, and CryptoKitties are clogging the Ethereum network. This was a turning point that demonstrated the potential of Non-Fungible Tokens (NFTs), not just a passing trend. But behind these digital felines lay a crucial piece […]

Categories
Ref: medium

NFT Token Standards: What is The Difference Between ERC-721 and ERC-1155

Press enter or click to view image in full size Non-Fungible Tokens (NFTs) are just like digital pieces, arts, and collectibles that adorn the blockchain world. With each NFT, there’s a creative story, an event, a memory, or a simple expression of pure talent. A beneficial offshoot of blockchain technology allows us all to maintain […]

Categories
Ref: medium

5. NFT (Non-fungible tokens)_ ERC721 vs. ERC20 and what is minting? | by faeze esna_ashari

Minting is the process of converting a digital artwork into a digital asset on the blockchain network. Just as coins need to be minted for production, NFTs need to be minted for creation and placement on the blockchain network. (Gas fee: paid to miners to verify and validate the NFT minting transaction. If the Gas […]

Categories
Ref: medium

Creating an ERC721 Token Using OpenZeppelin’s Implementation | by Brian

I would like to demonstrate how to create an ERC721 token called ‘Shippo’ using OpenZeppelin’s implementation of the ERC721 standard. I will provide an example of how to include a mint function that can be called by the public to create new Shippo tokens. Finally, I will show how to call this function from a […]