Skip to content

Commit

Permalink
Merge branch 'main' into decentralization-roadmap-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Aug 14, 2024
2 parents 01e3d8f + 259aa22 commit 6261146
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 9 deletions.
34 changes: 34 additions & 0 deletions docs/developers/tooling/data-indexers/alchemy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Alchemy
---

# Overview

Alchemy Subgraphs is a blockchain indexing platform with drop-in support for hosted subgraphs.

Subgraphs are an open-source tool for building custom GraphQL APIs from on-chain data.

Identify on-chain events you want to index, write AssemblyScript handlers to transform them into your preferred format, and let the subgraph automatically ingest new events for you immediately as they happen.

# Why subgraphs?

Developing an in-house indexing system is time-consuming, expensive, and requires ongoing expertise in data pipelines, devOps, and more.

Subgraphs handle the intricacies of data ingestion, decoding, and database management for you. Just define the data format you want and query live data through a GraphQL API.

# Why Alchemy Subgraphs?

- **High-performance.** We’ve benchmarked 5x faster data indexing and 2x better block lag than competitors — that’s why we’re trusted by Eigenlayer, GMX, and more.
- **No decentralized headaches.** We make payment easy (just a credit card, no staking tokens) and have guaranteed uptime compared to decentralized options.
- **Developer tooling.** Access best in class developer tools like error logs, subgraph versioning, indexing performance metrics, and more.
- **Easy migration.** If you have existing subgraphs, it takes just 5 minutes to switch over using the same command line tools you’re familiar with.

# Getting started

- [Subgraphs Quickstart](https://docs.alchemy.com/reference/subgraphs-quickstart)
- [Deploying a Subgraph](https://docs.alchemy.com/reference/deploying-a-subgraph)
- [Subgraphs Tutorials](https://docs.alchemy.com/docs/learn-subgraphs)

# Help

Email [[email protected]](mailto:[email protected]) with any questions!
2 changes: 1 addition & 1 deletion docs/developers/tooling/permanent-data/irys/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Receipts are a JSON object with the following format:
## Paying for users' uploads

Use [balance approvals](https://docs.irys.xyz/developer-docs/irys-sdk/balance-approvals) to pay for
your users' uploads and build a Web2-style UX that saves users from having to covert fiat or own tokens.
your users' uploads and build a Web2-style UX that saves users from having to convert fiat or own tokens.

With balance approvals:

Expand Down
2 changes: 1 addition & 1 deletion docs/users/linea-voyage/linea-surge/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image: /img/socialCards/linea-voyage-the-surge.jpg
Linea Surge is an LXP-driven program that enables people to collect LXP-L in return for having
assets on Linea and deploying those assets into protocols.

The goal for The Surge is allow users that provide liquidity on the network to collect LXP-L.
The goal for The Surge is to allow users that provide liquidity on the network to collect LXP-L.
LXP-L is similar to the system we have in place today for LXP, but is collected by contributing
liquidity to Linea.

Expand Down
6 changes: 3 additions & 3 deletions docs/users/linea-voyage/lxp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ image: /img/socialCards/linea-voyage-lxp.jpg
## What is Linea Voyage XP?

Similar to video and role-playing games, wherein your character can gain Experience Points (XP) as
you go through the game, Linea Voyage LXP represent your journey and experience in the Linea
you go through the game, Linea Voyage LXP represents your journey and experience in the Linea
ecosystem.
The Voyage LXP tokens will be a custom
[ERC-20 token](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/), and will be
visible by default in your MetaMask wallet.

**Voyage LXP tokens are non-transferrable, soulbound tokens that are distributed to recognize the
**Voyage LXP tokens are non-transferable, soulbound tokens that are distributed to recognize the
community's extraordinary contribution toward the growth of the Linea ecosystem. They do not have
any monetary value!**

Expand Down Expand Up @@ -55,7 +55,7 @@ effortlessly accumulate all the Voyage LXP you've received.
This ensures that every adventure is accurately recorded across your interconnected accounts,
providing a seamless and comprehensive representation of your Linea experience.

**Account binding is not retroactive. If you bind your account address after Voyage XP are received,
**Account binding is not retroactive. If you bind your account address after Voyage XP is received,
then those won't be linked to the primary account!**

:::caution
Expand Down
2 changes: 1 addition & 1 deletion docs/users/move-funds/set-up-your-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can [install MetaMask as a browser extension or mobile app](https://metamask
Linea Mainnet is included in the available networks in the MetaMask browser extension and mobile
app by default.

Select **Linea Mainnet** from the network drop down to connect to the network.
Select **Linea Mainnet** from the network dropdown to connect to the network.
[View the MetaMask instructions](https://support.metamask.io/networks-and-sidechains/managing-networks/how-to-connect-to-linea-on-metamask/)
for more information.

Expand Down
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -957,3 +957,4 @@ zpaoAave
zpaoAaveAave
Сommas
ԼІΝЕА
EigenLayer
5 changes: 3 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ const sidebars = {
items: [
"developers/guides/community/irys/irys-dynamic-nfts",
"developers/guides/community/irys/irys-nfts",
]
}
],
},
],
},
"developers/guides/linea-api/index",
Expand Down Expand Up @@ -293,6 +293,7 @@ const sidebars = {
id: "developers/tooling/data-indexers/index",
},
items: [
"developers/tooling/data-indexers/alchemy",
"developers/tooling/data-indexers/arkham",
"developers/tooling/data-indexers/covalent",
"developers/tooling/data-indexers/decommas",
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/* You can override the default Infima variables here. */

/* Custom stlying made by CSCT */
/* Custom styling made by CSCT */

.video-container {
position: relative;
Expand Down

0 comments on commit 6261146

Please sign in to comment.