Skip to content
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
2 changes: 1 addition & 1 deletion docs/build/dapp-staking/indexer/tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to Install and Run

## Indexder Installation
## Indexer Installation

### 1. Prerequisites

Expand Down
59 changes: 0 additions & 59 deletions docs/build/integrations/dapp-listing/dappradar.md

This file was deleted.

Binary file removed docs/build/integrations/dapp-listing/img/1.png
Binary file not shown.
Binary file removed docs/build/integrations/dapp-listing/img/2.png
Binary file not shown.
Binary file removed docs/build/integrations/dapp-listing/img/3.png
Binary file not shown.
Binary file removed docs/build/integrations/dapp-listing/img/4.png
Binary file not shown.
Binary file removed docs/build/integrations/dapp-listing/img/5.png
Binary file not shown.
Binary file removed docs/build/integrations/dapp-listing/img/6.png
Binary file not shown.
196 changes: 0 additions & 196 deletions docs/build/integrations/indexers/thegraph.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/build/integrations/node-providers/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node Providers
The free endpoints mentioned in the [Build Environment section](/docs/build/environment/endpoints) are rate limited and designed for end users to be able to interact with dApps, or deploy/call smart contracts. They are not suitable for usage by dApp UIs that scrape blockchain data continuously, or indexers (like the Graph).

The free endpoints mentioned in the [Build Environment section](/docs/build/environment/endpoints) are rate limited and designed for end users to be able to interact with dApps, or deploy/call smart contracts. They are not suitable for usage by dApp UIs that scrape blockchain data continuously, or indexers.


If you are an active developer you should consider creating your own endpoint, and it is mandatory to do so for production deployments. Refer to how run an [archive node](/docs/nodes
Expand Down
8 changes: 4 additions & 4 deletions docs/build/nodes/archive-node/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Description=Astar Archive node
[Service]
User=astar
Group=astar

ExecStart=/usr/local/bin/astar-collator \
--pruning archive \
--rpc-cors all \
Expand Down Expand Up @@ -101,7 +101,7 @@ Description=Shiden Archive node
[Service]
User=astar
Group=astar

ExecStart=/usr/local/bin/astar-collator \
--pruning archive \
--rpc-cors all \
Expand Down Expand Up @@ -131,7 +131,7 @@ Description=Shibuya Archive node
[Service]
User=astar
Group=astar

ExecStart=/usr/local/bin/astar-collator \
--pruning archive \
--rpc-cors all \
Expand Down Expand Up @@ -208,7 +208,7 @@ journalctl -fu astar-collator -n100

### Indexers and oracles

To access data from indexers (e.g. The Graph) or Oracles (e.g. Chainlink), you need to add the debug flags below to the node launch command, after the `astar-collator` line:
To access data from indexers (e.g. Subsquid) or Oracles (e.g. Chainlink), you need to add the debug flags below to the node launch command, after the `astar-collator` line:

`--ethapi=debug`

Expand Down
4 changes: 2 additions & 2 deletions docs/build/nodes/archive-node/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ curl -H "Content-Type: application/json" --data '{ "jsonrpc":"2.0", "method":"sy

In any case, wait for the chain to be fully synchronized by checking the [node log](/docs/build/nodes/archive-node/binary#get-node-logs).

How the archive node will be used will largely determine what steps to follow next:
How the archive node will be used will largely determine what steps to follow next:
- If accessing the node publicly, running an [nginx server](/docs/build/nodes/archive-node/nginx) is the recommended option.
- If the dApp is running on the same server as the node, then it can be accessed directly with the `localhost` address. This setup is recommended for testing purposes only.
- If running the node locally for testing purposes, switch networks in [Polkadot.js portal](https://polkadot.js.org/apps) to explore the chain:
Expand All @@ -145,7 +145,7 @@ docker logs -f -n 100 $(docker ps -aq --filter name="astar-container")

### Indexers and Oracles

To access data from indexers (like The Graph) or Oracles (like Chainlink), add the follwing debug flags to the node launch command, after the `astar-collator` line:
To access data from indexers (like Subsquid) or Oracles (like Chainlink), add the follwing debug flags to the node launch command, after the `astar-collator` line:

`--ethapi=debug`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Projects deployed outside the Astar Network must demonstrate:
To strengthen your application, ensure you:

- Are listed on **[DefiLlama](https://defillama.com/)** (if contributing to TVL).
- Are listed on **[DappRadar](https://dappradar.com/)** (if you have daily active users).
- Have **verified smart contracts** on Astar Native, EVM, Soneium, Ethereum or Polkadot.
- Tag your GitHub repo with `#astar-network` and `#dAppStaking`.
- (For infrastructure/tools) Submit a PR to [Astar Documentation](https://github.com/AstarNetwork/astar-docs) to be listed.
Expand Down Expand Up @@ -131,14 +130,14 @@ Once approved:

### Title: Project Name - dApp Staking Application

**Introduction:** Brief introduction of your proposal;
**Project Overview:** Presentation of your project;
**Mission:** What is your mission and what do you want to achieve with your project? You can also share your vision;
**Team:** Introducing the team behind the project and the main contributors. You can share links to personal profiles;
**Security:** Share how you manage the security of your projects and users. You can share audit reports if you have them;
**Past Performance & Milestones:** Describe your latest achievements and the milestones you have reached in your project;
**Roadmap:** Present your plans and the next steps in your project;
**dApp Staking Reward Usage Breakdown:** Describe how you will use the rewards you earn with dApp Staking;
**Introduction:** Brief introduction of your proposal;
**Project Overview:** Presentation of your project;
**Mission:** What is your mission and what do you want to achieve with your project? You can also share your vision;
**Team:** Introducing the team behind the project and the main contributors. You can share links to personal profiles;
**Security:** Share how you manage the security of your projects and users. You can share audit reports if you have them;
**Past Performance & Milestones:** Describe your latest achievements and the milestones you have reached in your project;
**Roadmap:** Present your plans and the next steps in your project;
**dApp Staking Reward Usage Breakdown:** Describe how you will use the rewards you earn with dApp Staking;
**Appendix:** Links to your projects, products and communities

:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can start staking either by clicking the blue **“Choose dApps”** button

:::tip Project cards

Click on the project cards for more information, access to their communities or to view team profiles. You can also find useful resources on our [**forum**](https://forum.astar.network/) or check [**DefilLama**](https://defillama.com/) or [**DappRadar**](https://dappradar.com/).
Click on the project cards for more information, access to their communities or to view team profiles. You can also find useful resources on our [**forum**](https://forum.astar.network/) or check [**DefilLama**](https://defillama.com/).

:::

Expand Down Expand Up @@ -146,16 +146,16 @@ At the end of a Period, tokens are unstaked from all dApps, remain locked on the

:::

## 3. Video tutorial
## 3. Video tutorial

To wrap up, here’s a video tutorial that will guide you through the step-by-step process in case anything wasn’t clear. Feel free to ask your questions in our [**official Astar Discord**](https://discord.com/invite/AstarNetwork).

<iframe
width="100%"
height="400"
<iframe
width="100%"
height="400"
src="https://www.youtube.com/embed/zEioVpgFXQ8"
title="How to stake on Astar L1"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
title="How to stake on Astar L1"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
/>