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

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.

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