This demo application shows how to integrate the nostr-acess-control package.
- shows in real-time the publishing of badge definition, badge award, and classified listing events
- demostrates nostr-access-control's
verifyEligibilty
function running either client-side or server-side - supports logging in with NIP07 Nostr signing extension
- event fetching and deletion
Developed using Nostr Development Kit in a Next.js React app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.