Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding QuickNode in toolings and fixed the Graph logo #422

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/content/tools/en/quicknode.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: "QuickNode"
category: ["Data", "Infra"]
excerpt: "A comprehensive platform for web3 data and infrastructure tools, featuring the fastest RPCs, serverless blockchain functions, and robust ETL tools, all supported by enterprise-level reliability and security."
logo:
{
src: "https://img.notionusercontent.com/s3/prod-files-secure%2F943b73ce-d463-4338-ba28-46cdf6c19784%2Fbd1998c7-5dc2-40aa-b19a-8f95612bd46b%2FAvatar.png/size/w=2000?exp=1739560542&sig=6fv35relgQ2prSLXYIvi5HAIGwdQK74BL47YfCQQMkI",
alt: "QuickNode Logo",
}
website: "https://www.quicknode.com/chains/scroll?utm_source=scroll-docs"
network: ["Mainnet", "Testnet"]
noAdditionalInfo: false
---

QuickNode supercharges your blockchain projects with fast, secure infrastructure built to scale. It supports over 60 chains, low-latency RPC endpoints, flexible serverless functions, and smart ETL tooling that keep your apps running seamlessly. SOC 1 and SOC 2 compliance ensures your data is safe, plus 24/7 global support ready to help when you need it. QuickNode is your go-to partner for unlocking the true potential of Web3 development.

###### Get started for free -

- Fastest RPC endpoints: [docs/scroll](https://www.quicknode.com/docs/scroll?utm_source=scroll-docs)

- Blockchain ETL solution, Streams: [docs/streams](https://www.quicknode.com/docs/streams/getting-started?utm_source=scroll-docs)

- Blockchain Serverless Functions: [docs/functions](https://www.quicknode.com/docs/functions/getting-started?utm_source=scroll-docs)

###### Resources:

- [Docs](https://www.quicknode.com/docs/welcome?utm_source=scroll-docs)
- [Step-by-step guides](https://www.quicknode.com/guides/welcome?utm_source=scroll-docs)
- [Video tutorials](https://www.youtube.com/@QuickNode)
2 changes: 1 addition & 1 deletion src/content/tools/en/thegraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "The Graph"
category: ["Debug", "Data"]
excerpt: "Getting historical data on a smart contract can be frustrating when you’re building a dapp. The Graph provides an easy way to query smart contract data through APIs known as subgraphs."
logo: { src: "https://pbs.twimg.com/profile_images/1735767195567730688/goqgFT93_400x400.jpg", alt: "The Graph Logo" }
logo: { src: "https://avatars.githubusercontent.com/u/38020273?s=200&v=4", alt: "The Graph Logo" }
website: "https://thegraph.com"
network: ["Mainnet", "Testnet"]
---
Expand Down