Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Nov 27, 2023
1 parent ef4b03b commit eccf736
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 13 deletions.
51 changes: 51 additions & 0 deletions .github/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# DJuno

[![Codecov](https://img.shields.io/codecov/c/github/desmos-labs/djuno)](https://codecov.io/gh/desmos-labs/djuno)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/desmos-labs/djuno/test.yml)](https://github.com/desmos-labs/djuno/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/desmos-labs/djuno)](https://goreportcard.com/report/github.com/desmos-labs/djuno)

This project represents the [Juno](https://github.com/forbole/juno/v3) implementation for
the [Desmos blockchain](https://github.com/desmos-labs/desmos).

It extends the custom Juno behavior with custom message handlers for all the Desmos messages. This allows to store
the needed data inside a [PostgreSQL](https://www.postgresql.org/) database on top of
which [GraphQL](https://graphql.org/) APIs can then be created using [Hasura](https://hasura.io/)
# Athena

<p align="center" width="100%">
<img height="90" src="./.github/logo.svg" />
</p>

<p align="center" width="100%">
<img height="20" src="https://img.shields.io/github/license/desmos-labs/djuno.svg" />
<a href="https://codecov.io/gh/desmos-labs/djuno">
<img height="20" src="https://img.shields.io/codecov/c/github/desmos-labs/djuno" />
</a>
<a href="https://github.com/desmos-labs/djuno/actions">
<img height="20" src="https://img.shields.io/github/actions/workflow/status/desmos-labs/djuno/test.yml" />
</a>
<a href="https://goreportcard.com/report/github.com/desmos-labs/djuno">
<img height="20" src="https://goreportcard.com/badge/github.com/desmos-labs/djuno" />
</a>
</p>

Athena is a scraping tool for the [Desmos blockchain](https://github.com/desmos-labs/desmos) that allows to store the needed data inside a [PostgreSQL](https://www.postgresql.org/) database on top of which [GraphQL](https://graphql.org/) APIs can then be created using [Hasura](https://hasura.io/).

## Usage
To know how to setup and run DJuno, please refer to the [docs folder](.docs).
To know how to setup and run Athena, please refer to the [docs folder](.docs).

## Testing
If you want to test the code, you can do so by running
Expand Down

0 comments on commit eccf736

Please sign in to comment.