sia_core

Crates.iosia_core
lib.rssia_core
version0.0.1
sourcesrc
created_at2024-07-23 05:26:06.612361
updated_at2024-07-23 05:26:06.612361
descriptionLow-level SDK for interacting with the Sia decentralized storage network
homepage
repositoryhttps://github.com/SiaFoundation/core-rs
max_upload_size
id1312430
size163,253
Nate Maninger (n8maninger)

documentation

README

Sia Core RS

This is a Rust implementation of core Sia types. It is intended to be used as a library for projects that need to interact with Sia at a low level. It is not intended to be a full Sia node implementation.

This project is currently in the early stages of development and is not yet ready for production use. The API will have breaking changes.

Features

  • BIP-39 Seeds
  • Addresses
  • Sia binary encoding
  • Sector roots
  • Merkle proofs

v1

  • Unlock conditions
  • Transaction signing

v2

  • Spend policies
  • Transaction signing
  • RHP4
  • State tree verification
Commit count: 0

cargo fmt