https://github.com/cmdruid/nostr-nip46
Development kit for creating a NIP-46 remote signing client.
https://github.com/cmdruid/nostr-nip46
Last synced: about 1 year ago
JSON representation
Development kit for creating a NIP-46 remote signing client.
- Host: GitHub
- URL: https://github.com/cmdruid/nostr-nip46
- Owner: cmdruid
- Created: 2025-05-15T20:14:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-06T22:39:33.000Z (about 1 year ago)
- Last Synced: 2025-06-06T23:23:24.645Z (about 1 year ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nostr-nip46
Reference NIP-46 signing client and session manager.
## Features
* Nostr client for handling the JSON-RPC messages.
* Session manager for creating and registering sessions.
* Provides API for custom integration of signing methods.
* Supports `bunker://` and `nostrconnect://` URI schemes.
## Overview
More documentation coming soon!
## Installation
```bash
npm install @cmdcode/nostr-nip46
```
## How to Use
*coming soon*
## Development
*coming soon*
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
MIT License