Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/desmos-labs/athena
- Owner: desmos-labs
- License: mit
- Created: 2020-02-25T18:53:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T05:08:25.000Z (5 months ago)
- Last Synced: 2024-06-21T15:37:44.950Z (5 months ago)
- Topics: blockchain, golang, hacktoberfest, parsing
- Language: Go
- Homepage:
- Size: 2.56 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- 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.