Official Rust + TypeScript SDK for Morpheum — built for humans and AI agents.
Sign transactions, issue/revoke VCs, create markets, and more — with a single elegant API that works identically in native Rust and the browser.
- Unified
MorpheumSdkfacade - Full support for NativeSigner, AgentSigner (with TradingKeyClaim), MetaMask, Phantom, and Taproot
- Fluent builders for every operation
- Dynamic
SignerInfo+TradingKeyClaimembedding (viamorpheum-signing-native) - Dual target: Native (CLI/bots/agents) + WASM/TypeScript (browser)
- Pluggable transport (gRPC + HTTP)
- Feature-gated modules (
market,vc,auth)
Native Rust
[dependencies]
morpheum-sdk-native = { version = "0.1", features = ["full"] }