The official Rust SDK for Diem.
This SDK provides all the necessary components for building on top of the Diem Blockchain. Some of the important modules are:
client
- Includes a JSON-RPC client implementationcrypto
- Types used for signing and verifyingtransaction_builder
- Includes helpers for constructing transactionstypes
- Includes types for Diem on-chain data structures
Diem Core is licensed as Apache 2.0.