Skip to main content

Boilerplate and Dependencies


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

We've already created a boilerplate for this application that makes it easy to setup the directory structure, css and all the dependencies.

Clone https://github.com/Web3Auth/siww-quickstart

cd to the sign-in-with-web3-boilerplate folder

git clone https://github.com/Web3Auth/siww-quickstart
cd siww-quickstart/sign-in-with-web3-boilerplate
npm i

We have all the dependencies setup.

If you do npm start we would have our application running, but there is no functionality.

Let's add that the Ethereum component