Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.06 KB

pknames

An experimental Web of Trust (WoT) domain name resolver built on pkarr. WIP.

> cargo run --bin pknamescli -- --help

Usage: pknamescli [OPTIONS] [COMMAND]

Commands:
  getinfo  General information.
  lookup   Lookup the pubkey of a domain.
  ls       List your follow lists.
  add      Add a follow to your list.
  remove   Remove a follow from your list.
  pkarr    Pkarr related commands.
  help     Print this message or the help of the given subcommand(s)

Options:
  -d, --directory <directory>  pknames source directory. [default: ~/.pknames]
  -v, --verbose                Show verbose output.
  -h, --help                   Print help

Checkout the example for a first glance into the system.

Todos

  • Simple probability interference
  • Backpropagation to blame intermediate for the right/wrong results.
  • Graph visualization
  • Graph pruning
  • Transform cyclical graph to acyclical.
  • CLI
  • DNS server
  • Follow list sharing aka Datastores
  • Reseach gameability