apex-sdk 0.1.6

Compile-time safe, unified Rust SDK for cross-chain blockchain development across Substrate and EVM ecosystems
Documentation
<div align="center">

![Apex SDK](./docs/assets/apex-banner.jpg)


**The definitive Rust framework for multichain blockchain development**

[![Crates.io](https://img.shields.io/crates/v/apex-sdk?style=flat-square&logo=rust)](https://crates.io/crates/apex-sdk) [![Build](https://img.shields.io/github/actions/workflow/status/apex-sdk/apex-sdk/ci.yml?style=flat-square&logo=github)](https://github.com/apex-sdk/apex-sdk/actions) [![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE)

[**Documentation**](https://apexsdk.dev) • [**Examples**](./examples) • [**Discord**](https://discord.gg/zCDFsBaZJN)

</div>

---

**[Apex SDK](https://apexsdk.dev)** 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

```toml
[dependencies]
apex-sdk = "0.1"
```

```bash
cargo install apex-sdk-cli
apex new multichain-dapp --substrate --evm
cd multichain-dapp && apex run
```

<div align="center">

**[Start Building](./docs/QUICK_START.md)** • **[Join Discord](https://discord.gg/zCDFsBaZJN)** • **[Read Docs](https://apexsdk.dev)**


</div>