Abhik Banerjeeabhik.hashnode.dev·Jun 28, 2023NextJS 13 – Using Next Auth the Web3 way.In the previous article, we built a barebones NextJS 13 App which used WalletConnectV2, Wagmi, and Viem to tape together a Login of “sorts” in Next. That was very basic, now we take it up a notch. In real-world NextJS 13 apps, you won’t have that kin...10 likes·3.5K readsNextJS and Web3Next.js
Deepdeeppatel.hashnode.dev·Dec 21, 2022Authenticate Users in Your DApp with Sign in with Ethereum: A Step-by-Step GuideIn an ideal scenario, A Dapp should not have any centralized backend server, everything should be on-chain. Then why Backend? With a fully on-chain approach, we need to (at least right now) compromise on user experience Not everything needs to be...2 likes·60 readsWeb3
Olayinka Oshidipeyunggenius.hashnode.dev·Dec 10, 2022Setting Up SpruceID SSX + Integration Into An Existing Dapp!What is SSX? A really simple way to put it is this: it is Sign in with Ethereum but with user session data. It comes with most, if not all of the functionalities of SIWE, and then some (session data monitoring). Dapps admins can monitor a user’s beha...3 likes·130 readsEthereum
MannyforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Nov 24, 2022Getting Started With SSXWhat Is SSX? "SSX is a library that enables you to easily add user authentication, session management, and more to your dapp." https://github.com/spruceid/ssx/blob/main/README.md Okay, But What Is It? It's an app that allows you to administer a...6 likes·995 readsWeb3
Mannycodingwithmanny.hashnode.dev·Nov 21, 2022Build A tRPC Sign-In With Ethereum MonorepoNOTE: This is a first draft and I will be updating this shortly with all the code. Building With tRPC In this tutorials we'll be building a monorepo setup with Lerna that has a backend built with tRPC and a frontend built with ViteJS React Typescript...470 readsEthereum