All Projects → forbole → bdjuno

forbole / bdjuno

Licence: MIT license
BDJuno is the official Juno implementation for BigDipper, the open-source block explorer for Cosmos

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to bdjuno

Prism-OS
An operating system created in c#, Made possible by the cosmos community!
Stars: ✭ 45 (+32.35%)
Mutual labels:  cosmos
Beef
Business Entity Execution Framework
Stars: ✭ 95 (+179.41%)
Mutual labels:  cosmos
sommelier
Sommelier Chain
Stars: ✭ 64 (+88.24%)
Mutual labels:  cosmos
cosmospy
Python tools for Cosmos wallet management and offline transaction signing
Stars: ✭ 57 (+67.65%)
Mutual labels:  cosmos
kafka-connect-cosmosdb
Kafka Connect connectors for Azure Cosmos DB
Stars: ✭ 28 (-17.65%)
Mutual labels:  cosmos
testnet deploy
Deployment scripts and monitoring configuration for a Cosmos Validator setup
Stars: ✭ 19 (-44.12%)
Mutual labels:  cosmos
terra-rust
Rust <-> Terrad API via LCD service
Stars: ✭ 31 (-8.82%)
Mutual labels:  cosmos
cosmos-snapshots
Automatic snapshots of the blockchain state
Stars: ✭ 71 (+108.82%)
Mutual labels:  cosmos
CosmicClone
Cosmic Clone is a utility that can backup\clone\restore a azure Cosmos database Collection. It can also anonymize cosmos documents and helps hide personally identifiable data.
Stars: ✭ 113 (+232.35%)
Mutual labels:  cosmos
panic cosmos
🚨 PANIC for Cosmos
Stars: ✭ 42 (+23.53%)
Mutual labels:  cosmos
cosmos-tools
List of tools for Cosmos blockchain projects: install, automate, update.
Stars: ✭ 26 (-23.53%)
Mutual labels:  cosmos
cosmos-keys
Library for creating keys and signing messages on Cosmos 🔑
Stars: ✭ 24 (-29.41%)
Mutual labels:  cosmos
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (-23.53%)
Mutual labels:  cosmos
kyve
KYVE - A protocol for verified data-streams
Stars: ✭ 51 (+50%)
Mutual labels:  cosmos
cosmonauts-world
Projects in the Cosmos and Tendermint ecosystem 🌌
Stars: ✭ 14 (-58.82%)
Mutual labels:  cosmos
hyperledger
Blockchain、Hyperledger、Ethereum、IPFS learning materials / 学习指南
Stars: ✭ 93 (+173.53%)
Mutual labels:  cosmos
aragon-chain
(Deprecated) Proof-of-Stake, EVM-compatible blockchain focused on DAOs
Stars: ✭ 25 (-26.47%)
Mutual labels:  cosmos
cosmos-logging
Logging component for .NET Core with nice APIs for developers to use.
Stars: ✭ 28 (-17.65%)
Mutual labels:  cosmos

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].