https://github.com/subsquid/subsquid-resources
https://github.com/subsquid/subsquid-resources
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/subsquid/subsquid-resources
- Owner: subsquid
- Created: 2023-07-19T10:47:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T09:57:14.000Z (about 2 years ago)
- Last Synced: 2025-04-02T06:11:21.507Z (about 1 year ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://docs.subsquid.io/)
[](https://discord.gg/subsquid)
[Website](https://subsquid.io) | [Docs](https://docs.rs/leptos/badge.svg) | [Discord](https://discord.gg/subsquid)
# Subsquid
Subsquid is the most dev-friendly way to develop and deploy custom GraphQL APIs and ETLs for advanced blockchain use cases. Subsquid is a full-stack blockchain indexing SDK and specialized data lakes (Archives) optimized for extraction of large volumes of historical on-chain data. The SDK offers a highly customizable Extract-Transform-Load-Query stack and indexing speeds of up to and beyond 50,000 blocks per second when indexing events and transactions.
Subsquid is on a mission to democratize Web3 data access by providing unrestricted access to the data lake without any charges or rate limits. To achieve this, Subsquid uses an Archive, which is a specialized data lake designed for on-chain data and optimized for batch data access. The Archive API is meant to be used as a data source for Squid SDK processors.
Compared to data access using a conventional chain node RPC, an Archive allows one to access data at near zero cost, in a more granular fashion and from multiple blocks at once, thanks to its rich batching and filtering capabilities.
# Documentation and Useful Links
- [How To Create a Squid](https://docs.subsquid.io/tutorials/)
- [How To Query a Squid](https://docs.subsquid.io/query-squid/)
- [How To Deploy a Squid](https://docs.subsquid.io/deploy-squid/)
- [How To query a Squid From an Application](https://thegraph.com/docs/en/querying/querying-from-an-application/)
- [How to Create a Squid for EVM chains](https://docs.subsquid.io/examples/evm/)
- [How to Use Subsquid with Substrate](https://docs.subsquid.io/examples/substrate/)
- [Subsquid vs The Graph](https://docs.subsquid.io/migrate/subsquid-vs-thegraph/)
- [Supported Networks](https://docs.subsquid.io/evm-indexing/supported-networks/)
- [Giant Squid API](https://docs.subsquid.io/giant-squid-api/)
- [Developer FAQs](https://docs.subsquid.io/faq/)
# Tutorials
- [Subsquid Basics](https://docs.subsquid.io/basics/)
- [How to Index Bored Ape Yacht Club NFTs](https://docs.subsquid.io/tutorials/bayc/)
- [How to Create a Simple Substrate Squid](https://docs.subsquid.io/tutorials/create-a-simple-squid/)
- [How to Index ink! Contract with Subsquid](https://docs.subsquid.io/tutorials/create-a-wasm-processing-squid/)
- [How to Build Full-Stack NFT Marketplace with Subsquid](https://www.youtube.com/watch?v=Kt8qDmREDKU&ab_channel=subsquid)
- [Subsquid Academy](https://www.youtube.com/watch?v=x4fEP0KJ3OE&list=PLH2948XqklrgTvG6-ro3eqS17j7n_raiN&ab_channel=subsquid)
- [How to Streamline Cross-Chain and EVM Processing with Subsquid](https://academy.moonbeam.network/p/moonbeam-subsquid)
- [How to Build Defi Dashaboard using Subsquid](https://www.youtube.com/watch?v=KVabPQqdKno&ab_channel=subsquid)
- [How to Analyze Lens Protocol using Subsquid SDK](https://www.youtube.com/watch?v=6xAEEwlNm4E&ab_channel=subsquid)
- [How to Build an Airdrop Dapp with React, Wagmi and Subsquid](https://medium.com/subsquid/build-an-airdrop-dapp-with-react-wagmi-and-subsquid-ca0256dd74f5)
# GitHub Repositories
- [Sample Squid Indexing Transactions To and From vitalik.eth](https://github.com/subsquid-labs/evm-transactions-example)
- [UniswapV3 Squid](https://github.com/subsquid-labs/uniswapv3-squid)
- [Parquet Datasets](https://github.com/subsquid-labs/Subsquid-Datasets)