ubi.world / ledger
Public ledger
Federated UBI transactions, openly mirrored.
This directory holds the raw signed JSON transactions and node records for the Time for UBI federation. The human-readable rendering lives at ubi.world; this tree is for verifiers and archivists.
/ledger/transactions/ — one JSON file per signed transaction./ledger/nodes/ — one JSON file per participating node./ledger/README.txt — short explainer for anyone browsing the raw tree.
Reading the ledger directly
Every file is plain text. You can fetch the directories directly:
/ledger/transactions/ · /ledger/nodes/ · /ledger/README.txt
How transactions get here
Participating nodes sign each transfer with their Ed25519 private key
and write the signed JSON to their slice of /ledger/transactions/.
Tampering would break the signature; anyone can verify offline using the
signing node's public key. See the spec at
ubi.vision for the signature scheme.
ubi.world is a mirror, not a router. If this site disappeared, the transactions would still exist in the records of the nodes that signed them. Anyone with a copy of this directory can host a duplicate mirror.