summaryrefslogtreecommitdiff
path: root/README.md
blob: 51a0bca3c14f7c8e42a3a5429ca3e68756bbb761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# nostrpy

A python library and reference CLI tool implementing the [nostr](https://github.com/fiatjaf/nostr/) protocol. Still very much a work in progress.

- [x] BIP-340 Schnorr signatures using the reference Python implementation
- [ ] Complete Pythonic API for the nostr protocol
- [ ] Reference CLI tool implementing the nostr client and server

Supports Python 3.7 and up.

## Dev

```bash
$ pipenv sync -d
$ pipenv run test
```