7 releases
| 0.1.6 | Jan 28, 2026 |
|---|---|
| 0.1.5 | Jan 13, 2026 |
| 0.1.4 | Nov 24, 2025 |
#26 in #cross-chain
340KB
7K
SLoC

The definitive Rust framework for multichain blockchain development
Apex SDK is a A unified Rust SDK for building cross-chain applications across Substrate and EVM ecosystems. Apex SDK provides a single, type-safe API to interact with multiple blockchain protocols—enabling developers to build multichain applications without managing different client libraries, RPC interfaces, or type systems for each chain.
Installation & Usage
[dependencies]
apex-sdk = "0.1"
cargo install apex-sdk-cli
apex new multichain-dapp --substrate --evm
cd multichain-dapp && apex run
Dependencies
~13–29MB
~428K SLoC