stdtx.rs 🌌 iqlusion

Crate Docs Build Status Safety Dance Apache 2.0 Licensed MSRV Gitter Chat

Extensible schema-driven Cosmos builder and [Amino] serializer.

Documentation

About

stdtx.rs is a Rust library for composing transactions in the [StdTx] format used by several [Tendermint]-based networks.

It includes support for cryptographically signing transactions and serializing them in the [Amino] encoding format.

Definitions of transaction types are easily extensible, and can be defined at runtime by loading them from a TOML definition file. This allows stdtx.rs to be used with any [Tendermint]-based software which uses the [StdTx] format without requiring upstream modifications.

Minimum Supported Rust Version

License

Copyright © 2020 Tony Arcieri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.