Broomstickfr4.hashnode.dev·Aug 31, 2023Parsing Ethereum transaction data with Ethers-RSIntroduction If you've used Ethereum before, you'll have no doubt noticed the strange data attached to contract calls. In your wallet, it's probably named something along the lines of "hex" or "hex data". On etherscan, it's called "input data" and ca...DiscussEthereum
Maithali Ghardemaithaliblock.hashnode.dev·Aug 16, 2023A Quick Overview of EthereumBlockchain A database that is updated and shared across many nodes in a network. ETH Ether is the native cryptocurrency of the Ethereum platform. It is used to facilitate transactions on the network, compensate miners for securing the network, a...DiscussBlockchain
Success Godswill Chibuzogodswillch.hashnode.dev·Aug 12, 2023Ethereum and Ether: Exploring the Foundation of Decentralized ApplicationsIn the world of blockchain and cryptocurrencies, Ethereum and its native cryptocurrency Ether (ETH) have emerged as groundbreaking innovations that have revolutionized the way we think about decentralized applications and smart contracts. Created by ...DiscussBlockchain
Nishchit Malasana0xnishchit.hashnode.dev·May 16, 2023How to connect MetaMask with React (For Beginner's)Some Key Terminologies Singer Provider JsonRPC 1.Signer Laymen TermA Signer in Ethers. js is an object that represents an Ethereum account. It's used to send transactions to contracts and other accounts. Technical Term A Signer is a class which ...Discuss·30 likes·37 readsEthereum
Chikezie3illbaby.hashnode.dev·May 16, 2023Unleashing the Power of Ethers.js: Listening to Events and Unlocking Ethereum's PotentialIntroduction Welcome to the captivating world of Ethereum development! If you're eager to explore the depths of blockchain magic, then Ethers.js is your enchanting wand. In this article, we'll embark on a thrilling journey that will uncover the wonde...Discuss·76 readsethers
megabyteforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·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·21 likes·247 readsNFT
Franco De Leonfrancork.hashnode.dev·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·52 readsWeb3
megabyteblog.megabyte0x.xyz·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·74 readsExplorationNFT
Jyotirmoy Barmanjyotirmoy.dev·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, ...Discuss·38 readsEthereum
Sage OsoroforOpen Replay's Technical Blogopenreplay.hashnode.dev·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·106 readsMetamask