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
Copy file name to clipboardexpand all lines: docs/build/introduction/astar_family.md
+12-33
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,15 @@
2
2
sidebar_position: 5
3
3
---
4
4
5
-
# Astar Network Family
5
+
# Astar Family
6
6
7
7
Prior to commencing development, it's important to understand the Astar Network family, and choose an appropriate network based on what you would like to do. Currently, there are a number of networks available, including the Local network which runs exclusively within your development environment. All networks support Substrate and EVM RPCs.
8
8
9
-

10
-
11
9
## Local Networks
12
10
13
11
### Substrate Node
14
12
You can clone the Astar repository and run the local node provided, or download the precompiled binary and run it, instead. Both methods are described in the [Build](/docs/build) section.
15
13
16
-
### Swanky Node
17
-
18
-
Swanky Node is a Substrate based blockchain configured to enable the smart contract module `pallet-contracts`, and other features that assist local development of Wasm smart contracts.
19
-
For more information about Swanky Node, check out the [Swanky Suite](https://docs.astar.network/docs/build/wasm/swanky-suite/) section.
20
-
21
14
### Zombienet
22
15
23
16
With Zombienet users can download arbitrary Relay Chain and parachain binaries (or use images) to setup a configurable local test network. Users will have access to all privileged actions on the Relay Chain and parachains, which simplifies testing. For more information about Zombienet, check out the [Build Environment](https://docs.astar.network/docs/build/environment/zombienet-testing) chapter.
@@ -33,40 +26,26 @@ The Shibuya native token symbol is SBY.
33
26
34
27
To obtain test tokens from the faucet, please visit the Astar Portal and connect to Shibuya. If for any reason the faucet is empty, please contact the Astar team on Discord.
35
28
36
-
### zKatana (Sepolia) - Deprecated
37
-
38
-
An early iteration of the zkEVM testnet that used zk rollup architecture. Now deprecated.
39
-
40
-
### zKyoto (Sepolia)
29
+
### zKyoto (Sepolia) (Deprecated)
41
30
42
-
zKyoto is a Validium-based network connected to the Ethereum Sepolia testnet and Polygon AggLayer. It is the testing and proving ground for dApps deployed on the Astar zkEVM.
31
+
zKyoto was connected to the Ethereum Sepolia testnet and Polygon AggLayer. Testing ground for dApps deployed on the Astar zkEVM. This testnet has now been transitioned to [Soneium Minato](https://docs.soneium.org/).
43
32
44
33
## Mainnets
45
34
46
-
Astar has three mainnets:
35
+
Astar Collective, with the ASTR token, supports three mainnets:
47
36
48
-
1. Astar zkEVM
49
-
2. Astar Parachain
50
-
3.Shiden Parachain
37
+
1. Astar Network (Parachain)
38
+
2. Astar zkEVM (soon to be deprecated)
39
+
3.Soneium
51
40
52
-
### Shiden Parachain (Substrate)
53
-
54
-
Shiden is a parachain connected to the Kusama Relay Chain, and used to deploy and test new releases of Astar runtime in a live production (canary) environment. Shiden is not considered a testnet since SDN has its own tokenomics and value, but is used to validate and stabilize new software releases and upgrades for Astar Network.
55
-
56
-
The Shiden native token symbol is SDN.
57
-
58
-
### Astar Parachain (Substrate)
59
-
60
-
By now you may have guessed that Astar parachain is connected to Polkadot Relay chain.
41
+
### Astar Network (Parachain)
61
42
43
+
Astar parachain is connected to Polkadot Relay chain supporting WASM & EVM smart contract deployments.
62
44
The Astar native token symbol is ASTR.
63
45
64
46
### Astar zkEVM
65
47
66
-
Astar zkEVM is an Ethereum Layer 2 network, powered by Polygon CDK. Technically referred to as Validium, it combines zk rollup technology with modular data availability, synthesizing the best features of each.
67
-
68
-
## Questions and Assignments:
48
+
Astar zkEVM is an Ethereum Layer 2 network, powered by Polygon CDK. Technically referred to as Validium, it combines zk rollup technology with modular data availability. Next phase for Astar zkEVM is the transition to Soneium.
69
49
70
-
1. Using the account you created in previous chapters, visit to Astar portal, connect to Shibuya testnet and claim some tokens from the faucet. You will need them later to deploy contracts on Shibuya.
71
-
2. Are you able to deduce how to transfer SDN tokens to Astar, and swap them for ASTR tokens?
72
-
3. Is there a market for buying and selling SBY tokens?
50
+
### Soneium
51
+
Soneium is a next-generation blockchain ecosystem designed to invoke emotion and empower creativity. It was founded by Sony Group Corporation, a global technology leader, and Startale, a Web3 innovator. Soneium stands as a versatile, general-purpose blockchain ready to serve diverse needs across all verticals and support users globally. Astar and it's token ASTR will play a crucial role in the ecosystem as driven asset.
Copy file name to clipboardexpand all lines: docs/build/wasm/swanky-suite/cli.md
-6
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,6 @@ The CLI can be installed and used in different ways:
41
41
Note that using the precompiled binaries, NPM, or compiling it yourself requires you to have the [local environment set up](/docs/build/environment/ink_environment.md) correctly
42
42
:::
43
43
44
-
### Dev container
45
-
46
-
Using [dev container](/docs/build/environment/dev-container) is the easiest way to use `swanky-cli`, it includes all the environment setup and will support auto-updates in the future.
47
-
48
-
To run your project in the dev container follow the steps on [swanky-dev-container Github](https://github.com/AstarNetwork/swanky-dev-container).
49
-
50
44
### Cloud based environments
51
45
52
46
Similar to using the dev container locally, GitHub will detect the `.devcontainer` config in your project and let you run the project in a cloud-based IDE.
More documentation about the Polygon CDK Validium contracts can be found in the [cdk-validium-contracts GitHub repository](https://github.com/0xPolygon/cdk-validium-contracts)
65
57
66
-
## Ethereum Specific Precompiles
67
-
68
-
TODO - refer to a link in CDK Docs which covers which precompiles are available for CDK
Copy file name to clipboardexpand all lines: docs/build/zkEVM/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Astar zkEVM is an Ethereum Layer-2 scaling solution leveraging Polygon's Chain Development Kit and cutting edge zero-knowledge cryptography to enable off-chain transaction execution, with finality and security guarantees provided by Ethereum. In coordination with our key partners, Astar zkEVM is well-positioned to take advantage of the extensive developer base and well-established toolset existing in the Ethereum ecosystem, and boasts the following key features:
6
6
7
7
-**Lower Transaction Fees compared to Ethereum** - Due to the transaction batching, as explained above.
8
-
-**Full EVM-equivalence** - Not only EVM compatibility; Equivalence. Smart contracts that work on Ethereum also work on Astar zkEVM. See the [smart contract section](/docs/build/zkEVM/smart-contracts/) for more information.
8
+
-**Full EVM-equivalence** - Not only EVM compatibility; Equivalence. Smart contracts that work on Ethereum also work on Astar zkEVM.
9
9
-**Native Account Abstraction** - The Astar zkEVM provides native features designed to revolutionize the end-user experience, and make it seamless. See the [Account Abstraction section](/docs/build/zkEVM/integrations/account-abstraction/) to learn more about how to refine the end-user experience.
10
10
-**Recognized Partners** - Established names and brands that developers trust power the Astar zkEVM. See the [integrations section](/docs/build/zkEVM/integrations/) for more information about 3rd party service providers.
11
11
-**Interoperability and Exposure** - With Astar zkEVM, we are supporting interoperability between the Ethereum and Polkadot ecosystems, uniting communities, and empowering web3 accessibility through a common Multichain vision.
Copy file name to clipboardexpand all lines: docs/build/zkEVM/integrations/account-abstraction/index.md
-12
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,6 @@ Here you will find all the information required to refine the end-user experienc
10
10
11
11
Account Abstraction is a blockchain technology that enables users to utilize smart contracts as their accounts. While the default account for most users is an Externally Owned Account (EOA), which is controlled by an external private key, it requires users to have a considerable understanding of blockchain technology to use them securely. Fortunately, smart contract accounts can create superior user experiences.
12
12
13
-
### Using Account Abstraction
14
-
15
-
There are two primary ways users can use account abstraction: with third party Meta Transaction services or by sending ERC-4337 transactions.
16
-
17
-
#### Meta Transactions
18
-
Meta Transactions are bespoke third party services for achieving account abstraction, for example:
19
-
-[A custom `safe-sdk` that works together with Gelato Relay](/docs/build/zkEVM/integrations/account-abstraction/safe--aa/).
0 commit comments