Oleg on Web3forolegweb3.hashnode.net·Sep 7, 2022JavaScript to retrieve Ethereum blockchain dataThis post is for you if you are making your way to Web3 as a JavaScript developer and are searching for a starting point. As such, let's dive into the ethers.js library with this tutorial. You'll learn how to find out how much ETH is in different Eth...Discuss·21 likes·197 readsWeb3
Franco De Leonforfrancork's blogfrancork.hashnode.net·Apr 13, 2023Send personalized emails to your Lens followers using Mailchain SDKIntroduction Modules are a powerful feature of the Lens Protocol that enables profile owners to add dynamic custom functionality to follow, collect, and reference interactions. These modules allow developers to create exciting, community-driven featu...Discuss·2 likes·36 readsWeb3
Sage OsoroforOpen Replay's Technical Blogopenreplay.hashnode.net·Feb 2, 2023Understanding MetaMask RPC methods and errorsMetaMask is a popular cryptocurrency wallet that sends, receives, and signs transactions on the blockchain. It is the preferred cryptocurrency wallet used by web3 developers due to its flexible, cutting-edge, and innovative features. As a developer w...Discuss·1 like·66 readsMetamask
Franco De Leonforfrancork's blogfrancork.hashnode.net·Apr 13, 2023Send personalized emails to your Lens followers using Mailchain SDKIntroduction Modules are a powerful feature of the Lens Protocol that enables profile owners to add dynamic custom functionality to follow, collect, and reference interactions. These modules allow developers to create exciting, community-driven featu...Discuss·2 likes·36 readsWeb3
MegabyteforMegabytemegabyte0x.hashnode.net·Apr 13, 2023How to build Reddit's NFT Marketplace using Polygon and Paper 📄gm gm gm!!! Indeed, in the current scenario, few NFT marketplaces cater to non-web3 users, primarily due to the poor User Experience (UX) they have to face. A significant barrier to entry for these users is the complexity of the Web3 ecosystem, inclu...Discuss·1 like·44 readsExplorationNFT
MegabyteforDeveloper DAOgrotesque-shame-tremble-47.hashnode.net·Apr 13, 2023How to build Reddit's NFT Marketplace using Polygon and Paper 📄gm gm gm!!! Indeed, in the current scenario, few NFT marketplaces cater to non-web3 users, primarily due to the poor User Experience (UX) they have to face. A significant barrier to entry for these users is the complexity of the Web3 ecosystem, inclu...Discuss·1 like·78 readsNFT
Jyotirmoy BarmanforJyotirmoy Barmanjyotirmoy.hashnode.net·Mar 17, 2023Fetch Balance from Ethereum BlockchainTo Fetch the balance of an account in the Ethereum blockchain first we need to install some dependencies on our computer. Node.js [To install the node click here↗️] Ethers.js [Ethers.js Docs click here↗️] Import Ethers.js First, create a folder, ...DiscussTutorialEthereum
Sage OsoroforOpen Replay's Technical Blogopenreplay.hashnode.net·Feb 2, 2023Understanding MetaMask RPC methods and errorsMetaMask is a popular cryptocurrency wallet that sends, receives, and signs transactions on the blockchain. It is the preferred cryptocurrency wallet used by web3 developers due to its flexible, cutting-edge, and innovative features. As a developer w...Discuss·1 like·66 readsMetamask
Shemang DavidforShemang Davidshemzz.hashnode.net·Jan 14, 2023Building a Decentralized Application with Ethers.jsIntroduction: Building a decentralized application (dApp) can be challenging, but it can be achieved with the right tools and understanding. Ethers.js is a JavaScript library for interacting with the Ethereum blockchain, which provides a robust set o...DiscussWeb 3.0dapps
DavideforWeb3Davesoosweb3.hashnode.net·Sep 29, 2022Create your first DApp using Ethers.jsIntroduction I've been making articles and tutorials about simple web3 development concepts to help people get into web3; today, it's time to learn how to create a DApp! This tutorial will develop a simple DApp, which includes the front end. You can ...Discuss·1 like·109 readsWeb3
Murat Can Yükselfor Murat Can Yüksel's Blogmuratcanyuksel.hashnode.net·Sep 10, 2022Creating a storage contract with EthersJs (notes from Freecodecamp)These are my notes from the 5th lesson of Freecodecamp's web3/Blockchain development course. You can read the notes for the previous lesson here =>https://muratcanyuksel.hashnode.dev/creating-a-storage-factory-smart-contract-in-solidity-and-interacti...Discuss·34 readsSolidity
Oleg on Web3forolegweb3.hashnode.net·Sep 7, 2022JavaScript to retrieve Ethereum blockchain dataThis post is for you if you are making your way to Web3 as a JavaScript developer and are searching for a starting point. As such, let's dive into the ethers.js library with this tutorial. You'll learn how to find out how much ETH is in different Eth...Discuss·21 likes·197 readsWeb3
Aaron RebeloforAaronR2020aaronr2020.hashnode.net·Sep 5, 2022Ethers.js - Understanding the basicsEthers.js is a library, written in javascript that allows you to connect any application to an Ethereum blockchain and its ecosystem. It's basically a bridge that connects the client to the blockchain How to import Ethers into your project. npm i ...Discuss·28 readsWeb3