Skip to content

Commit bd0045f

Browse files
authored
Merge pull request #13330 from CXYZTW/update-tooling
Add SQD to tooling
2 parents 1c3004a + e51027e commit bd0045f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/[locale]/enterprise/_components/FeatureCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const FeatureCard = ({
4848
<Icon className="text-7xl text-primary" />
4949
<h3 className="text-xl">{header}</h3>
5050
{content.map((p, i) => (
51-
<p key={i} className="mb-8 last:mb-0 text-body-medium">
51+
<p key={i} className="mb-8 text-body-medium last:mb-0">
5252
{p}
5353
</p>
5454
))}

public/content/developers/docs/data-and-analytics/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Using [GraphQL](https://graphql.org/), developers can query any of the curated o
3636

3737
[Dune Analytics](https://dune.com/) pre-processes blockchain data into relational database (DuneSQL) tables, allows users to query blockchain data using SQL and build dashboards based on query results. Onchain data are organized into 4 raw tables: `blocks`, `transactions`, (event) `logs` and (call) `traces`. Popular contracts and protocols have been decoded, and each has its own set of event and call tables. Those event and call tables are processed further and organized into abstraction tables by the type of protocols, for example, dex, lending, stablecoins, etc.
3838

39+
## SQD {#sqd}
40+
41+
[SQD](https://sqd.dev/) is a decentralized hyper-scalable data platform optimized for providing efficient, permissionless access to large volumes of data. It currently serves historical on-chain data, including event logs, transaction receipts, traces, and per-transaction state diffs. SQD offers a powerful toolkit for creating custom data extraction and processing pipelines, achieving an indexing speed of up to 150k blocks per second.
42+
43+
To get started, visit the [documentation](https://docs.sqd.dev/) or see [EVM examples](https://github.com/subsquid-labs/squid-evm-examples) of what you can build with SQD.
44+
3945
## SubQuery Network {#subquery-network}
4046

4147
[SubQuery](https://subquery.network/) is a leading data indexer that gives developers fast, reliable, decentralized, and customized APIs for their web3 projects. SubQuery empower developers from over 165+ ecosystems (including Ethereum) with rich indexed data to build an intuitive and immersive experiences for their users. The SubQuery Network powers your unstoppable apps with a resilient and decentralized infrastructure network. Use SubQuery's blockchain developer toolkit to build the web3 applications of the future, without spending time building a custom backend for data processing activities.
@@ -55,4 +61,6 @@ EVM Query Language (EQL) is an SQL-like language designed to query EVM (Ethereum
5561
- [API code examples on EtherScan](https://etherscan.io/apis#contracts)
5662
- [Beaconcha.in Beacon Chain explorer](https://beaconcha.in)
5763
- [Dune Basics](https://docs.dune.com/#dune-basics)
64+
- [SubQuery Ethereum Quick Start Guide](https://academy.subquery.network/indexer/quickstart/quickstart_chains/ethereum-gravatar.html)
65+
- [SQD Network Overview](https://docs.sqd.dev/)
5866
- [EVM Query Language](https://eql.sh/blog/alpha-release-notes)

0 commit comments

Comments
 (0)