Public registry of StarkNet account implementations compatible with Chipi Pay.
This registry documents account contract class hashes that work with Chipi's gasless infrastructure. Projects can submit their account implementations via PR, and the SDK can optionally fetch from this registry to recognize wallet types.
accounts/ # Individual account JSON entries
registry.json # Auto-generated from accounts/*.json
schema.json # JSON schema for account entries
CONTRIBUTING.md # Submission guide
The SDK works without this registry. Default wallet types (CHIPI, READY) are built in. This registry is for:
- Custom accounts: Pass
classHashdirectly increateWallet() - Discovery: Browse available account implementations
- Audit badges: See which accounts have been audited
See CONTRIBUTING.md to submit your account implementation.
| Name | Type | Version | Class Hash | Audited |
|---|---|---|---|---|
| Chipi Session Account | CHIPI | v33 | 0x0484bbd... |
Yes (Nethermind) |
| Chipi Session Account | CHIPI | v32 | 0x35a2251... |
Yes (Nethermind) |
| Argent X v0.4.0 | READY | - | 0x036078... |
Yes (Argent) |