Skip to content

A custom chain parser for the Desmos Network chains

License

Notifications You must be signed in to change notification settings

desmos-labs/athena

Folders and files

NameName
Last commit message
Last commit date
Feb 2, 2024
Nov 28, 2023
Apr 2, 2024
Mar 7, 2024
Mar 7, 2024
Feb 5, 2024
Jul 6, 2022
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024
Aug 28, 2023
Aug 28, 2023
Dec 11, 2023
Apr 27, 2022
Mar 7, 2024
Dec 11, 2023
Feb 25, 2020
Feb 2, 2024
Feb 2, 2024
Nov 27, 2023
Apr 2, 2024
Apr 2, 2024

Repository files navigation

Athena

Athena is a scraping tool for the Desmos blockchain that allows to store the needed data inside a PostgreSQL database on top of which GraphQL APIs can then be created using Hasura.

Usage

To know how to setup and run Athena, please refer to the docs folder.

Testing

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

$ make test-unit

Note: Requires Docker.

This will:

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