Next 13 integration
Implementation guide for create next-app@latest
You need to declare a MetaproProvider which controls access and persistence to a connector instance, create a simple Provider component
In this particular example in Next13, implement "use client" on top of the component.
1. Create a Provider component
2. Insert provider in /app directory
---> layout.tsx
Use metapro plugin
After implementation you can follow this steps to login with metapro wallet
Last updated