elid.id

Developer Portal

Build secure identity verification systems with blockchain-powered SDKs and APIs.

Access SDK Docs API Reference

Developer Tools Ecosystem

Open SDKs

Leverage our blockchain-anchored identity verification through cross-platform SDKs for all major languages and frameworks.

REST API

Verify identities, generate cryptographically signed proofs, and integrate with compliance frameworks using our battle-tested REST interface.

CLI Tools

Command-line tools for direct verification, key management, and blockchain interaction for advanced developers workflows.

Integration Workflow

npm install @elid-sdk/core
                
Step 1

Register your application to obtain an API key for the elid.id platform

Step2

Configure SDK with API key and select verification network (Ethereum, BSC, Polkadot)

Step3

Use generateVerifiableId() and verifyCredential() in your application workflows

Step4

Monitor results in your dashboard and implement custom workflows

Developer Resources

API Documentation

Comprehensive REST API reference with authentication guide and endpoint details.

View Documentation

SDK Toolkit

Get started with pre-built SDKs for JavaScript, Python, and Go with quickstart tutorials.

Get Started

Authentication Examples

Code samples for implementing zero-knowledge proofs and secure session managers.

View Examples

Quick Start Example

import { 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));
            

Ready to Build with elid.id?

Join thousands of developers using blockchain-powered identity verification to secure mission-critical systems.

Download Developers Kit Enterprise Solutions