Glory Praise Emmanuelglorypraise.hashnode.dev·Sep 18, 2024Interacting with Smart Contracts Using INTMAX Wallet SDK and Ethers.jsSmart contracts have revolutionized the way decentralized applications (DApps) operate by enabling automated, trustless agreements on the blockchain. To build robust DApps, developers often leverage powerful tools like Ethers.js and INTMAX Wallet SDK...Discussintmax
Armstrong Olawandearmstrongolawande.hashnode.dev·Jul 2, 2024Top Blockchain Development Tools For Every Frontend DeveloperOverview Blockchain technology is reshaping digital platforms, offering secure transactions and decentralized data storage. Incorporating blockchain can significantly strengthen application security, transparency, and productivity for front-end devel...DiscussWeb 3React
Barrett Kowalskybarrettk.hashnode.dev·Feb 15, 2024Creating Your First Full-Stack dApp with Solidity, Hardhat, and ReactI was recently tasked with creating a full stack application for a programming course that I’m taking, developed with a React frontend and a SQL database for the backend. One of the requirements for the project was to also include a new technology th...Discuss·370 readsSolidity
Metana Editorialdevthini.hashnode.dev·Jan 31, 2024Web3.js vs Ethers.js: The Key DifferencesHave you ever wondered how innovative applications securely interact with the Ethereum blockchain? At the heart of this interaction are powerful tools known as Web3.js and Ethers.js. These JavaScript libraries are the gateway for developers to dive i...DiscussSolidity
Gowtham Saravanangowtham-s.hashnode.dev·Nov 16, 2023Understanding Decentralised Applications (DApps)Welcome to the latest article of our 'Ethereum Essentials' series, where we embark on a continuous exploration of the Ethereum ecosystem. In our previous article, we delved into the realm of Smart Contracts. Today, we are taking the next significant ...DiscussEthereum Essentialsdapps development
Mrinmoy Porelmrinnnmoy.hashnode.dev·Sep 7, 2023Ethers.js: Interacting with The Ethereum Blockchain.Introduction Ethers.js is a powerful yet compact library for enabling interactions with the Ethereum blockchain. It can help in connecting DApps with blockchain networks, and developers using ethers.js can also access complete functionalities of the ...Discuss·44 readsBlockchain
Paul Etimhenchman.hashnode.dev·Aug 15, 2023Using ethers.js to get an ERC20 token detailsIn this article, I will be showing you how to set up ethers, and how to write a script that shows an ERC20 token symbol, decimal, supply and the balance of an address in the ERC20 token. Before proceeding, I believe you have a basic idea of javascrip...DiscussScripting
Ogedengbe Israel1sreal.hashnode.dev·Jul 23, 2023EthersJs Cheat SheetEthersJs is a popular javascript library for interacting with the blockchain (Ethereum, BSc, and other Evm-compatible blockchains). Not too many people (beginners) are comfortable with using official documentation. hence why I came up with this. Let'...Discuss·80 readsethersjs
Ogunsakin Tope Emmanuel topichido.hashnode.dev·Jul 17, 2023JavaScript - The Language that Built the WorldOnce upon a time in the vast digital landscape, there was a language that revolutionized the way we experience the web. Its name was JavaScript. This remarkable language had the power to breathe life into static web pages, making them dynamic, intera...Discuss·50 readsJavaScript
Sumit Patilsumit18.hashnode.dev·Jun 10, 2023Listen to Solidity Smart-Contract events using ethers.js and HardhatEvents in solidity are the signals fired by smart-contract. ethers.js has once function for listening to the emitted events. The function takes two parameters: eventName Name of the event. It should be a string. listener It is the function. The tas...Discuss·57 readsSolidity