SDKs
Official Elydora client libraries for JavaScript, Python, and Go. Each SDK handles key management, signing, chain-hashing, and API communication.
Available SDKs
JavaScript / TypeScript
$ npm install @elydora/sdk
Python
$ pip install elydora
Go
$ go get github.com/elydora/sdk-go
Common Features
All SDKs provide the same core functionality:
- Ed25519 key generation and management
- Automatic EOR construction and signing
- Chain hash tracking and prev_chain_hash management
- Nonce generation for replay protection
- EAR verification against Elydora JWKS
- Retry logic with exponential backoff