txf 0.1.0

A library facilitating the signing and broadcasting of transactions on Cosmos SDK-based blockchains
Documentation
[dependencies.bech32]
version = "0.9"

[dependencies.cosmos-sdk-proto]
features = ["grpc"]
version = "0.19"

[dependencies.k256]
version = "0.13"

[dependencies.ripemd]
version = "0.1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tonic]
version = "0.9"

[dev-dependencies.base64]
version = "0.20"

[dev-dependencies.hex-literal]
version = "0.4"

[package]
authors = ["Larry Lyu <gm@larry.engineer>"]
description = "A library facilitating the signing and broadcasting of transactions on Cosmos SDK-based blockchains"
documentation = "https://github.com/larry0x/txf#readme"
edition = "2021"
homepage = "https://github.com/larry0x/txf"
keywords = []
license = "Apache-2.0 OR MIT"
name = "txf"
readme = "README.md"
repository = "https://github.com/larry0x/txf"
rust-version = "1.70.0"
version = "0.1.0"