This is the Fetch ledger SubQuery project, an indexer for the Fetch network.
git submodule update --init --recursive
yarn
# install submodule dependencies
(cd ./subql && yarn)
yarn codegen
yarn build
# build submodule
(cd ./subql && yarn build)
yarn start:docker
pipenv install
Note: end-to-end tests will truncate tables in the DB and interact with the configured fetchd node.
pipenv run python -m unittest discover -s ./test