-
docker-compose up -d
-
init postgres db with db-init.sql
-
in codegen.yml change schema to point to v1/graphql and run npm run
npm run graphql:codegen -
to run locally
npm run dev
for prod it seems better to use docker
build docker example:
docker build \
--build-arg NEXT_PUBLIC_GRAPHQL_URL="http://localhost:8080/v1/graphql" \
--build-arg NEXT_PUBLIC_GRAPHQL_WS="ws://localhost:8080/v1/graphql" \
--build-arg NEXT_PUBLIC_URL="http://localhost:3001" \
--build-arg NEXT_PUBLIC_WS_CHAIN_URL="ws://localhost:26657/websocket" \
--build-arg NEXT_PUBLIC_CHAIN_STATUS="mainnet" \
--build-arg NODE_ENV="production" \
--build-arg PORT=3001 \
-t DOCKER_ID/big-dipper-baseledger .
The Baseledger Explorer is the block explorer for Baseledger Mainnet. It is forked from Big Dipper, an open-source block explorer.
This repo contains the UI of big dipper 2.0 only
Read our official documentation at http://docs.bigdipper.live/
For UI related issues please report it here https://github.com/forbole/big-dipper-2.0-cosmos/issues.
For Hasura and BdJuno issues please report it here https://github.com/forbole/bdjuno/issues
Read our license at https://raw.githubusercontent.com/forbole/big-dipper-2.0-cosmos/master/LICENSE
While Big Dipper 2.0 no longer supports ledger or any kind of transactions in favor of Forbole X, the original Big Dipper will continue have this feature.