NFT Minting Random NFTs with Chainlink VRF, IPFS, and Pinata A blog post covering randomized NFTs and how to develop a smart contract that can mint provably random NFTs using Chainlink VRF, IPFS, and Pinata.
A Gentle Introduction A Gentle Introduction to ERC Standards: ERC20 vs ERC721 vs ERC1155 A blog post covering some of the most common ERC token standards used for creating fungible, non-fungible, and semi-fungible tokens.
A Gentle Introduction A Gentle Introduction to Hardhat In this blog post, we learn about Hardhat and how we can set up our own local dev environment to compile, deploy and verify EVM-based smart contracts.
Resources 5 Resources I'm following to learn Web3 In this post, I'm sharing 5 free code-focused resources that'll take you from zero to hero in Web3.
100DaysOfWeb3 Solidity Basics & first smart contract deployed #100DaysOfWeb3 Week 0 | In this blog post, I cover the topics I've learned this week, mainly Solidity basics such as types of variables, value types, etc.