Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_DOCS }}'
channelId: live
projectId: astar-docs
firebaseToolsVersion: 13.35.1
1 change: 1 addition & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ASTAR_DOCS }}'
projectId: astar-docs
firebaseToolsVersion: 13.35.1
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ yarn-error.log*
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
# .pnp.* # Comment for zero-install
# .pnp.* # Comment for zero-install
package.json
2 changes: 1 addition & 1 deletion docs/build/environment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Figure from "/src/components/figure"

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.

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.
For example, to build and test Wasm smart contracts, an ink! Environment with a Swanky node is appropriate.

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Astar network's innovative Build2Earn program allows developers to earn a basic
See the [Wasm chapter](/docs/build/wasm) for more information.

## EVM smart contracts
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.
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.

## Secured by Polkadot and Ethereum
Polkadot and Ethereum networks provide some of the best security guarantees in the web3 industry.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/integrations/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Integrations

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).
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.

<br/>

Expand Down
2 changes: 1 addition & 1 deletion docs/build/nodes/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node Operators

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/)
The **Substrate Node SDK** is broken down into the following sections.

<br/>

Expand Down
4 changes: 0 additions & 4 deletions docs/build/zkEVM/_category_.json

This file was deleted.

71 changes: 0 additions & 71 deletions docs/build/zkEVM/canonical-zkevm-contracts.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/build/zkEVM/faq/_category_.json

This file was deleted.

65 changes: 0 additions & 65 deletions docs/build/zkEVM/faq/zkevm-eth-faq.md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/build/zkEVM/faq/zkevm-general-faq.md

This file was deleted.

Loading