npubweb/README.md

485 B

web of npubs

Quick and dirty code for minimum viable web of trust.

Running

Create a SQLite database pubkeys.db from the old csv file of users. This is idempotent.

deno run --allow-read=. --allow-write=. initialize-subscriber-table.ts

Development

Use repl:

export DEBUG='ndk:*'
deno repl -A

Paste code.

Reference