Developer Hub
Integrate identity and financial infrastructure from the ByEnnen ecosystem. Each product provides comprehensive APIs and SDKs for seamless integration.
Simple, Powerful APIs
Each ByEnnen product provides clean, RESTful APIs with comprehensive error handling and real-time webhooks. Integrate individual products or combine them for maximum impact.
// Use individual product SDKs
import { IDSentric } from '@idsentric/sdk';
import { CredZK } from '@credzk/sdk';
// Identity verification with IDSentric
const verification = await IDSentric.verify({
document: documentImage,
selfie: selfieImage,
options: {
liveness: true,
zkProof: true
}
});
// Financial proof with CredZK
const proof = await CredZK.generateProof({
did: verification.did,
type: 'income',
threshold: 50000,
private: true
});
console.log('✅ Integration complete');Product SDKs
Each ByEnnen product provides SDKs in multiple programming languages
7N7D SDK
betaTypeScript, Python
CredZK SDK
stableTypeScript, Python, Go
DeFi.ly SDK
betaTypeScript, Solidity
IDSentric SDK
stableJavaScript, Python, Rust
SafeBank SDK
stableJavaScript (Node/Browser)
Product Documentation
Comprehensive guides for each infrastructure component
CredZK
Zero-knowledge financial proofs without data exposure
DeFi.ly
Under-collateralized lending with AI underwriting
IDSentric
Identity verification with DIDs and verifiable credentials
Join the Developer Community
Get help, share ideas, and stay updated with the latest ByEnnen developments