Skip to content
/ bdjuno Public
forked from forbole/callisto

BDJuno is the official Juno implementation for BigDipper, the open-source block explorer for Cosmos

License

Notifications You must be signed in to change notification settings

hjcore/bdjuno

 
 

Repository files navigation

gjuno

GitHub Workflow Status Go Report Card Codecov branch

GJuno (shorthand for Gatabit Juno) is the Juno implementation for gotabit.

It extends the custom Juno behavior by adding different handlers and custom operations to make it easier for gotabit 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.

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

BDJuno is the official Juno implementation for BigDipper, the open-source block explorer for Cosmos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Other 1.8%