Skip to content

Dev Notes

development notes

  • Home
  • Unveiling the Essence of APIs
  • Empowering Users: The Journey of Custom Ethereum Wallet Development
  • The Growing Significance of APIs in Web Development
  • Deeper dive into what an API is
  • What is API Development Part 1
  • Basic Blockchain Example Code
  • Smart contract development and security
  • Using blockchain tech in recordkeeping
  • A basic NFT modifiers and more…
  • A basic Nft – ERC721
  • Factory Design Pattern with Solidity
  • Smart Contracts and an NFT
  • Blockchain Advantages
  • Dev Notes on Medium
  • blockchain
  • news
  • ethereum
  • integration
  • Api Development
  • Web Development
  • Software Development
  • smart contract development

    Smart contract development.

  • api importance

Tag: tokens

A basic Nft – ERC721

Everyone loves an NFT and they all want one, so that’s why I’m using this contract type for my example. An ERC721 Nft token ( Non-Fungible-Token) needs a token id. You can’t live without that. We’ll just use the Counter class supplied to us by the awesome people at Open Zeppelin. Import the library and… Continue reading A basic Nft – ERC721

Published April 24, 2022
Categorized as smart contract development Tagged erc721, nft, solidity, tokens