Skip to content

tokenchain/morpheum-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morpheum SDK

Official Rust + TypeScript SDK for Morpheum — built for humans and AI agents.

Crates.io npm

Sign transactions, issue/revoke VCs, create markets, and more — with a single elegant API that works identically in native Rust and the browser.


Features

  • Unified MorpheumSdk facade
  • Full support for NativeSigner, AgentSigner (with TradingKeyClaim), MetaMask, Phantom, and Taproot
  • Fluent builders for every operation
  • Dynamic SignerInfo + TradingKeyClaim embedding (via morpheum-signing-native)
  • Dual target: Native (CLI/bots/agents) + WASM/TypeScript (browser)
  • Pluggable transport (gRPC + HTTP)
  • Feature-gated modules (market, vc, auth)

Installation

Native Rust

[dependencies]
morpheum-sdk-native = { version = "0.1", features = ["full"] }

About

update docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%