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.
- Host: GitHub
- URL: https://github.com/tendermint/types
- Owner: tendermint
- License: apache-2.0
- Created: 2019-11-15T20:33:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T18:16:20.000Z (over 4 years ago)
- Last Synced: 2025-10-10T22:44:08.536Z (8 months ago)
- Homepage: https://cosmos.github.io/types/
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. 🎁