abdul arhamweb3-dapp-based-on-eth.hashnode.dev·Dec 4, 2024Made a Dapp using ETH and wagmiWeek 11 – Web3 Cohort 3 🚀 This week has been an incredible journey into building Ethereum-based Dapps (Decentralized Applications) on the frontend! 🖥️ I had the chance to dive deep into some amazing tools and frameworks that make Web3 development s...Web3
Yash Jainyashj.hashnode.dev·Jul 7, 2024Step-by-Step Guide to Implementing Rainbow Kit and Wagmi in Next.jsIntroduction This guide will walk you through the process of implementing Rainbow Kit with Wagmi in a Next.js application. Rainbow Kit is a React library that makes it easy to add wallet connection to your dApp, while Wagmi is a collection of React H...256 readsdaap
Sean Kimskim.foundation·Jul 3, 2024[TWIL] Week of June 09, 2024This week marked the second week of the Onchain Summer Buildathon, where I focused on integrating Base, an L2 chain from Coinbase, with Smart Wallet. Here’s a detailed account of what I learned while working on the Smart Wallet integration. Sign in w...This Week I Learned#wagmi
Sean Kimskim.foundation·Jun 18, 2024[TWIL] Week of June 02, 2024This week was the first full week of the Onchain Summer Buildathon. I signed up to participate, motivating myself to improve the UX on our platform and build great new features. To start, I upgraded a few npm packages to support the Base network and ...This Week I LearnedTypeScript
Jordan MuthembaforLisk Africa Blogliskafricadev.hashnode.dev·May 29, 2024Creating the Lisk Scaffold: An Insightful JourneyLisk Scaffold Version 0.0.4 Overview 🧪 Lisk Scaffold DApp is an open-source, robust framework designed to accelerate the development and deployment of decentralized applications (DApps) on the Lisk platform. This article provides a comprehensive ove...13 likeslisk-scaffold
Andriy Zhukazpwnz.com·Nov 22, 2023How to trigger a contract read on button click in Scaffold-ETH 2Scaffold-ETH 2 has emerged as an indispensable toolkit for developers venturing into the exciting world of decentralized application (DApp) development on the Ethereum blockchain. Its robust features and intuitive design streamline the process of bui...3 likes·91 readsscaffold-eth-2
BuildBearbuildbear.hashnode.dev·Nov 10, 2023🚀🚀 Exciting Feature Update! — Web3 Code Snippet Magic! 🚀🚀We are thrilled to announce that BuildBear now generates code snippets for your favorite web3 libraries! 🛠️ When you create a Private Testnet with BuildBear, code snippets for popular web3 libraries like Web3.js, Ethers, Wagmi, Web3j, and Web3.py wi...web3.js
Abhik Banerjeeabhik.hashnode.dev·Aug 15, 2023NextJS 13 – Viem instead of EthersBefore I start, I would like to say a couple of things. First, is an apology. I am sorry for not being active and being so late with the last article (Sorry Sayantan and all those who have been waiting on this). Got entangled in some work. Secondly, ...2 likes·1.0K readsNextJS and Web3Web3
An Voanvodev.hashnode.dev·Aug 12, 2023Mint simple NFT with Wagmi and RemixPart 1: Create a simple NFT smart contract Note: If you don't want to touch the Solidity stuff, feel free to use the deployed smart contract https://sepolia.etherscan.io/address/0xe09439e6b9e4cfc45ec2a25ea05876ae981adb39 and go to part 2 for the Wagm...#wagmi
PhilforBackdrop Tech Blogbackdrop.hashnode.dev·Aug 1, 2023Firebase Authentication using Wagmi in Next.jsThis guide will cover the basics of how to set up a Firebase project and integrate authentication (sign up and login) via an Ethereum wallet using Wagmi and Firebase's custom authentication system. Prefer to just read the code? Check out the reposito...6 likes·47 readsReact