- Production @ https://graypaper.fluffylabs.dev
- Beta @ https://graypaper-reader.netlify.app
A tool to help with reading and analyzing the Gray Paper.
- Gray Paper Reader community notes graypaper-notes.
- Gray Paper Archive graypaper-archive.
- matrix-bot - Listens to Matrix channel messages and collects the ones containing GP Reader links. These messages can later be turned into notes JSON file.
- links-check - Scan a set of files for GP Reader links and check their versions or generate notes JSON file.
Gray Paper versions are stored in a separate repository, added as a git submodule.
$ git submodule update --init
$ npm ci # install dependencies
$ npm run dev # run the development version