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: 2 months ago
JSON representation
A custom chain parser for the Desmos Network chains
- Host: GitHub
- URL: https://github.com/desmos-labs/athena
- Owner: desmos-labs
- License: mit
- Created: 2020-02-25T18:53:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T05:45:35.000Z (12 months ago)
- Last Synced: 2025-03-28T21:12:36.771Z (3 months ago)
- Topics: blockchain, golang, hacktoberfest, parsing
- Language: Go
- Homepage:
- Size: 2.65 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.