Skip to content

Commit 9be4ffa

Browse files
Gunit2481mcbdare
andauthored
Updating Astar documentation following the depreciation of Astar zkEVM (#738)
* Updating Astar documentation following the depreciation of Astar zkEVM * Update * Delete .gitignore * Revert "Delete .gitignore" This reverts commit a68ef1e. * Node.js version 20 * force downgrade firebase tools * Update * Update --------- Co-authored-by: Caetano Bozzini <[email protected]>
1 parent b0985d6 commit 9be4ffa

File tree

153 files changed

+36
-4369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+36
-4369
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_DOCS }}'
2828
channelId: live
2929
projectId: astar-docs
30+
firebaseToolsVersion: 13.35.1

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
repoToken: '${{ secrets.GITHUB_TOKEN }}'
2929
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_DOCS }}'
3030
projectId: astar-docs
31+
firebaseToolsVersion: 13.35.1

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ yarn-error.log*
2626
!.yarn/plugins
2727
!.yarn/sdks
2828
!.yarn/versions
29-
# .pnp.* # Comment for zero-install
29+
# .pnp.* # Comment for zero-install
30+
package.json

docs/build/environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Figure from "/src/components/figure"
44

55
Knowledge about how to set up various environments is not required before you get started, however, it may be helpful to review the following sections to learn more about the purpose of each Environment, and their specific requirements.
66

7-
For example, to build and test Wasm smart contracts, an ink! Environment with a Swanky node is appropriate. On the zkEVM, a [different kind of environment](/docs/build/zkEVM/quickstart/) is required.
7+
For example, to build and test Wasm smart contracts, an ink! Environment with a Swanky node is appropriate.
88

99
When you are ready to deploy a smart contract to production, you can use the information contained within this section to configure an RPC endpoint.
1010

docs/build/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Astar network's innovative Build2Earn program allows developers to earn a basic
2323
See the [Wasm chapter](/docs/build/wasm) for more information.
2424

2525
## EVM smart contracts
26-
Solidity developers feel right at home building on Astar in both the Polkadot and Ethereum ecosystems. See the [EVM](/docs/build/EVM) or [zkEVM](/docs/build/zkEVM) sections for more information.
26+
Solidity developers feel right at home building on Astar in both the Polkadot and Ethereum ecosystems. See the [EVM](/docs/build/EVM) section for more information.
2727

2828
## Secured by Polkadot and Ethereum
2929
Polkadot and Ethereum networks provide some of the best security guarantees in the web3 industry.

docs/build/integrations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Integrations
22

3-
Here you will find some common services available to developers building dApps on Astar Network, including sample configurations, and guides for many important elements of our infrastructure. For zkEVM-specific integrations please visit [this section](/docs/build/zkEVM/integrations).
3+
Here you will find some common services available to developers building dApps on Astar Network, including sample configurations, and guides for many important elements of our infrastructure.
44

55
<br/>
66

docs/build/nodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node Operators
22

3-
The **Substrate Node SDK** is broken down into the following sections. For information about how to run a zkEVM node, please vist [this section](/docs/build/zkEVM/zk-node/)
3+
The **Substrate Node SDK** is broken down into the following sections.
44

55
<br/>
66

docs/build/zkEVM/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/build/zkEVM/canonical-zkevm-contracts.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/build/zkEVM/faq/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)