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...Discuss·190 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...DiscussThis 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 ...DiscussThis 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...Discuss·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...Discuss·3 likes·90 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...Discussweb3.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, ...Discuss·2 likes·988 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...Discuss#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...Discuss·6 likes·47 readsReact
Abhik Banerjeeabhik.hashnode.dev·Jun 26, 2023NextJS 13 – How to Web3?These past couple of weeks have been weeks of breaking changes, especially for the Web3 Frontend landscape. We now have a new underdog called Viem which is challenging the dominance of EthersJs. Ethers has released version 6 which comes with breaking...Discuss·5 likes·2.2K readsNextJS and Web3Next.js