Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1006 Bytes

File metadata and controls

46 lines (30 loc) · 1006 Bytes

Beam

A dig-like tool for the Spaces Protocol.

Note: beam is a small demo of the Fabric SDK.

Usage

Resolve a single record from a handle:

$ beam grace@key AGE
age1k2spr6duuu07857wqg0922hd7j0rlnjjax4jvvk50yyhcstn6swspyzh4t

Resolve all records on a handle:

$ beam grace@key

Pin a trust id computed via Veritas:

$ beam trust 402cbdfbf12240330bb333050f5ffc0f7fa8d37086507c44f7dd1c7b8bdb0068

Trust and cache state are persisted to the OS app data directory (~/Library/Application Support/beam/state.json on macOS, ~/.local/share/beam/state.json on Linux) and restored on subsequent runs.

Options

  • --seeds <url,url,...> — comma-separated relay URLs
  • --dev-mode — skip finality checks
  • -h, --help — show help

Build

cargo build --release

License

Apache 2.0 - see LICENSE.