@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "n34"
|
name = "n34"
|
||||||
description = "A CLI to interact with NIP-34 and other stuff related to codes in nostr"
|
description = "A CLI to interact with NIP-34 and other stuff related to code in Nostr"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,9 +1,6 @@
|
|||||||
!!! warning "Work In Progress"
|
|
||||||
This project is still work in progress and not completed yet.
|
|
||||||
|
|
||||||
# n34
|
# n34
|
||||||
|
|
||||||
A CLI to interact with NIP-34 and other stuff related to codes in nostr
|
A CLI to interact with NIP-34 and other stuff related to code in Nostr
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
@@ -24,10 +21,12 @@ details, see the following section.
|
|||||||
- [X] Issues (Send, view and list)
|
- [X] Issues (Send, view and list)
|
||||||
- [X] Replies
|
- [X] Replies
|
||||||
- [X] Issues and patches status
|
- [X] Issues and patches status
|
||||||
|
- [ ] Pull requests ([nostr-protocol/nips#1966])
|
||||||
- [X] Gossip Model ([NIP-65])
|
- [X] Gossip Model ([NIP-65])
|
||||||
- [X] Proof of Work ([NIP-13])
|
- [X] Proof of Work ([NIP-13])
|
||||||
- [X] `nostr:` URI scheme, in the issue/reply content ([NIP-21])
|
- [X] `nostr:` URI scheme, in the issue/reply content ([NIP-21])
|
||||||
- [X] Signing using bunker ([NIP-46])
|
- [X] Signing using bunker ([NIP-46])
|
||||||
|
- [ ] Signing using [NIP-07] proxy ([nostr-browser-signer-proxy])
|
||||||
- [ ] Code Snippets ([NIP-C0])
|
- [ ] Code Snippets ([NIP-C0])
|
||||||
- [X] In device relays and repos bookmark (`sets` command)
|
- [X] In device relays and repos bookmark (`sets` command)
|
||||||
|
|
||||||
@@ -107,3 +106,6 @@ refer to the [LICENSE](LICENSE) file for more details.
|
|||||||
[NIP-21]: https://github.com/nostr-protocol/nips/blob/master/21.md
|
[NIP-21]: https://github.com/nostr-protocol/nips/blob/master/21.md
|
||||||
[NIP-C0]: https://github.com/nostr-protocol/nips/blob/master/C0.md
|
[NIP-C0]: https://github.com/nostr-protocol/nips/blob/master/C0.md
|
||||||
[NIP-46]: https://github.com/nostr-protocol/nips/blob/master/46.md
|
[NIP-46]: https://github.com/nostr-protocol/nips/blob/master/46.md
|
||||||
|
[NIP-07]: https://github.com/nostr-protocol/nips/blob/master/07.md
|
||||||
|
[nostr-protocol/nips#1966]: https://github.com/nostr-protocol/nips/pull/1966
|
||||||
|
[nostr-browser-signer-proxy]: https://crates.io/crates/nostr-browser-signer-proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user