Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilck/nip07-tester
This web app tests NIP07 signing extensions.
https://github.com/neilck/nip07-tester
nip07 nostr
Last synced: 4 days ago
JSON representation
This web app tests NIP07 signing extensions.
- Host: GitHub
- URL: https://github.com/neilck/nip07-tester
- Owner: neilck
- Created: 2024-11-08T09:46:29.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:01:31.000Z (7 days ago)
- Last Synced: 2024-11-08T11:17:52.508Z (7 days ago)
- Topics: nip07, nostr
- Language: TypeScript
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NIP-07 Signing Extension Tester
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 clientsThis is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.