BDJuno is used as a crawler to synchonize on-chain data to a database
- Go 1.18
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
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