https://github.com/cmdruid/nostr-connect
Development kit for creating a NIP-46 remote signing client.
https://github.com/cmdruid/nostr-connect
Last synced: 11 months ago
JSON representation
Development kit for creating a NIP-46 remote signing client.
- Host: GitHub
- URL: https://github.com/cmdruid/nostr-connect
- Owner: cmdruid
- Created: 2025-05-15T20:14:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-07T22:04:39.000Z (12 months ago)
- Last Synced: 2025-07-07T23:58:12.074Z (12 months ago)
- Language: TypeScript
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nostr-connect
Reference implementation of the nostr-connect standard (WIP).
## Features
* Nostr client for handling the JSON-RPC messages.
* Channel manager for handling connections with signers.
* Session manager for managing signing sessions.
* Request manager for handling authenticated requests.
* Provides API for custom integration of signing methods.
* Supports `nostrconnect://` URI scheme.
## Overview
More documentation coming soon!
## Installation
```bash
npm install @cmdcode/nostr-connect
```
## How to Use
*coming soon*
## Development
*coming soon*
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
MIT License