Begin build phase

This commit is contained in:
Raven Scott
2026-05-20 21:34:59 -04:00
parent 7a6b4fd692
commit c5d54be3ca
168 changed files with 909 additions and 479 deletions
@@ -6,13 +6,13 @@ Credit ledger gossip.
## Holepunch references (inspiration only)
- (none yet)
- `hyper-p2p-trust-graph`
> This module composes on Hyperswarm/Hypercore — it does **not** re-implement upstream packages.
## Composes with
- (none yet)
- `hyper-p2p-bandwidth-broker`
## Planned API
@@ -5,7 +5,11 @@
"protocol": "credit-ledger/v1",
"class": "HyperP2PCreditLedger",
"wave": 8,
"holepunch_refs": [],
"composes_with": [],
"holepunch_refs": [
"hyper-p2p-trust-graph"
],
"composes_with": [
"hyper-p2p-bandwidth-broker"
],
"status": "scaffold"
}