diem-sdk

Crates.iodiem-sdk
lib.rsdiem-sdk
version0.0.3
sourcesrc
created_at2021-03-05 22:26:44.322622
updated_at2021-10-04 17:47:36.299988
descriptionThe Official Diem SDK
homepagehttps://diem.com
repositoryhttps://github.com/diem/diem
max_upload_size
id364573
size30,223
Brandon Williams (bmwill)

documentation

README

diem-sdk

diem-sdk on crates.io Documentation (latest release) Documentation (master) License

The official Rust SDK for Diem.

Usage

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 implementation
  • crypto - Types used for signing and verifying
  • transaction_builder - Includes helpers for constructing transactions
  • types - Includes types for Diem on-chain data structures

License

Diem Core is licensed as Apache 2.0.

Commit count: 9840

cargo fmt