apex-sdk 0.1.6

Compile-time safe, unified Rust SDK for cross-chain blockchain development across Substrate and EVM ecosystems
Documentation

Apex SDK

The definitive Rust framework for multichain blockchain development

Crates.io Build License

DocumentationExamplesDiscord


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

Start BuildingJoin DiscordRead Docs