@openagentid/anchor-eas (TypeScript)
Ethereum Attestation Service (EAS) adapter for the OAS lineage anchor seam: resolution via EAS GraphQL, publishing via the maintained EAS SDK.
Purpose
Ethereum Attestation Service (EAS) adapter for the OAS lineage anchor seam: resolution via EAS GraphQL, publishing via the maintained EAS SDK.
Read the protocol adapters guide.
Source contract
| Field | Value |
|---|---|
| Package | @openagentid/anchor-eas |
| Version | 0.1.1 |
| Language | TypeScript |
| Runtime floor | {} |
| Manifest | openagent-sdk/adapters/eas/typescript/package.json |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: db592e0604ac6db3177b92bfe5884689b5b784f292a8f8ad1edf2332a56cc078. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Declared package subpaths
{
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
}Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
openagent-sdk/adapters/eas/typescript/src/index.ts
Source SHA-256: 5b3669b32db9a9bbcc16cc77c86681cd5b56debb00a78ad826847b5278f7a633.
export const SCHEMA_STRING =
export interface AnchorData {
export interface AnchorRecord {
export interface RevocationStatus {
export function didRecipient(did: string): string {
export function encodeAnchorData(data: AnchorData): Uint8Array {
export interface EasResolverConfig {
export class EasAnchorResolver {
export interface EasPublisherConfig {
export class EasAnchorPublisher {