Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 981 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 981 Bytes

Introduction

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.

Screenshots

demo-instructions demo-screen

Getting Started

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.