Beginners Guide to ERC721The term ERC refers to the Ethereum request for comment, this is a standard that is created for non-fungible tokens that are created on the Ethereum blockchain. Otherwise known as the buzzword NFTs. ERC721 is the standard for NFTs. Each of these ERC7...Feb 16, 2024·3 min read
A Quick Guide To Building A Basic Express Server And Router SetupIn this article, we'll go over how to build an express framework server backend using NodeJS. Let's quickly review our outline listed below. What is expressJs framework? And why should I care? Initiating Server Server file structure Route handlers R...Sep 10, 2022·5 min read