- π» I'm web developer, designer, content creator and student
- π I'm from India
- πΈοΈ I am passionate about building websites with Next.js
- π€ I like to meet new people
- πΎ I like to play all sports and play tennis on a daily basis
- π€ I like to learn about new tech and blog about it on Hashnode. If you want to read my blogs, click here
Feel free to reach me out on any platforms here
An Introduction to Solana Pay and how to Integrate it into Your Next.js App
In this guide we'll walk through the following:
What is Solana Pay?
When to use Solana Pay?
How to use Solana Pay in a next.js app and create an app where people can scan a QR code to buy SPL tokens in exchange for SOL
By the end of this guide, ...
How to add web3 sign-in with thirdweb β¨
Introduction
Why use web3 sign-in?
Sign-in with Ethereum allows you to securely log in using a wallet and verify the wallet on the backend! We are going to use Thirdweb Auth which uses the very popular JWT standard! JSON Web Token (JWT) is an open st...