Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,24 @@ docs/ Design, threat model, track answers, deploy, limitations

```bash
pnpm install
pnpm contract:test # 14 Rust tests
pnpm contract:test
pnpm bindings:generate # generate TS bindings from the contract
pnpm bindings:check # verify committed bindings match the contract
pnpm web:dev # jury UI — works without .env
pnpm agents:e2e # testnet full agent proof (needs stellar keys)
pnpm mainnet:verify # mainnet read-only proof
```

## Verification

| Suite | Command |
| --- | --- |
| Contract | `pnpm contract:test` |
| tlock | `pnpm tlock:test` |
| SDK | `pnpm sdk:test` |
| Keeper | `pnpm keeper:test` |
| Web | `pnpm web:test` |

## Documentation

| Doc | Purpose |
Expand All @@ -185,9 +195,9 @@ pnpm mainnet:verify # mainnet read-only proof

## Status (submission)

- [x] Round contract + 14 tests + on-chain Drand BLS
- [x] tlock + auditor blob (13 tests)
- [x] SDK (7 tests) + optional OZ Relayer Channels submitter
- [x] Round contract + on-chain Drand BLS
- [x] tlock + auditor blob
- [x] SDK + optional OZ Relayer Channels submitter
- [x] Testnet **full lifecycle** (`lifecycle:e2e`) — USDC, 2 bidders, settle → 0
- [x] Testnet **multi-agent** (`agents:e2e`) — x402, mandate, keeper reveal, settle → 0, **single UI trace**
- [x] Mainnet **deploy + settle smoke** — 1/5 XLM, round 1 settled
Expand Down
4 changes: 2 additions & 2 deletions docs/SCF_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Stellar is a core part of the product, not superficial storage:

| Proof | Network | Status |
| --- | --- | --- |
| Round contract + tests | Local/Soroban | 14 Rust tests |
| tlock package + auditor blob | Local | 13 tests |
| Round contract + tests | Local/Soroban | `pnpm contract:test` |
| tlock package + auditor blob | Local | `pnpm tlock:test` |
| SDK | Local/Testnet | Contract bindings + direct RPC submitter |
| Full lifecycle | Testnet | `pnpm lifecycle:e2e`: 2 bidders, USDC SAC, settle to 0 |
| Multi-agent + x402 | Testnet | `pnpm agents:e2e`: x402 appraisal, sealed commits, keeper reveal, settle |
Expand Down