-
First, navigate to cloud.reown.com and create a new project. Upon creating a new project, a project Id will be generated for your new project. Please copy it as you will need it to configure your app.
-
Rename
.env.example
to.env
and paste the project ID that was generated for you in the previous step (Step 1). -
Now, you need to install all the dependencies for your app to function properly. So run the command given below:
npm run dev
If you are using alternative package managers, you can try either of these commands - yarn dev
, or pnpm dev
, or bun dev
.
-
Open http://localhost:3000 with your browser to see the result.
-
You will be able to see your example app which will allow you to connect your wallet and use the Scroll network.
To learn more about AppKit: