© 2023 Hashnode
#erc20
I've very recently started working on a redesign of the DEIT site (the umbrella I hack on experiments/side projects under). Rather than just shedding the commentary and aiming to condense the informat…
Ethereum Request for Comments (ERC) - it's like the cookbook for creating awesome decentralized apps (dApps) on the Ethereum blockchain! Think of ERCs as recipes that provide a common language for dev…
It's fairly simple to create an ERC-20 token in Solidity, but it does require some familiarity with the Ethereum network and the Solidity programming language. In this article, we'll explain how to cr…
As the continuous buzz going on for NFTs, Have you had a thought on how these NFTs are created? In this blog, I am gonna explain a wide range of topics that will answer your questions like What is an…
In the world of Web3, tokens can be used in a variety of ways. But cannot be shared between networks. This is where bridges come in handy, allowing users to "move" tokens from one network to another. …
Hi, fren! gm. ☀️ This blog post will cover some of the most common ERC token standards you can use to create fungible, non-fungible, and semi-fungible tokens. So, without further ado, let's get starte…
This simple project shows you how to deploy an ERC-20 token on the Scroll L2 testnet using HardHat. Scroll is a new and emerging EVM compatible zero knowledge rollup blockchain aimed at improving Ethe…
The goal of this guide is to demonstrate how to create an ERC-20 token in as little time as possible using JavaScript and the Bunzz SDK without writing Solidity. This guide is divided into two parts, …
Although Ethereum has firmly established itself as the leading blockchain platform capable of running smart contracts, it isn’t without its defects. It has solved some of its problems, such as enormou…
ERC(Ethereum Request for Comments). ERC-20 token is a standard for fungible tokens(This means, every token is exactly the same). ERC-20 tokens can be used as a medium of exchange, for voting rights, a…