deep_space 2.8.1

A highly portable, batteries included, transaction generation and key management library for Cosmos blockchains
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Deep Space

[![Build Status](https://travis-ci.org/althea-net/deep_space.svg?branch=master)](https://travis-ci.org/althea-net/deep_space)
[![Latest Version](https://img.shields.io/crates/v/deep_space.svg)](https://crates.io/crates/deep_space)
[![Documentation](https://docs.rs/deep_space/badge.svg)](https://docs.rs/deep_space)

A lightweight, cross-compile friendly, gRPC enabled, batteries included, Cosmos client written in Rust.

Designed to be both very robust and easy to use Deep Space allows for querying and transaction generation for all major
Cosmos components and provides a straightforward structure to build your own downstream transaction generation libraries for
specific modules and use cases.

## Getting Started

See the docs for the API and some usage examples.