Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0age authored Dec 6, 2024
1 parent bb885d6 commit 1bd290b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ A minimalistic server-based allocator for [The Compact](https://github.com/Unisw
- 💾 Persistent storage using PGLite to track attested compacts and used nonces
- ✅ Comprehensive validation pipeline to ensure resource locks never end up in an overallocated state

## Intentionally Minimal Scope

- 🌱 Single-resource-lock, single-chain compacts only: No `BatchCompact` or `MultichainCompact` attestations
- 🔢 Strict nonce usage: Ensures every attested nonce is unique; no reuse on expirations and no direct onchain nonce consumption
- 🧭 No `attest()` callbacks for ERC6909 transfers: focused solely on attesting compacts
- 🪞 No compact qualification: Attests to the exact compact provided to it without adding qualifiers or extra metadata
- 🔮 No direct on-chain awareness: Relies entirely on indexer and internal attestation state
- ⏳ Straightforward finalization: Uses a simple, time-based approach per chain for determining transaction finality

## API Usage

### Health Check
Expand Down

0 comments on commit 1bd290b

Please sign in to comment.