Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/desmos-labs/athena

A custom chain parser for the Desmos Network chains
https://github.com/desmos-labs/athena

blockchain golang hacktoberfest parsing

Last synced: 7 days ago
JSON representation

A custom chain parser for the Desmos Network chains

Awesome Lists containing this project

README

        

# Athena














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 Athena, please refer to the [docs folder](.docs).

## Testing

If you want to test the code, you can do so by running

```shell
$ make test-unit
```

**Note**: Requires [Docker](https://docker.com).

This will:

1. Create a Docker container running a PostgreSQL database.
2. Run all the tests using that database as support.