Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.16 KB

Sia Rust

sia-rust is a Rust implementation of Siacoin to be used primarily by the Komodo DeFi Framework. This crate provides the core functionalities to create and sign Siacoin transactions.

Features

  • V2 Transaction Builder: Build Sia V2 transactions including SpendPolicy support
  • Walletd Client: Interact with the Sia network via a local or remote instance of Walletd.

Requirements

Rust nightly-2023-06-01 is the only officially supported toolchain. This was chosen to keep this library inline with Komodo DeFi Framework. Similarly, dependencies have been locked to explicit versions to align with Komodo DeFi Framework's dependency tree.

Contributing

Branch name must have semantic prefix, alphanumeric with dashes, 5-50 characters ( ^(feat|fix|chore|docs|style|refactor|test|perf|ci)\/[a-z0-9\-_]{5,50}$ )

Contact

For any questions or suggestions, please open an issue on GitHub.

This project is supported by a Sia Foundation grant.