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

https://github.com/forbole/ibcjuno


https://github.com/forbole/ibcjuno

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# IBCJuno

IBCJuno is an IBC price aggregator and exporter for Cosmos [IBC protocol](https://github.com/cosmos/ibc).
IBCJuno fetches the latest price of IBC tokens and stores it inside a [PostgreSQL](https://www.postgresql.org/) database on top of which [GraphQL](https://graphql.org/) APIs can be created using [Hasura](https://hasura.io/).

## Install IBCJuno
Run inside ibcjuno directory:

```shell
$ make install
```

## Usage
To know how to set up and run IBCJuno, please refer to the [docs folder](.docs).

## GraphQL integration
If you want to know how to run a GraphQL server that allows exposing the parsed data, please refer to the following guides:

- [PostgreSQL setup with GraphQL](.docs/postgres-graphql-setup.md)

## Contributing
Contributions are welcome! Please open an Issues or Pull Request for any changes.

## License
[CCC0 1.0 Universal](https://creativecommons.org/share-your-work/public-domain/cc0/)