Provide insight into the workings of the tBTC systems - deposits, redemptions, who bonds for what, governance actions, etc.
It incorporates work from️:
@miracle2k: Thanks for his allthekeep subgraph.
Live at : https://tbtcscan.com/
git clone https://github.com/suntzu93/tbtcv2_website_info.git
cd tbtcv2_website_info
npm install -g yarn
yarn install
yarn codegen
# run in dev mode
yarn start
# run in produce mode
yarn build-prod
yarn preview
# http://localhost:4401
``