Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 664 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 664 Bytes

BDJuno

BDJuno is used as a crawler to synchonize on-chain data to a database

Requirements

  • Go 1.18

Quick Start

Before running the following commands, modify the GENESIS_URL argument in the Makefile to indicate which genesis.json should be downloaded and used to be parsed by bdjuno

make setup

# Edit `config.yaml` inside `.bdjuno` if necessary

docker-compose up

Development

BDJuno is currently being used as a submodule in which the upstream branch chains/likecoin/mainnet is updated and maintained by the original author Forbole.

See here for more information