This project serves as a reference implementation demonstrating the integration of Masca snap using the masca-connector library with Next.js. It showcases how Masca snap functionality can be integrated seamlessly into Next.js dapps.
First of all, i recommend using pnpm. Then run:
pnpm install
Run in dev mode:
pnpm dev
Building and running the project in production mode:
pnpm build && pnpm start
By default, the app is accessible on http://localhost:3000
Feel free to explore and customize the integration of Masca snaps in your projects using this reference implementation with Next.js.