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
- Host: GitHub
- URL: https://github.com/chainsafe/chainlink-cosmos
- Owner: ChainSafe
- License: mit
- Created: 2021-05-25T18:32:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T07:14:11.000Z (about 2 years ago)
- Last Synced: 2025-10-02T02:53:25.387Z (4 months ago)
- Topics: blockchain, chainlink, cosmos, golang
- Language: Go
- Homepage:
- Size: 1.26 MB
- Stars: 23
- Watchers: 10
- Forks: 8
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/ChainSafe/chainlink-cosmos/blob/master/LICENSE)
[](https://medium.com/chainsafe-systems)
[](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