Zainab Wahabzainabwahab.hashnode.dev·Oct 14, 2024What is ERC-20 and How Do Its Functions Define Fungible Tokens?Introduction to ERC-20 Tokens ERC-20 tokens are fungible digital assets that exist on the Ethereum blockchain. A fungible token means that each token unit is identical and interchangeable with another. This is similar to fiat currencies, where each $...Discuss·6 likes·27 readsEthereum
Nathanielonihani.hashnode.dev·Jun 3, 2024Building Fungible Tokens with the Near JS SDKPrerequisites To complete this tutorial you will need: NodeJS A near testnet account NEAR CLI Introduction This guide assumes you already know how to build smart contracts on NEAR using the JS SDK.If not, you can learn more with their quick star...Discuss·14 likes·81 readsfungible tokens
Harshiamharsh.hashnode.dev·Feb 15, 2024Deep dive into Token ExtensionsIf you're familiar with SPL Tokens, you probably know they're providing a structured way to create and manage tokens. But, just like anything, SPL tokens have their limits. Solana's setup requires every program to be part of transactions, which compl...Discuss·99 readsSolana
Awais Sajidblackdiamond.hashnode.dev·Jan 12, 2024** Build your own cryptocurrency on Ethereum — Part 4 **🚀 Unleash ERC-20 — Ethereum’s Game Changer! 🚀 Discover ERC-20, the Ethereum Request for Comment standard that defines fungible tokens. Fungible tokens ensure each part is identical; 1 ETH exchanged for another 1 ETH remains the same. NFTs, on the o...DiscussERC20
David Jesseenzu.hashnode.dev·Sep 8, 2023How to create a Fungible token using ClarityTABLE OF CONTENTS Introduction Prerequisite Installing Clarinet On macOS On Windows Creating a new Clarinet project Adding a new contract Creating and implementing SIP-10 traits SIP-010 traits? Creating and Implementing SIP-010 trait function...Discuss·1 like·78 readsBlockchain
Line Tousignantblockversity.hashnode.dev·Feb 9, 2023Implement FungibleToken and MetadataViews with CadenceThe following article is part of a series of articles that will help you build a DAO on the Flow blockchain using Cadence. As the Flow ecosystem continues to grow, the need to assuring contract and external apps interoperability increases. The develo...Discuss·43 readsTutorial and code samples on building a DAO on Flow blockchainBlockchain