An open API service indexing awesome lists of open source software.

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.

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