How to Create and Mint an NFT with Hardhat
A NFT (Non-Fungible Token) is a unique token that cannot be replicated unlike fungible tokens like ERC-20, this means NFTs cannot be used for commercial transactions. Usually NF...
Mint your First ERC-20 Token with Hardhat and OpenZeppelin
What is an ERC? An ERC (Ethereum Request for Comment) is simply an application-level standard that contains a set of rules. An ERC is one type of EIP (Ethereum Improvement Prop...
Making your Smart Contract UI Decentralized
Traditionally Front-end is deployed on a centralized provider like AWS, Google Cloud or Microsoft Azure. But what is decentralization when we are talking about software? it can...
Interact with Smart Contracts from the UI
Interacting with Smart Contracts is usually done through a user interface from your favorite browser. A crypto wallet plugin installed on your browser like Metamask is used a ga...