taproot-assets

Crates.iotaproot-assets
lib.rstaproot-assets
version0.0.1
created_at2025-06-16 01:18:42.726134+00
updated_at2025-06-16 01:18:42.726134+00
descriptionHigh-level Rust SDK bundling Taproot-Asset types, RPC client, and more.
homepage
repositoryhttps://github.com/ffranr/taproot-assets-rs
max_upload_size
id1713828
size48,740
(ffranr)

documentation

README

taproot-assets

High-level Rust SDK for interacting with Taproot Assets.

This crate bundles shared types, gRPC client bindings, and utility logic for building Rust applications that interface with the Taproot Assets daemon. It does not implement the protocol itself.

Usage

Add to your Cargo.toml:

taproot-assets = { version = "0.0.1" }

License

MIT OR Apache-2.0

See LICENSE-MIT and LICENSE-APACHE for details.

Commit count: 5

cargo fmt