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

https://github.com/chainsafe/chainlink-cosmos

Chainlink on Cosmos: Cosmos SDK module for Chainlink data feeds
https://github.com/chainsafe/chainlink-cosmos

blockchain chainlink cosmos golang

Last synced: 3 months ago
JSON representation

Chainlink on Cosmos: Cosmos SDK module for Chainlink data feeds

Awesome Lists containing this project

README

          

![Chainlink Cosmos](docs/imgs/logo.png)

[![GitHub license](https://img.shields.io/github/license/ChainSafe/chainlink-cosmos.svg)](https://github.com/ChainSafe/chainlink-cosmos/blob/master/LICENSE)
[![Medium Badge](https://img.shields.io/badge/chainsafe-systems-black?style=flat&logo=medium&logoColor=white&link=https://medium.com/chainsafe-systems)](https://medium.com/chainsafe-systems)
[![Twitter Badge](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://twitter.com/chainsafeth)

# Chainlink-Cosmos

**Chainlink** is a decentralized oracle network. To make Chainlink data feeds usable within Cosmos blockchains, [ChainSafe Systems](https://chainsafe.io/) is developing a Cosmos SDK module that supports the basic Chainlink OCR functionality of accepting aggregate signed data from a set of oracles, and storing it in the blockchain state. This data is made available to other modules within the same application.

Any application developer can incorporate this module directly into their application to manage and incentivize data providers & accept data submitted by these participants to the chain.

## Get started

```
$ make install
```

## Launch

```
$ make start
```

## Documentation
[Cosmos ChainLink Module Documentation](./docs/doc.md)


## Learn more
- [Cosmos SDK documentation](https://docs.cosmos.network)
- [Cosmos SDK Tutorials](https://tutorials.cosmos.network)

## License

[MIT](LICENSE) © ChainSafe Systems