Merge pull request #1 from ionextdebug/ionextdebug-patch-1

Update 01.md
This commit is contained in:
ionextdebug 2024-01-07 08:19:19 -04:00 committed by GitHub
commit 4bef136821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
01.md
View File

@ -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: 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.
-----
### 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)