[email protected] Forge device package for token proof-of-time minting.
rebar3 compileThe PoT suite includes the direct device vectors plus arithmetic and
state-machine properties. It uses local [email protected] and [email protected]
packages:
HB_PORT=0 rebar3 pot-test
rebar3 pot-verifyThe token/process integration vectors are separate test-support coverage:
HB_PORT=0 rebar3 pot-token-testpot-token-test uses the sibling ../ao_token_package/src checkout so it can
exercise the current token implementation locally.
The mechanism paper lives in doc/pot.tex (build: tectonic doc/pot.tex);
its mathematics is mechanized in lean/ (build: cd lean && lake build; see
lean/README.md). The hb_invariant property suite ties the running device
to the mechanized model — Lean-exported traces replayed through the pure
reference machine (dev_pot_model), randomized invariant soaks, and
device-vs-model lockstep runs:
rebar3 pot-propsrebar3 pot-package
rebar3 pot-verifyHB_CONFIG=config.json rebar3 device localconfig.json pins the published [email protected], [email protected], and [email protected]
implementations through HyperBEAM's trusted-devices runtime map.
rebar3 pot-publish