This example shows how to use the NameGuard SDK with Next.js (App Router).
Get the latest contents of this example:
npx degit namehash/nameguard/examples/with-nextjs nameguard-with-nextjs
Install the dependencies:
cd nameguard-with-nextjs
npm install
Run locally:
npm run dev