mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Merge pull request #1 from ionextdebug/ionextdebug-patch-1
Update 01.md
This commit is contained in:
commit
4bef136821
5
01.md
5
01.md
|
@ -175,3 +175,8 @@ This NIP defines no rules for how `NOTICE` messages should be sent or treated.
|
||||||
* `["CLOSED", "sub1", "error: could not connect to the database"]`
|
* `["CLOSED", "sub1", "error: could not connect to the database"]`
|
||||||
* `["CLOSED", "sub1", "error: shutting down idle subscription"]`
|
* `["CLOSED", "sub1", "error: shutting down idle subscription"]`
|
||||||
- The standardized machine-readable prefixes for `OK` and `CLOSED` are: `duplicate`, `pow`, `blocked`, `rate-limited`, `invalid`, and `error` for when none of that fits.
|
- The standardized machine-readable prefixes for `OK` and `CLOSED` are: `duplicate`, `pow`, `blocked`, `rate-limited`, `invalid`, and `error` for when none of that fits.
|
||||||
|
|
||||||
|
-----
|
||||||
|
### HOW TO
|
||||||
|
How to partially implement the NIP-01 using general purpose libraries, without NOSTR toolkits or SDKs:
|
||||||
|
[How to implement NOSTR Protocol from scratch with Python (NIP-01)](https://fullstackengineer.hashnode.dev/how-to-implement-nostr-protocol-from-scratch-with-python-nip-01)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user