Skip to main content

Sample Application


Here we learn how to use sign-in-with-web3 in react js

The application that we are going to make will look something similar to :-

Sample application

In this demo, users first choose their chain - "Ethereum", "Solana" or "Starkware" The users then sign the SIWWeb3 message using their wallet of choice. The signature thus obtained, needs to be sent to the server for verification. The server performs the verification and decides if the user is authenticated or not.