An open API service indexing awesome lists of open source software.

https://github.com/tendermint/types

TypeScript definitions for Cosmos and Tendermint.
https://github.com/tendermint/types

Last synced: 4 months ago
JSON representation

TypeScript definitions for Cosmos and Tendermint.

Awesome Lists containing this project

README

          

# Types

TypeScript definitions for Cosmos and Tendermint.

@TODO: readme

### Documentation

**https://cosmos.github.io/types/**

### Install

Please note that the NPM package name is `@tendermint/types` rather than `@cosmos/types`.

#### Yarn
```shell
yarn add @tendermint/types
```

#### NPM
```shell
npm install --save @tendermint/types
```

### Usage

@TODO: readme

### Building

```shell
git clone https://github.com/cosmos/types.git
cd types
yarn install
yarn setup
```

### Contributing

Types is very new! Questions, feedback, use cases, issues, and code are all very, very welcome.

Thank you for helping us help you help us all. 🎁