Crates.io | diem-sdk |
lib.rs | diem-sdk |
version | 0.0.3 |
source | src |
created_at | 2021-03-05 22:26:44.322622 |
updated_at | 2021-10-04 17:47:36.299988 |
description | The Official Diem SDK |
homepage | https://diem.com |
repository | https://github.com/diem/diem |
max_upload_size | |
id | 364573 |
size | 30,223 |
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 structuresDiem Core is licensed as Apache 2.0.