Build secure identity verification systems with blockchain-powered SDKs and APIs.
Leverage our blockchain-anchored identity verification through cross-platform SDKs for all major languages and frameworks.
Verify identities, generate cryptographically signed proofs, and integrate with compliance frameworks using our battle-tested REST interface.
Command-line tools for direct verification, key management, and blockchain interaction for advanced developers workflows.
npm install @elid-sdk/core
Register your application to obtain an API key for the elid.id platform
Configure SDK with API key and select verification network (Ethereum, BSC, Polkadot)
Use generateVerifiableId() and verifyCredential() in your application workflows
Monitor results in your dashboard and implement custom workflows
Comprehensive REST API reference with authentication guide and endpoint details.
View DocumentationGet started with pre-built SDKs for JavaScript, Python, and Go with quickstart tutorials.
Get StartedCode samples for implementing zero-knowledge proofs and secure session managers.
View Examplesimport { ElidSDK } from '@elid-sdk/core'; const sdk = new ElidSDK({ apiKey: 'YOUR_API_KEY', network: 'ethereum' }; sdk.verifyIdentity('user12') .then(results => console.log('Verification:', results)) .catch(error => console.error('Verification Error:', error); // Generate zero-knowledge proof for compliance checks sdk.generateZKP('complianceCheck1') .then(proof => console.log('Proof:', proof));
Join thousands of developers using blockchain-powered identity verification to secure mission-critical systems.