You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SubQuery API for saturating Nova Wallet as a data source. Focuses on the following use cases: 1) Provide complete operation history, including Transfers, Rewards/slashes, Other extrinsics 2) Provide data for staking analytics
This repo contains implementation of SubQuery project for many substrate networks which Nova-wallet supports.
Get Started
1. Run script for prepare project to run
sh ./scripts/prepare_folders.sh
2. For local run you can use special script in each network directory
sh ./networks/${network}/local-runner.sh
For clear project
sh ./scripts/clear_folders.sh
About
SubQuery API for saturating Nova Wallet as a data source. Focuses on the following use cases: 1) Provide complete operation history, including Transfers, Rewards/slashes, Other extrinsics 2) Provide data for staking analytics