Skip to content
forked from forbole/callisto

Blockchain data crawler for FirmaChain Explorer.

License

Notifications You must be signed in to change notification settings

FirmaChain/bdjuno

This branch is 31 commits ahead of, 392 commits behind forbole/callisto:cosmos/v0.47.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2974de8 · Dec 20, 2022
Aug 2, 2021
Jan 8, 2021
Oct 22, 2022
Oct 22, 2022
May 19, 2022
Dec 13, 2022
Oct 22, 2022
May 19, 2022
Jun 22, 2020
May 19, 2022
Dec 8, 2020
Oct 22, 2022
Oct 22, 2022
Jun 5, 2020
May 19, 2022
May 19, 2022
May 19, 2022
Aug 4, 2021
Dec 20, 2022
Dec 20, 2022

Repository files navigation

BDJuno

GitHub Workflow Status Go Report Card Codecov branch

BDJuno (shorthand for BigDipper Juno) is the Juno implementation for BigDipper.

It extends the custom Juno behavior by adding different handlers and custom operations to make it easier for BigDipper showing the data inside the UI.

All the chains' data that are queried from the RPC and gRPC endpoints are stored inside a PostgreSQL database on top of which GraphQL APIs can then be created using Hasura.

Usage

To know how to setup and run BDJuno, please refer to the docs website.

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.

About

Blockchain data crawler for FirmaChain Explorer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • Other 1.7%