/nips-json

Machine-readable versions of nostr NIPs tables

Primary LanguagePython

Machine-readable versions of NIPs tables

Machine-readable versions of NIPs (Nostr Implementation Possibilities) tables.

Files

The json directory has the following files:

  • nips.json - NIPs list
  • kinds.json - Kinds table
  • messages_to_client.json - Messages from relay to client
  • messages_to_relay.json - Messages from client to relay
  • tags.json - Tags table

These have been updated for upstream commit 4438b892d8abd189afc75f9f54532ec95f108d9f.

Generation

First, check out the NIPS repository, then run the script with:

python3 read_nips_tables.py <path to NIPS repository>