Back to Diem

diem-sdk

sdk/README.md

latest1023 B
Original Source

diem-sdk

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.