EpsilonX SDKs

Developer kits for seamless integration with our decentralized infrastructure.

Available SDKs

R

Rust SDK

High-performance SDK for secure, low-latency integration with EpsilonX decentralized infrastructure.

  • Cross-platform binary compatibility
  • Native WASM support
View Details
1.3.6
J

JavaScript SDK

Seamless integration with web and mobile applications through modern JS/TS APIs.

  • ESNext module support
  • TypeScript definitions bundled
View Details
v2.7.3
P

Python SDK

Simple and powerful API for integrating our systems in data science and enterprise environments.

  • Async/await support
  • JupyterLab integration
View Details
v3.9.5

Cross-Platform Support

Our SDKs run wherever you do - desktop, mobile, web, and serverless. Whether you're building on iOS or deploying in Kubernetes, our tools adapt to your environment.

Android
iOS
Linux

Getting Started

Install

// Rust
use epx_sdk::prelude::*; // or from ep_sdk import *
Select your SDK and version to install via Cargo, NPM, or pip.

Quick Example

// Initialize SDK let client = new EpClient(); client.init({ network: 'mainnet' });
See full code samples in the documentation for each language.

Need Help?

Join our technical community for support, to share your work, and to help shape the future of these SDKs.