Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Bernatskiy (kohama) committed Aug 19, 2024
2 parents 8d796cf + eef9abf commit c49de72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/subsquid-network/whitepaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ title: Whitepaper
description: A fairly detailed design overview
---

## Intro
:::warning
The SQD whitepaper and any other documents attached or linked to this statement are intended only to provide a broad overview of the general direction of SQD and the SQD Network. The whitepaper and these documents are intended for information purposes only and may not be incorporated into any contract. These materials are not and should not be considered to offer a commitment to deliver any material, code, functionality, token, and should not be relied upon in making token purchase decisions or any kind of investment. All details related to the development, timing, or issue of any SQD feature or token remain at the sole discretion of Subsquid Labs GmbH.
:::

## Intro

Blockchain, while initially designed solely for peer-to-peer transfers (Bitcoin), has since evolved into a general
purpose global execution runtime. The introduction of smart contract blockchains (Ethereum being the first) has enabled the creation of decentralized Apps (dApps) that are now catering to users in countless verticals, including:
Expand Down
11 changes: 11 additions & 0 deletions static/json/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,17 @@
"Postgres+GraphQL"
],
"url": "https://github.com/subsquid-labs/fuel-example"
},
{
"title": "All ERC20 contracts and transfers on Base",
"description": "Gets the data on all contract deployments, inc bytecode. Detects ERC20-compliant contracts and filters out their Transfer events.",
"tags": [
"EVM",
"Postgres+GraphQL",
"ERC20",
"Traces"
],
"url": "https://github.com/subsquid-labs/base-transfers-erc20"
}
]
}

0 comments on commit c49de72

Please sign in to comment.