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 ee9cf17 commit 558bf96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ A minimalistic server-based allocator for [The Compact](https://github.com/Unisw
## Features

- 🔐 Secure session-based authentication for sponsors using EIP-4361
- 📝 EIP-712 Compact message validation and signing on demand from session-gated sponsors
- ✍️ EIP-712 Compact message validation and signing on demand from session-gated sponsors
- 🤫 No witness data or signature provided, keeping sponsor intents secret (only the typestring and witness hash is supplied)
- 📊 GraphQL integration with [The Compact Indexer](https://github.com/Uniswap/the-compact-indexer) for multi-chain indexing
- 💾 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
- 🔎 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
- 📡 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
Expand Down

0 comments on commit 558bf96

Please sign in to comment.