@oma3/omatrust
v0.1.0-alpha.7
Published
Framework-agnostic TypeScript SDK for OMATrust
Readme
@oma3/omatrust
Framework-agnostic TypeScript SDK for OMATrust.
Current npm state:
- As of February 25, 2026:
latest->0.1.0-alpha.5alpha->0.1.0-alpha.5
- Scope:
@oma3/omatrust
Install
Install current published package:
npm install @oma3/omatrust ethersInstall the current alpha tag explicitly:
npm install @oma3/omatrust@alpha ethersIf you want to pin an exact version:
npm install @oma3/[email protected] ethersIf you use the reputation module, also install EAS SDK:
npm install @ethereum-attestation-service/eas-sdkModule Map
@oma3/omatrust/identity- DID normalization and hashing
- DID address derivation
- CAIP-10 / CAIP-2 helpers
- JSON canonicalization helpers
@oma3/omatrust/reputation- attestation submit/delegated flows
- attestation query + verification
- proof creation/verification helpers
- controller witness client
@oma3/omatrust/app-registry- ERC-8004 helpers
- interface bitmap/status/version helpers
- trait hashing + metadata keys
- data hash verification
Check current dist-tags:
npm dist-tag ls @oma3/omatrustDocumentation
Use the OMATrust developer docs as the canonical source for quick starts and API examples:
- SDK Getting Started
- SDK Guides
- Reputation SDK Reference
- Identity SDK Reference
- App Registry SDK Reference
Notes
- No React/Next/wallet framework dependency is required.
- Consumers provide signer/provider instances.
- Chain config (RPC URLs, deployed addresses, schema UIDs) is consumer-supplied.
Release Notes
- Prereleases are published with the
alphadist-tag. - Stable releases are published with the
latestdist-tag. - Install explicit prerelease:
npm install @oma3/omatrust@alpha- Install latest stable:
npm install @oma3/omatrustLicense
MIT
