OpenAgentID documentation
Source referencesPackage entries

@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

FieldValue
Package@openagentid/anchor-eas
Version0.1.1
LanguageTypeScript
Runtime floor{}
Manifestopenagent-sdk/adapters/eas/typescript/package.json
DistributionSource 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 {

Exported API signatures

Read resolved TypeScript exports and source documentation.

On this page