You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* User Section Overhaul
Summary of Changes
Restructured User Section:
The section is now split into two clear parts:
- Get Started: Guides for onboarding with Substrate and EVM wallets.
- How-to Guides: Covers usage of Portal, dApp Staking, Governance, Bridges, and more.
Removed Outdated Translations:
Japanese, Spanish, and Polish documentation has been removed due to being outdated and no longer maintained.
Link & Navigation Cleanup:
All internal page links and redirects have been reviewed and updated.
Navigation flow is fully functional.
Removed Duplicate Content:
Duplicate and redundant pages were identified and removed to reduce clutter and confusion.
* Update dApp Staking docs
Update the dApp Staking documentation to include support for Soneium, Ethereum, and Polkadot.
* Update package.json
* Update
---------
Co-authored-by: Carlos Rodríguez <[email protected]>
Copy file name to clipboardExpand all lines: docs/learn/architecture/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ Applications that run on a blockchain, often referred to as decentralized applic
26
26
A **smart contract** is a program that runs on a blockchain and executes transactions on behalf of users under specific conditions. Developers can write smart contracts to ensure that the outcomes of programmatically-executed transactions are recorded, and can't be tampered with. Yet, smart contracts operate in a sandboxed environment, where developers don't have access to underlying blockchain functionality, such as consensus, storage, or transaction layers, and instead, abide by a chain's fixed rules and restrictions. Smart contract developers often accept these limitations as a tradeoff that shortens the development lifecycle, by avoiding having to make core design decisions.
27
27
28
28
## Ethereum Virtual Machine (EVM)
29
-
The Ethereum Virtual Machine (EVM) is a virtual computer with components that enables network participants (not necessarily on Ethereum) to store data and agree on the state of that data. Smart contracts run on the EVM, and most Layer 1 blockchains support an EVM-compatible virtual machine environment. Astar Parachain and Astar zkEVM both support EVM-compatible environments.
29
+
The Ethereum Virtual Machine (EVM) is a virtual computer with components that enables network participants (not necessarily on Ethereum) to store data and agree on the state of that data. Smart contracts run on the EVM, and most Layer 1 blockchains support an EVM-compatible virtual machine environment. Astar Parachain supports EVM-compatible environments.
Copy file name to clipboardExpand all lines: docs/use/how-to-guides/layer-1/dapp-staking/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ dApp staking on Astar and Shiden Network introduces a novel approach, empowering
10
10
11
11
For every block produced on the network, a segment of inflation is specifically allocated to dApp staking. These rewards are then divided between the dApp developers and stakers involved, offering benefits to both developers and stakers.
12
12
13
-
As a dApp gains popularity and attracts more stakers, the developers stand to receive a greater share of block rewards. Importantly, the dApp staking program is inclusive, accommodating projects utilizing EVM and Wasm technologies, along with zkEVM dApps.
13
+
As a dApp gains popularity and attracts more stakers, the developers stand to receive a greater share of block rewards. Importantly, the dApp staking program is inclusive, accommodating projects utilizing EVM and Wasm technologies.
14
14
15
15
For a more detailed explanation of dApp Staking, refer to the comprehensive presentation in the [About Astar section](/docs/learn/dapp-staking/index.md).
Copy file name to clipboardExpand all lines: docs/use/how-to-guides/layer-1/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ sidebar_label: Astar Network
4
4
title: Interact with Astar Network (Substrate)
5
5
---
6
6
7
-
### What is Astar Network 1
7
+
### What is Astar Network
8
8
9
-
Astar Network, a powerful Network 1 blockchain built and connected to Polkadot as a parachain, enables scalable and interoperable decentralized applications (dApps) by supporting both Ethereum Virtual Machine (EVM) and WebAssembly (Wasm) smart contracts.
9
+
Astar Network, a powerful blockchain built and connected to Polkadot as a parachain, enables scalable and interoperable decentralized applications (dApps) by supporting both Ethereum Virtual Machine (EVM) and WebAssembly (Wasm) smart contracts.
10
10
11
11
Our detailed How to guides will help you navigate the Astar Portal, transfer and manage tokens, and understand dApp Staking, the distinctive staking mechanism of Astar. Whether you're a developer or an investor, explore our resources to effectively utilize Astar Network on Polkadot.
Copy file name to clipboardExpand all lines: docs/use/index.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,15 @@
2
2
3
3
## Overview
4
4
5
-
In the following sections you will find all the help you need to create & manage accounts, and transact on Astar Network.
5
+
Welcome to the **User** section.
6
+
7
+
In this part of the documentation, you'll find all the guidance you need to:
8
+
- Create and manage accounts and wallets on both Astar Native and EVM;
9
+
- Use Astar Network’s core features, including dApp Staking, executing transfers via the Astar Portal, and participating in Governance;
10
+
- Bridge to and interact with other networks within the Astar ecosystem, such as Soneium, Ethereum, and other Polkadot parachains.
11
+
12
+
If you need support or have any questions, feel free to reach out to our team or ecosystem agents via the[official Astar Discord](https://discord.gg/astarnetwork).
0 commit comments