@tendermint/types
Version:
TypeScript definitions for Cosmos and Tendermint
43 lines (27 loc) • 646 B
Markdown
# 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. 🎁