This web app tests NIP-07 signing extensions.
- Shows which functions are supported by current extension in the browser
- Shows result of calling individual functions
- Demonstrates a sample Login / Sign Out for React Nostr clients
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.