Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.64 KB

XMTP inbox auth webview

This repo is where the code for the Inbox wallet connection code lives.

Dev:

$ npm run dev

Build:

$ npm run build

This will generate one big file in dist/index.html that you can then use in the iOS app.

ORIGINAL README BELOW

This is a RainbowKit + wagmi + Next.js project bootstrapped with create-rainbowkit.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about this stack, take a look at the following resources:

You can check out the RainbowKit GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.