CryptoShurikenforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Nov 11, 2022A Gentle Introduction to ERC Standards: ERC-20, ERC-721, and ERC-1155Hi, 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 started! First of All, WTH is ERC? 🤔 ERC stands for "Et...Discuss·47 likes·235 readsBlockchain
Akinboboye Akinwandeboboyeak.hashnode.net·Apr 13, 2023How to Listen For ERC20 Token Transfers To A Specific Wallet Using Moralis Streams and NodeJSIntroduction Moralis is an organization whose products have been incredibly helpful to web3 developers and web2 developers who want to work with web3 concepts but one product that has particularly caught my eye is Moralis Streams. It is a tool for li...Discuss·40 likes·133 readsBlockchain👏🏽👏🏽👏🏽 10
MannyforAnkrankr.hashnode.net·Jul 7, 2022Build & Deploy Your Own ERC20 Token On OptimismWhat We're Building If you have ever wanted to create your own type of currency or token that would be used as a means for an exchange of value or trading then you’re in the right place today. We’ll be building and deploying an ERC-20 Token to Optimi...Discuss·37 likes·384 readsoptimism
Aviral Sharmaaviralsharma.hashnode.net·Apr 22, 2023Complete Guide To ERC-20 standard for Ethereum network (2023)Whether you are learning about Blockchain, exploring web3 or investing in Cryptocurrencies. ERC20 Tokens and its standard is often a topic of debate and discussion among web3 enthusiasts, developers and investors. At its core, it is just a set of gui...DiscussEthereum
shubham wadneshubhamwadne.hashnode.net·Apr 17, 2023Understanding ERC20 Tokens: What They Are and How They Work! 🪙What are ERC20 Tokens? 🤔 ERC20 tokens are a type of digital token that is built on the Ethereum blockchain. They follow a set of standards and guidelines that define how they can be programmed and interact with other tokens and applications on the E...DiscussERC20
Akinboboye Akinwandeboboyeak.hashnode.net·Apr 13, 2023How to Listen For ERC20 Token Transfers To A Specific Wallet Using Moralis Streams and NodeJSIntroduction Moralis is an organization whose products have been incredibly helpful to web3 developers and web2 developers who want to work with web3 concepts but one product that has particularly caught my eye is Moralis Streams. It is a tool for li...Discuss·40 likes·133 readsBlockchain👏🏽👏🏽👏🏽 10
Nikunj Navdiyanikunjnavdiya.hashnode.net·Mar 30, 2023Step-by-step guide for deploying your own token on BlockchainIf you are a cryptocurrency enthusiast you may hear the words "coin" and "token", and some of you still don't know the difference between them. Before we start deploying our token on the blockchain let's first understand what's the difference between...Discuss·62 readsBlockchain
Aaron Rebeloaaronr2023.hashnode.net·Mar 15, 2023ERC20 and ERC721 Token Standard ExplainedSource: http://surl.li/flire ERC20 is a token standard used for creating digital tokens(virtual assets) on the Ethereum blockchain. It means the basic rules and functionality that all ERC20 must be followed. ERC20 tokens are fungible, which means th...DiscussERC20
Olalekan Aishat Bisolaaishaolalekan.hashnode.net·Mar 13, 2023"ERC Tokens: Your Comprehensive Guide to Understanding and Creating them"One of the token standards that are used to develop smart contracts is the ERC Token: What is an ERC Token? An ERC token is one of the digital assets of the Ethereum blockchain. It is created and managed on the Ethereum platform using ERC standards. ...Discuss·12 likesWeb3
bashorun dolapocodedbydolapo.hashnode.net·Mar 10, 2023How to Create A Basic ERC20 Token Using Solidity And RemixAs far as blockchain technology goes, Ethereum, being the second most popular network, has emerged as one of the most popular platforms for creating decentralized applications (also known as Dapps). Conceived in 2013 and eventually created and releas...DiscussSolidity
Yash Dewasthaleyashdev9274.hashnode.net·Mar 6, 2023ERC-20 Token: The Key To The Ethereum EcosystemSubscribe to My Newsletter - "DEEP DIVE" "Stay informed and ahead of the curve with our newsletter service on open source, data science-data engineering, MLOps, web3, and community work." My Newsletter↗️ The universal Ethereum platform has made it m...Discuss·1 likenewsletter
Md Zartaj Afserzartaj.hashnode.net·Feb 28, 2023Token Standards in Ethereum Part-I (ERC20)Creating and deploying your tokens on the internet is too easy. Blockchain and Smart Contracts have made it possible. Yes, you heard that right. You can deploy your own tokens on the internet. And that too without creating a whole new blockchain like...DiscussEthereum
CodeWithMarishcodewithmarish.hashnode.net·Feb 14, 2023How to build ERC 20 Token and Faucets DappHello friends, Today in this post we will learn to build our own ERC20 token and a faucet Dapp(Decentralized App) using which we can interact with our contract. So we will learn to develop an ERC20 smart contract and a faucet contract which will help...Discuss·36 readsReact