From 0ee9721c8d0daa045d55a5b93fab03da3b99422e Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Fri, 6 Dec 2024 17:56:00 +0400 Subject: [PATCH] feat: Restructure the documentation (#278) PR is in draft state: Some links are broken, highlight of active section in header is broken, redirects from old pages to new ones are not added. The content, however, is *in place and fully reviewable*. --- This PR restructures the ZKsync Era documentation. > [!WARNING] >No nitpick territory! Restructuring is highly subjective, and bikeshedding about big restructuring may introduce delays in getting this PR merged. Let's focus on critical issues here, and fix everything else in follow-up PRs. ## New structure I will not describe what moved where exactly. Instead, I invite reviewers to check the preview and try to find the information they care about. If it's hard to do and the place is not intuitive -- probably the restructuring doesn't work as intended. However, here're some highlights: - Documentation is majorly restructured into three sections: - ZKsync Era: Everything about building _on_ Era (or any other chain). Highly practical, focused on dApp developers. - ZK Stack: Everything about running your own stack. Again, focused on actions rather than on theory. - ZKsync Protocol: Theoretical information about the protocol. - SDK docs were embedded into the documentation instead of hosting them as another top-level category. ## New content I've tried to minimize the amount of new content, but in some places I felt that the sections are too incomplete (mostly in ZK Stack section). I've added a few new pages with _minimum_ new information, just so that we close the gaps in the narrative. These are to be extended later. Content added: - Changed the description of the sequencer in ZK Stack and added a link to the core book. - Changed the description of the prover in ZK Stack and added a link to the prover book. - Added a page about node framework. ## Removed pages Some of the pages have been removed. It mostly includes pages that either provide no information, pages that were copy-pasted from other pages, and pages that are not relevant for ZKsync (e.g. information available elsewhere). Removed pages: - [Elliptic Curve Precompiles](https://docs.zksync.io/build/developer-reference/era-contracts/elliptic-curve-precompiles) -- this is an overview of precompiles that are not yet available on ZKsync. - [L2->L1 Communication Before Boojum](https://docs.zksync.io/build/developer-reference/handling-pubdata-in-boojum/l2-l1-communication-before-boojum) -- no longer relevant - [Migrating ZKsync Era into the ZK chain](https://docs.zksync.io/build/developer-reference/migrate-era-to-chain) -- no longer relevant - [Batches and L2 Blocks on ZKsync](https://docs.zksync.io/build/developer-reference/batches-and-l2-blocks) -- mostly focuses on virtual blocks, no longer relevant, covered by [Blocks and Batches](https://docs.zksync.io/zk-stack/concepts/blocks) - [L1-L2 interoperability](https://docs.zksync.io/build/developer-reference/l1-l2-interoperability) -- no substance, covered by [L1 <-> L2 communication](https://docs.zksync.io/zk-stack/concepts/l1_l2_communication) - [FAQ](https://docs.zksync.io/build/resources/faq) -- I doubt that many of those questions are actually frequently asked. This section is useful, but we need to rework it to be more up-to-date and well structured. - [Community channels](https://docs.zksync.io/build/resources/community-channels) -- This information is available on the [main page](https://docs.zksync.io/) - Most of the [Node](https://docs.zksync.io/zksync-node) section -- instead I provide the link to the much more up-to-date section of the [core book](https://matter-labs.github.io/zksync-era/core/latest/guides/external-node/01_intro.html). --- app.vue | 5 +- content/00.build/05.start-coding/_dir.yml | 1 - .../20.zksync-cli/90.reference/00.index.md | 12 - .../40.tooling/20.hardhat/00.index.md | 36 - .../00.build/40.tooling/20.hardhat/_dir.yml | 1 - .../00.build/40.tooling/30.foundry/_dir.yml | 1 - content/00.build/60.test-and-debug/_dir.yml | 1 - .../65.developer-reference/00.index.md | 59 - .../15.migrate-era-to-chain.md | 50 - .../21.batches-and-l2-blocks.md | 192 -- .../22.era-vm/00.index.md | 667 ------ .../65.developer-reference/22.era-vm/_dir.yml | 1 - .../40.account-abstraction/10.index.md | 34 - .../60.elliptic-curve-precompiles.md | 311 --- .../_contract_addresses/_mainnet.md | 15 - .../_contract_addresses/_testnet.md | 15 - .../60.fee-model/_dir.yml | 1 - .../10.l2-l1-communication-before-boojum.md | 72 - .../70.handling-pubdata-in-boojum/_dir.yml | 1 - .../80.l1-l2-interoperability.md | 46 - .../00.build/65.developer-reference/_dir.yml | 1 - content/00.build/70.api-reference/_dir.yml | 1 - .../90.contributing-to-documentation/_dir.yml | 1 - content/00.build/95.resources/20.faq.md | 254 --- .../95.resources/70.community-channels.md | 57 - content/00.build/95.resources/_dir.yml | 1 - content/00.build/_dir.yml | 1 - .../{00.build => 00.zksync-era}/00.index.md | 28 +- content/00.zksync-era/10.guides/00.index.md | 31 + .../10.guides/10.quick-start}/1.index.md | 6 +- .../3.deploy-your-first-contract.md | 10 +- .../10.quick-start}/4.erc20-token.md | 8 +- .../5.paymasters-introduction.md | 10 +- .../_deploy_first/_atlas_deploy_contract.md | 2 +- .../_deploy_first/_remix_deploy_contract.md | 2 +- .../10.guides/10.quick-start}/_dir.yml | 0 .../_erc20_tutorial/_atlas_erc20_tutorial.md | 2 +- .../_erc20_tutorial/_remix_erc20_tutorial.md | 2 +- .../_atlas_paymaster_intro.md | 4 +- .../_remix_paymaster_intro.md | 4 +- .../10.guides/20.zksync-101}/00.index.md | 8 +- .../20.zksync-101}/10.hello-zksync.md | 7 +- .../20.zksync-101}/20.contract-factory.md | 7 +- .../10.guides/20.zksync-101}/30.testing.md | 7 +- .../10.guides/20.zksync-101}/40.upgrading.md | 8 +- .../10.guides/20.zksync-101}/50.paymaster.md | 8 +- .../10.guides/20.zksync-101}/_dir.yml | 0 .../_paymasters/_approval_paymaster_flow.md | 0 .../_paymasters/_general_paymaster_flow.md | 0 .../_beacon_proxy_contract_upgradability.md | 0 ...ransparent_proxy_contract_upgradability.md | 0 .../_uups_contract_upgradability.md | 0 .../30.testing/10.testing-with-hardhat.md} | 4 +- .../30.testing/20.testing-with-foundry.md} | 2 +- .../10.guides/30.testing/30.ci.md | 10 + .../10.guides/30.testing/_dir.yml | 1 + content/00.zksync-era/10.guides/_dir.yml | 1 + .../20.environment/00.index.md} | 22 +- .../20.environment/10.l1-contracts.md | 30 + .../20.environment/20.l2-contracts.md | 8 + content/00.zksync-era/20.environment/_dir.yml | 1 + .../10.account-abstraction.md | 14 + .../30.unique-features/20.paymaster.md | 24 + .../30.zksync-sso/00.index.md | 2 +- .../30.zksync-sso/10.architecture.md | 0 .../30.zksync-sso/100.faqs.md | 2 +- .../30.zksync-sso/20.features.md | 0 .../30.zksync-sso/25.interfaces.md | 0 .../30.zksync-sso/30.transaction-flow.md | 0 .../30.zksync-sso/40.transaction-fees.md | 0 .../30.zksync-sso/5.getting-started.md | 2 +- .../60.supported-environments.md | 0 .../30.zksync-sso/_dir.yml | 0 .../00.zksync-era/30.unique-features/_dir.yml | 1 + .../40.tooling/10.local-setup}/00.index.md | 5 - .../10.local-setup/10.in-memory-node.md} | 4 +- .../20.dockerized-l1-l2-nodes.md} | 2 +- .../30.continuous-integration.md | 0 .../40.tooling/10.local-setup/_dir.yml | 1 + .../40.tooling/20.hardhat/00.index.md | 37 + .../40.tooling/20.hardhat/10.installation.md | 12 +- .../20.guides/10.getting-started.md | 12 +- .../20.guides/20.migrating-to-zksync.md | 24 +- .../20.guides/40.compiling-libraries.md | 2 +- .../30.plugins/100.hardhat-zksync-ethers.md | 2 +- .../30.plugins/120.hardhat-zksync-node.md | 4 +- .../30.plugins/130.other-plugins.md | 4 +- .../30.plugins/35.hardhat-zksync.md | 18 +- .../30.plugins/40.hardhat-zksync-solc.md | 8 +- .../30.plugins/50.hardhat-zksync-vyper.md | 2 +- .../30.plugins/60.hardhat-zksync-deploy.md | 12 +- .../70.hardhat-zksync-upgradable.md | 4 +- .../30.plugins/80.hardhat-zksync-verify.md | 0 .../90.hardhat-zksync-verify-vyper.md | 0 .../40.tooling/20.hardhat/_dir.yml | 1 + .../40.tooling/30.foundry/10.overview.md | 8 +- .../40.tooling/30.foundry/15.installation.md | 0 .../30.foundry/20.getting-started.md | 2 +- .../40.migration-guide/05.overview.md | 0 .../40.migration-guide/10.compilation.md | 0 .../40.migration-guide/20.deployment.md | 4 +- .../40.migration-guide/30.testing.md | 0 .../40.tooling/30.foundry/_dir.yml | 1 + .../40.tooling/40.block-explorers.md} | 2 +- .../40.tooling/50.external-node.md | 55 + .../40.tooling/90.zksync-cli}/00.index.md | 2 +- .../05.reading-transaction-data.md | 0 .../90.zksync-cli}/10.wallet-actions.md | 0 .../40.tooling/90.zksync-cli}/20.bridging.md | 2 +- .../30.interact-with-contracts.md | 0 .../90.zksync-cli}/35.creating-projects.md | 0 .../90.zksync-cli}/40.running-a-node.md | 2 +- .../90.zksync-cli}/50.configuring-chains.md | 0 .../90.zksync-cli}/60.troubleshooting.md | 5 +- .../90.zksync-cli/90.reference/00.index.md | 12 + .../90.reference/05.zksync-cli-bridge.md | 0 .../15.zksync-cli-config-chains.md | 0 .../90.reference/19.zksync-cli-contract.md | 0 .../90.reference/20.zksync-cli-create.md | 0 .../90.reference/25.zksync-cli-dev.md | 0 .../90.reference/40.zksync-cli-transaction.md | 0 .../90.reference/50.zksync-cli-wallet.md | 0 .../90.zksync-cli}/90.reference/_dir.yml | 0 .../40.tooling/90.zksync-cli}/_dir.yml | 0 .../40.tooling/_dir.yml | 0 content/00.zksync-era/50.sdk/00.index.md | 126 ++ .../50.sdk/10.js/00.ethers/00.index.md | 38 + .../50.sdk/10.js/00.ethers/02.installation.md | 49 + .../10.js/00.ethers/03.compatibility.md | 31 + .../10.js/00.ethers/04.guides/00.index.md | 107 + .../10.js/00.ethers/04.guides/01.features.md | 144 ++ .../00.ethers/04.guides/02.accounts-l1-l2.md | 118 + .../10.js/00.ethers/04.guides/03.front-end.md | 17 + .../10.js/00.ethers/04.guides/03.migration.md | 140 ++ .../50.sdk/10.js/00.ethers/04.guides/_dir.yml | 1 + .../50.sdk/10.js/00.ethers/05.api/00.index.md | 8 + .../10.js/00.ethers/05.api/10.v5/00.index.md | 10 + .../10.js/00.ethers/05.api/10.v5/01.types.md | 987 +++++++++ .../05.api/10.v5/10.providers/00.index.md | 34 + .../05.api/10.v5/10.providers/01.provider.md | 1539 +++++++++++++ .../10.v5/10.providers/02.web3provider.md | 841 +++++++ .../05.api/10.v5/10.providers/_dir.yml | 1 + .../05.api/10.v5/20.accounts/00.index.md | 62 + .../05.api/10.v5/20.accounts/01.wallet.md | 1970 +++++++++++++++++ .../05.api/10.v5/20.accounts/02.signer.md | 394 ++++ .../05.api/10.v5/20.accounts/03.l1signer.md | 1123 ++++++++++ .../10.v5/20.accounts/04.l2voidsigner.md | 98 + .../10.v5/20.accounts/05. l1voidsigner.md | 112 + .../10.v5/20.accounts/06.eip712signer.md | 73 + .../10.v5/20.accounts/07.smartaccount.md | 532 +++++ .../20.accounts/08.smartaccount-factories.md | 74 + .../05.api/10.v5/20.accounts/_dir.yml | 1 + .../05.api/10.v5/30.contract/00.index.md | 14 + .../10.v5/30.contract/10.contract-factory.md | 171 ++ .../05.api/10.v5/30.contract/_dir.yml | 1 + .../00.ethers/05.api/10.v5/40.abi/_dir.yml | 1 + .../05.api/10.v5/50.utilities/00.index.md | 884 ++++++++ .../10.v5/50.utilities/01.paymaster-utils.md | 88 + .../50.utilities/02.smart-account-utils.md | 242 ++ .../05.api/10.v5/50.utilities/_dir.yml | 1 + .../10.js/00.ethers/05.api/10.v5/_dir.yml | 1 + .../10.js/00.ethers/05.api/20.v6/00.index.md | 10 + .../10.js/00.ethers/05.api/20.v6/01.types.md | 944 ++++++++ .../05.api/20.v6/10.providers/00.index.md | 34 + .../05.api/20.v6/10.providers/01.provider.md | 1512 +++++++++++++ .../20.v6/10.providers/02.browser-provider.md | 793 +++++++ .../05.api/20.v6/10.providers/_dir.yml | 1 + .../05.api/20.v6/20.accounts/00.index.md | 62 + .../05.api/20.v6/20.accounts/01.wallet.md | 1846 +++++++++++++++ .../05.api/20.v6/20.accounts/02.signer.md | 411 ++++ .../05.api/20.v6/20.accounts/03.l1signer.md | 1101 +++++++++ .../20.v6/20.accounts/04.l2voidsigner.md | 98 + .../20.v6/20.accounts/05.l1voidsigner.md | 112 + .../20.v6/20.accounts/06.eip712signer.md | 74 + .../20.v6/20.accounts/07.smartaccount.md | 506 +++++ .../20.accounts/08.smartaccount-factories.md | 74 + .../05.api/20.v6/20.accounts/_dir.yml | 1 + .../05.api/20.v6/30.contract/00.index.md | 25 + .../20.v6/30.contract/10.contract-factory.md | 171 ++ .../05.api/20.v6/30.contract/_dir.yml | 1 + .../00.ethers/05.api/20.v6/40.abi/_dir.yml | 1 + .../05.api/20.v6/50.utilities/00.index.md | 881 ++++++++ .../20.v6/50.utilities/01.paymaster-utils.md | 86 + .../50.utilities/02.smart-account-utils.md | 243 ++ .../05.api/20.v6/50.utilities/_dir.yml | 1 + .../10.js/00.ethers/05.api/20.v6/_dir.yml | 1 + .../50.sdk/10.js/00.ethers/05.api/_dir.yml | 1 + .../50.sdk/10.js/00.ethers/_dir.yml | 1 + .../50.sdk/10.js/01.web3js/00.index.md | 88 + .../10.js/01.web3js/01.getting-started.md | 79 + .../50.sdk/10.js/01.web3js/02.rpc.md | 32 + .../01.web3js/03.constants-types-utilities.md | 45 + .../50.sdk/10.js/01.web3js/04.wallet.md | 170 ++ .../50.sdk/10.js/01.web3js/05.custom-data.md | 31 + .../50.sdk/10.js/01.web3js/06.paymasters.md | 39 + .../50.sdk/10.js/01.web3js/07.contracts.md | 221 ++ .../10.js/01.web3js/08.smart-accounts.md | 84 + .../50.sdk/10.js/01.web3js/_dir.yml | 1 + content/00.zksync-era/50.sdk/10.js/_dir.yml | 1 + .../00.zksync-era/50.sdk/100.release-note.md | 10 + .../00.zksync-era/50.sdk/20.go/00.index.md | 29 + .../50.sdk/20.go/20.installation.md | 26 + .../50.sdk/20.go/30.guides/00.index.md | 966 ++++++++ .../50.sdk/20.go/30.guides/01.features.md | 135 ++ .../20.go/30.guides/02.accounts-l1-l2.md | 431 ++++ .../20.go/30.guides/03.migration-v0-v1.md | 228 ++ .../50.sdk/20.go/30.guides/_dir.yml | 1 + .../50.sdk/20.go/40.api/00.index.md | 12 + .../20.go/40.api/10.clients/00.index.md | 29 + .../20.go/40.api/10.clients/01.client.md | 1279 +++++++++++ .../20.go/40.api/10.clients/02.types.md | 83 + .../50.sdk/20.go/40.api/10.clients/_dir.yml | 1 + .../20.go/40.api/20.accounts/00.index.md | 54 + .../20.go/40.api/20.accounts/01.signer.md | 77 + .../20.go/40.api/20.accounts/02.deployer.md | 165 ++ .../20.go/40.api/20.accounts/03.wallet.md | 214 ++ .../20.go/40.api/20.accounts/04.walletl1.md | 1003 +++++++++ .../20.go/40.api/20.accounts/05.walletl2.md | 518 +++++ .../40.api/20.accounts/06.smartaccount.md | 481 ++++ .../20.accounts/07.smartaccount-factories.md | 68 + .../20.accounts/08.smart-account-utils.md | 379 ++++ .../20.go/40.api/20.accounts/09.types.md | 568 +++++ .../50.sdk/20.go/40.api/20.accounts/_dir.yml | 1 + .../50.sdk/20.go/40.api/30.eip712/00.index.md | 22 + .../50.sdk/20.go/40.api/30.eip712/_dir.yml | 1 + .../20.go/40.api/40.contracts/00.index.md | 424 ++++ .../50.sdk/20.go/40.api/40.contracts/_dir.yml | 1 + .../20.go/40.api/50.utilities/00.index.md | 331 +++ .../40.api/50.utilities/01.paymaster-utils.md | 252 +++ .../50.sdk/20.go/40.api/50.utilities/_dir.yml | 1 + .../50.sdk/20.go/40.api/60.types.md | 582 +++++ .../50.sdk/20.go/40.api/_dir.yml | 1 + content/00.zksync-era/50.sdk/20.go/_dir.yml | 1 + .../50.sdk/30.python/00.index.md | 40 + .../50.sdk/30.python/02.installation.md | 41 + .../50.sdk/30.python/30.guides/00.index.md | 390 ++++ .../50.sdk/30.python/30.guides/01.features.md | 60 + .../30.python/30.guides/02.accounts-l1-l2.md | 157 ++ .../50.sdk/30.python/30.guides/_dir.yml | 1 + .../50.sdk/30.python/40.api/00.index.md | 11 + .../30.python/40.api/10.providers/00.index.md | 21 + .../40.api/10.providers/01.provider.md | 645 ++++++ .../30.python/40.api/10.providers/_dir.yml | 1 + .../30.python/40.api/20.accounts/00.index.md | 43 + .../30.python/40.api/20.accounts/01.wallet.md | 1381 ++++++++++++ .../40.api/20.accounts/02.ethsigner.md | 91 + .../40.api/20.accounts/03.smartaccount.md | 444 ++++ .../20.accounts/04.smart-account-utils.md | 196 ++ .../20.accounts/05.smartaccount-factories.md | 76 + .../30.python/40.api/20.accounts/_dir.yml | 1 + .../30.python/40.api/30.contracts/00.index.md | 306 +++ .../30.python/40.api/30.contracts/_dir.yml | 1 + .../30.python/40.api/40.utilities/00.index.md | 268 +++ .../40.api/40.utilities/01.paymaster-utils.md | 238 ++ .../30.python/40.api/40.utilities/_dir.yml | 1 + .../50.sdk/30.python/40.api/50.types.md | 260 +++ .../50.sdk/30.python/40.api/_dir.yml | 1 + .../00.zksync-era/50.sdk/30.python/_dir.yml | 1 + .../00.zksync-era/50.sdk/40.java/00.index.md | 50 + .../50.sdk/40.java/02.installation.md | 46 + .../50.sdk/40.java/20.guides/00.index.md | 55 + .../50.sdk/40.java/20.guides/01.features.md | 29 + .../40.java/20.guides/02.accounts-l1-l2.md | 107 + .../50.sdk/40.java/20.guides/_dir.yml | 1 + .../50.sdk/40.java/30.api/00.index.md | 11 + .../40.java/30.api/10.providers/00.index.md | 20 + .../30.api/10.providers/01.provider.md | 565 +++++ .../40.java/30.api/10.providers/_dir.yml | 1 + .../40.java/30.api/20.accounts/00.index.md | 343 +++ .../40.java/30.api/20.accounts/01.wallet.md | 554 +++++ .../30.api/20.accounts/02.ethsigner.md | 29 + .../30.api/20.accounts/03.smartaccount.md | 215 ++ .../20.accounts/04.smart-account-utils.md | 63 + .../20.accounts/05.smartaccount-factories.md | 52 + .../40.java/30.api/20.accounts/_dir.yml | 1 + .../40.java/30.api/30.contract/00.index.md | 167 ++ .../40.java/30.api/30.contract/_dir.yml | 1 + .../40.java/30.api/40.utilities/00.index.md | 254 +++ .../30.api/40.utilities/01.paymaster-utils.md | 476 ++++ .../40.java/30.api/40.utilities/_dir.yml | 1 + .../50.sdk/40.java/30.api/50.types.md | 239 ++ .../50.sdk/40.java/30.api/_dir.yml | 1 + content/00.zksync-era/50.sdk/40.java/_dir.yml | 1 + .../00.zksync-era/50.sdk/50.swift/00.index.md | 30 + .../50.sdk/50.swift/20.installation.md | 44 + .../50.swift/30.guides/00.getting-started.md | 52 + .../50.sdk/50.swift/30.guides/01.features.md | 25 + .../50.swift/30.guides/02.accounts-l1-l2.md | 37 + .../50.swift/40.api/00.clients/00.index.md | 19 + .../50.swift/40.api/00.clients/01.client.md | 537 +++++ .../50.swift/40.api/00.clients/_dir.yml | 1 + .../50.sdk/50.swift/40.api/00.index.md | 11 + .../50.swift/40.api/01.accounts/00.index.md | 31 + .../50.swift/40.api/01.accounts/01.wallet.md | 15 + .../40.api/01.accounts/02.basedeployer.md | 586 +++++ .../40.api/01.accounts/03.ethsigner.md | 11 + .../50.swift/40.api/01.accounts/_dir.yml | 1 + .../50.swift/40.api/02.contracts/00.index.md | 13 + .../50.swift/40.api/02.contracts/_dir.yml | 1 + .../50.swift/40.api/03.utilities/00.index.md | 267 +++ .../40.api/03.utilities/01.paymaster-utils.md | 86 + .../50.swift/40.api/03.utilities/_dir.yml | 1 + .../50.sdk/50.swift/40.api/04.types.md | 265 +++ .../50.sdk/50.swift/40.api/_dir.yml | 1 + .../00.zksync-era/50.sdk/50.swift/_dir.yml | 1 + .../00.zksync-era/50.sdk/60.rust/00.index.md | 319 +++ .../10.contract-deployment-and-interaction.md | 302 +++ content/00.zksync-era/50.sdk/60.rust/_dir.yml | 1 + content/00.zksync-era/50.sdk/70.faq.md | 31 + .../50.sdk/80.troubleshooting.md | 90 + content/00.zksync-era/50.sdk/90.glossary.md | 64 + content/00.zksync-era/50.sdk/_dir.yml | 1 + .../50.sdk/_partials/_support-cards.md | 20 + .../60.ecosystem}/00.index.md | 18 +- .../60.ecosystem}/10.bridges.md | 0 .../60.ecosystem}/100.wallets.md | 0 .../60.ecosystem}/20.cross-chain.md | 2 +- .../60.ecosystem}/30.data-indexers.md | 2 +- .../60.ecosystem}/40.ide.md | 0 .../60.ecosystem}/50.monitoring.md | 0 .../60.ecosystem}/60.network-faucets.md | 2 +- .../60.ecosystem}/70.nft-marketplaces.md | 2 +- .../60.ecosystem}/80.oracles.md | 0 .../60.ecosystem}/90.node-providers.md | 2 +- .../60.ecosystem}/_dir.yml | 0 .../70.contributing/00.code.md} | 6 +- .../10.documentation}/10.index.md | 6 +- .../20.contribution-guidelines.md | 2 +- .../30.documentation-styleguide.md | 8 +- .../70.contributing/10.documentation/_dir.yml | 1 + .../00.zksync-era/70.contributing/_dir.yml | 0 .../90.security-best-practices.md} | 8 +- content/00.zksync-era/_dir.yml | 1 + content/10.zk-stack/00.index.md | 58 +- .../05.concepts/40.system-upgrades.md | 58 - ...0.recreate-l2-state-from-l1-state-diffs.md | 45 - .../60.data-availability/20.validiums.md | 60 - .../05.concepts/60.data-availability/_dir.yml | 1 - content/10.zk-stack/05.concepts/_dir.yml | 1 - content/10.zk-stack/10.components/10.index.md | 31 - .../20.smart-contracts/10.index.md | 288 --- .../20.smart-contracts/20.system-contracts.md | 417 ---- .../10.components/20.smart-contracts/_dir.yml | 1 - .../10.components/40.sequencer-server.md | 51 - .../10.components/50.zksync-evm/00.index.md | 54 - .../50.zksync-evm/10.bootloader.md | 749 ------- .../50.zksync-evm/20.precompiles.md | 198 -- .../30.vm-specification/20.formal-spec.md | 9 - .../30.vm-specification/_dir.yml | 1 - .../10.components/50.zksync-evm/_dir.yml | 1 - .../60.prover/30.running-the-prover.md | 23 - .../40.circuits/120.sorting/_dir.yml | 1 - .../10.components/60.prover/_dir.yml | 1 - .../60.instructions/21.extensions/00.index.md | 9 - .../10.components/70.compiler/_dir.yml | 1 - content/10.zk-stack/10.components/_dir.yml | 1 - .../50.zk-chains.md => 10.zk-chains.md} | 31 - .../20.running-a-zk-chain/_dir.yml | 1 - .../10.quickstart.md | 8 +- .../20.using-a-local-zk-chain.md | 8 +- .../30.custom-base-tokens.md | 2 +- .../40.proving.md | 0 .../50.configurations.md | 0 .../60.production.md | 2 +- .../70.raas.md | 0 .../80.validium.md | 2 +- content/10.zk-stack/20.running/_dir.yml | 1 + content/10.zk-stack/30.components/00.index.md | 16 + .../10.zk-stack/30.components/10.server.md | 30 + .../10.zk-stack/30.components/20.prover.md | 9 + .../30.block-explorer.md} | 2 +- .../40.portal-wallet-bridge.md} | 2 +- .../50.fee-withdrawer.md} | 2 +- content/10.zk-stack/30.components/_dir.yml | 1 + content/10.zk-stack/40.extending/00.index.md | 9 + .../40.extending/10.node-framework.md | 27 + .../20.transaction-filtering.md} | 0 content/10.zk-stack/40.extending/_dir.yml | 1 + .../50.zk-chain-addresses.md} | 6 +- content/20.zksync-node/00.index.md | 162 -- content/20.zksync-node/05.quickstart.md | 87 - .../20.zksync-node/10.component-breakdown.md | 88 - content/20.zksync-node/20.configuration.md | 74 - content/20.zksync-node/30.running-node.md | 80 - content/20.zksync-node/40.api-overview.md | 116 - content/20.zksync-node/50.observability.md | 57 - content/20.zksync-node/60.troubleshooting.md | 62 - content/20.zksync-node/_dir.yml | 1 - content/20.zksync-protocol/00.index.md | 74 + .../00.rollup/00.index.md} | 24 +- .../00.rollup/10.transaction-lifecycle.md} | 12 +- .../00.rollup/20.blocks.md} | 6 +- .../00.rollup/30.l1_l2_communication.md} | 14 +- .../00.rollup/40.bridging-assets.md} | 8 +- .../00.rollup/50.fee-model}/00.index.md | 2 +- .../10.how-l2-gas-price-works.md | 7 +- .../20.how-we-charge-for-pubdata.md | 0 .../50.fee-model/30.fee-structure.md} | 8 +- .../00.rollup/50.fee-model/_dir.yml | 1 + .../00.rollup/60.finality.md} | 0 .../00.rollup/70.data-availability.md} | 2 +- .../00.rollup/80.pubdata-compression.md} | 4 +- content/20.zksync-protocol/00.rollup/_dir.yml | 1 + .../10.api}/00.index.md | 24 +- .../10.api}/10.conventions.md | 2 +- .../10.api/20.ethereum-rpc.md} | 22 +- .../10.api}/30.debug-rpc.md | 8 +- .../10.api/40.zks-rpc.md} | 8 +- .../10.api/50.pub-sub-rpc.md} | 0 content/20.zksync-protocol/10.api/_dir.yml | 1 + .../10.api}/_partials/_call-request-params.md | 2 +- .../10.api}/_partials/_filter-object.md | 0 .../10.api}/_partials/_quantity-tag.md | 2 +- .../10.api}/_partials/_trace-object.md | 0 .../100.glossary.md} | 0 .../20.contracts/00.index.md | 13 + .../20.contracts/10.l1-contracts/00.index.md} | 32 +- .../10.l1-ecosystem-contracts.md} | 13 +- .../10.l1-contracts/20.shared-bridges.md} | 4 +- .../20.contracts/10.l1-contracts/_dir.yml | 1 + .../20.contracts/20.bootloader.md | 354 +++ .../20.contracts/30.system-contracts.md} | 47 +- .../20.contracts}/40.handling-l1-l2-ops.md | 6 +- .../20.contracts}/50.handling-pubdata.md | 6 +- .../20.contracts/60.pubdata-post-4844.md} | 2 +- .../20.zksync-protocol/20.contracts/_dir.yml | 1 + .../30.vm/00.index.md} | 23 +- .../30.vm/10.formal-spec.md | 13 + content/20.zksync-protocol/30.vm/_dir.yml | 1 + .../40.circuits/00.index.md} | 0 .../40.circuits/10.zk-terminology.md} | 2 +- .../40.circuits/20.circuits}/10.index.md | 52 +- .../20.circuits}/100.sha256-round-function.md | 0 .../20.circuits}/110.storage-application.md | 0 .../20.circuits}/120.sorting/10.index.md | 6 +- .../120.sorting/20.sort-decommitments.md | 0 .../120.sorting/30.storage-sorter.md | 0 .../20.circuits}/120.sorting/40.log-sorter.md | 0 .../20.circuits/120.sorting/_dir.yml | 1 + .../20.circuits}/15.circuit-testing.md | 2 +- .../20.circuits}/20.code-decommitter.md | 0 .../20.circuits}/30.demux-log-queue.md | 0 .../40.circuits/20.circuits}/40.ecrecover.md | 0 .../20.circuits}/50.keccak-round-function.md | 0 .../20.circuits}/60.l1-messages-hasher.md | 0 .../40.circuits/20.circuits}/70.log-sorter.md | 0 .../40.circuits/20.circuits}/80.main-vm.md | 0 .../20.circuits}/90.ram-permutation.md | 0 .../40.circuits/20.circuits/_dir.yml | 1 + .../40.circuits/30.boojum-gadgets.md} | 2 +- .../40.boojum-function-check-if-satisfied.md} | 2 +- .../40.circuits/_dir.yml | 0 .../50.compiler}/10.toolchain/10.index.md | 16 +- .../50.compiler}/10.toolchain/20.solidity.md | 8 +- .../50.compiler}/10.toolchain/30.vyper.md | 6 +- .../50.compiler}/10.toolchain/40.llvm.md | 2 +- .../50.compiler}/20.specification/10.index.md | 12 +- .../20.specification/20.code-separation.md | 2 +- .../20.specification/30.system-contracts.md | 22 +- .../20.specification/40.exception-handling.md | 2 +- .../20.specification/50.evmla-translator.md | 2 +- .../60.instructions/10.index.md | 0 .../60.instructions/20.evm/10.index.md | 0 .../60.instructions/20.evm/100.memory.md} | 0 .../60.instructions/20.evm/110.return.md} | 2 +- .../60.instructions/20.evm/120.sha3.md} | 0 .../60.instructions/20.evm/130.stack.md} | 10 +- .../60.instructions/20.evm/20.arithmetic.md} | 0 .../60.instructions/20.evm/30.bitwise.md} | 0 .../60.instructions/20.evm/40.block.md} | 16 +- .../60.instructions/20.evm/50.call.md} | 4 +- .../60.instructions/20.evm/60.create.md} | 2 +- .../60.instructions/20.evm/70.environment.md} | 14 +- .../60.instructions/20.evm/80.logging.md} | 2 +- .../60.instructions/20.evm/90.logical.md} | 0 .../60.instructions/20.evm/_dir.yml | 0 .../60.instructions/21.extensions/00.index.md | 9 + .../60.instructions/21.extensions/10.call.md | 0 .../21.extensions/20.verbatim.md | 0 .../60.instructions/21.extensions/_dir.yml | 0 .../60.instructions/30.evmla.md | 16 +- .../60.instructions/40.yul.md | 18 +- .../20.specification/60.instructions/_dir.yml | 0 .../20.specification/70.binary-layout.md | 2 +- .../50.compiler}/20.specification/_dir.yml | 0 .../20.zksync-protocol/50.compiler/_dir.yml | 1 + .../60.security/10.audits.md} | 41 +- .../60.security/20.bug-bounty.md | 39 + .../60.security/30.withdrawal-delay.md} | 0 .../20.zksync-protocol/60.security/_dir.yml | 1 + .../70.differences}/10.evm-instructions.md | 4 +- .../70.differences}/20.nonces.md | 0 .../70.differences}/30.libraries.md | 2 +- .../70.differences}/40.pre-compiles.md | 0 .../70.differences}/50.native-vs-eip4337.md | 0 .../70.differences}/60.contract-deployment.md | 24 +- .../70.differences/_dir.yml | 1 + .../80.account-abstraction/00.index.md} | 36 +- .../80.account-abstraction}/20.design.md | 8 +- .../80.account-abstraction}/30.paymasters.md | 0 .../40.building-smart-accounts.md | 6 +- .../50.signature-validation.md | 8 +- .../60.extending-4337.md | 0 .../80.account-abstraction}/_dir.yml | 0 .../90.upgrades-and-migrations/00.index.md} | 2 +- .../90.upgrades-and-migrations/_dir.yml | 1 + content/20.zksync-protocol/_dir.yml | 1 + content/_partials/_mainnet-network-details.md | 10 - content/_partials/_testnet-network-details.md | 10 - content/index.yml | 22 +- cspell-config/cspell-blockchain.txt | 2 + cspell-config/cspell-dev.txt | 5 + cspell-config/cspell-misc.txt | 1 + cspell-config/cspell-zksync.txt | 3 +- error.vue | 4 +- header-links.ts | 31 + ...ild-section.vue => zksync-era-section.vue} | 2 +- ...ection.vue => zksync-protocol-section.vue} | 2 +- nuxt.config.ts | 14 +- pages/{build => zksync-era}/[...slug].vue | 2 +- pages/zksync-node/[...slug].vue | 9 - .../[...slug].vue | 2 +- public/images/chainsafe.png | Bin 0 -> 17431 bytes public/images/zksync_era-sdk.png | Bin 0 -> 6265 bytes redirects.ts | 69 + 525 files changed, 40519 insertions(+), 5206 deletions(-) delete mode 100644 content/00.build/05.start-coding/_dir.yml delete mode 100644 content/00.build/20.zksync-cli/90.reference/00.index.md delete mode 100644 content/00.build/40.tooling/20.hardhat/00.index.md delete mode 100644 content/00.build/40.tooling/20.hardhat/_dir.yml delete mode 100644 content/00.build/40.tooling/30.foundry/_dir.yml delete mode 100644 content/00.build/60.test-and-debug/_dir.yml delete mode 100644 content/00.build/65.developer-reference/00.index.md delete mode 100644 content/00.build/65.developer-reference/15.migrate-era-to-chain.md delete mode 100644 content/00.build/65.developer-reference/21.batches-and-l2-blocks.md delete mode 100644 content/00.build/65.developer-reference/22.era-vm/00.index.md delete mode 100644 content/00.build/65.developer-reference/22.era-vm/_dir.yml delete mode 100644 content/00.build/65.developer-reference/40.account-abstraction/10.index.md delete mode 100644 content/00.build/65.developer-reference/50.era-contracts/60.elliptic-curve-precompiles.md delete mode 100644 content/00.build/65.developer-reference/50.era-contracts/_contract_addresses/_mainnet.md delete mode 100644 content/00.build/65.developer-reference/50.era-contracts/_contract_addresses/_testnet.md delete mode 100644 content/00.build/65.developer-reference/60.fee-model/_dir.yml delete mode 100644 content/00.build/65.developer-reference/70.handling-pubdata-in-boojum/10.l2-l1-communication-before-boojum.md delete mode 100644 content/00.build/65.developer-reference/70.handling-pubdata-in-boojum/_dir.yml delete mode 100644 content/00.build/65.developer-reference/80.l1-l2-interoperability.md delete mode 100644 content/00.build/65.developer-reference/_dir.yml delete mode 100644 content/00.build/70.api-reference/_dir.yml delete mode 100644 content/00.build/90.contributing-to-documentation/_dir.yml delete mode 100644 content/00.build/95.resources/20.faq.md delete mode 100644 content/00.build/95.resources/70.community-channels.md delete mode 100644 content/00.build/95.resources/_dir.yml delete mode 100644 content/00.build/_dir.yml rename content/{00.build => 00.zksync-era}/00.index.md (83%) create mode 100644 content/00.zksync-era/10.guides/00.index.md rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/1.index.md (72%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/3.deploy-your-first-contract.md (92%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/4.erc20-token.md (92%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/5.paymasters-introduction.md (95%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_deploy_first/_atlas_deploy_contract.md (96%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_deploy_first/_remix_deploy_contract.md (97%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_dir.yml (100%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_erc20_tutorial/_atlas_erc20_tutorial.md (97%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_erc20_tutorial/_remix_erc20_tutorial.md (98%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_paymaster_intro/_atlas_paymaster_intro.md (95%) rename content/{00.build/05.start-coding/05.quick-start => 00.zksync-era/10.guides/10.quick-start}/_paymaster_intro/_remix_paymaster_intro.md (96%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/00.index.md (92%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/10.hello-zksync.md (96%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/20.contract-factory.md (96%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/30.testing.md (94%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/40.upgrading.md (90%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/50.paymaster.md (92%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/_dir.yml (100%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/_paymasters/_approval_paymaster_flow.md (100%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/_paymasters/_general_paymaster_flow.md (100%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/_upgrading/_beacon_proxy_contract_upgradability.md (100%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/_upgrading/_transparent_proxy_contract_upgradability.md (100%) rename content/{00.build/05.start-coding/10.zksync-101 => 00.zksync-era/10.guides/20.zksync-101}/_upgrading/_uups_contract_upgradability.md (100%) rename content/{00.build/60.test-and-debug/40.hardhat.md => 00.zksync-era/10.guides/30.testing/10.testing-with-hardhat.md} (98%) rename content/{00.build/60.test-and-debug/50.foundry.md => 00.zksync-era/10.guides/30.testing/20.testing-with-foundry.md} (97%) create mode 100644 content/00.zksync-era/10.guides/30.testing/30.ci.md create mode 100644 content/00.zksync-era/10.guides/30.testing/_dir.yml create mode 100644 content/00.zksync-era/10.guides/_dir.yml rename content/{00.build/01.connect-to-zksync.md => 00.zksync-era/20.environment/00.index.md} (53%) create mode 100644 content/00.zksync-era/20.environment/10.l1-contracts.md create mode 100644 content/00.zksync-era/20.environment/20.l2-contracts.md create mode 100644 content/00.zksync-era/20.environment/_dir.yml create mode 100644 content/00.zksync-era/30.unique-features/10.account-abstraction.md create mode 100644 content/00.zksync-era/30.unique-features/20.paymaster.md rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/00.index.md (92%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/10.architecture.md (100%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/100.faqs.md (96%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/20.features.md (100%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/25.interfaces.md (100%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/30.transaction-flow.md (100%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/40.transaction-fees.md (100%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/5.getting-started.md (98%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/60.supported-environments.md (100%) rename content/{00.build => 00.zksync-era/30.unique-features}/30.zksync-sso/_dir.yml (100%) create mode 100644 content/00.zksync-era/30.unique-features/_dir.yml rename content/{00.build/60.test-and-debug => 00.zksync-era/40.tooling/10.local-setup}/00.index.md (91%) rename content/{00.build/60.test-and-debug/20.in-memory-node.md => 00.zksync-era/40.tooling/10.local-setup/10.in-memory-node.md} (98%) rename content/{00.build/60.test-and-debug/10.dockerized-l1-l2-nodes.md => 00.zksync-era/40.tooling/10.local-setup/20.dockerized-l1-l2-nodes.md} (98%) rename content/{00.build/60.test-and-debug => 00.zksync-era/40.tooling/10.local-setup}/30.continuous-integration.md (100%) create mode 100644 content/00.zksync-era/40.tooling/10.local-setup/_dir.yml create mode 100644 content/00.zksync-era/40.tooling/20.hardhat/00.index.md rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/10.installation.md (90%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/20.guides/10.getting-started.md (93%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/20.guides/20.migrating-to-zksync.md (94%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/20.guides/40.compiling-libraries.md (97%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/100.hardhat-zksync-ethers.md (98%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/120.hardhat-zksync-node.md (97%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/130.other-plugins.md (95%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/35.hardhat-zksync.md (70%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/40.hardhat-zksync-solc.md (96%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/50.hardhat-zksync-vyper.md (98%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/60.hardhat-zksync-deploy.md (98%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/70.hardhat-zksync-upgradable.md (99%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/80.hardhat-zksync-verify.md (100%) rename content/{00.build => 00.zksync-era}/40.tooling/20.hardhat/30.plugins/90.hardhat-zksync-verify-vyper.md (100%) create mode 100644 content/00.zksync-era/40.tooling/20.hardhat/_dir.yml rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/10.overview.md (94%) rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/15.installation.md (100%) rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/20.getting-started.md (99%) rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/40.migration-guide/05.overview.md (100%) rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/40.migration-guide/10.compilation.md (100%) rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/40.migration-guide/20.deployment.md (94%) rename content/{00.build => 00.zksync-era}/40.tooling/30.foundry/40.migration-guide/30.testing.md (100%) create mode 100644 content/00.zksync-era/40.tooling/30.foundry/_dir.yml rename content/{00.build/40.tooling/00.zksync-block-explorers.md => 00.zksync-era/40.tooling/40.block-explorers.md} (99%) create mode 100644 content/00.zksync-era/40.tooling/50.external-node.md rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/00.index.md (97%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/05.reading-transaction-data.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/10.wallet-actions.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/20.bridging.md (97%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/30.interact-with-contracts.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/35.creating-projects.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/40.running-a-node.md (97%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/50.configuring-chains.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/60.troubleshooting.md (89%) create mode 100644 content/00.zksync-era/40.tooling/90.zksync-cli/90.reference/00.index.md rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/05.zksync-cli-bridge.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/15.zksync-cli-config-chains.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/19.zksync-cli-contract.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/20.zksync-cli-create.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/25.zksync-cli-dev.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/40.zksync-cli-transaction.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/50.zksync-cli-wallet.md (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/90.reference/_dir.yml (100%) rename content/{00.build/20.zksync-cli => 00.zksync-era/40.tooling/90.zksync-cli}/_dir.yml (100%) rename content/{00.build => 00.zksync-era}/40.tooling/_dir.yml (100%) create mode 100644 content/00.zksync-era/50.sdk/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/02.installation.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/03.compatibility.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/04.guides/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/04.guides/01.features.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/04.guides/02.accounts-l1-l2.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/04.guides/03.front-end.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/04.guides/03.migration.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/04.guides/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/01.types.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/10.providers/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/10.providers/01.provider.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/10.providers/02.web3provider.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/10.providers/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/01.wallet.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/02.signer.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/03.l1signer.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/04.l2voidsigner.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/05. l1voidsigner.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/06.eip712signer.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/07.smartaccount.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/08.smartaccount-factories.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/20.accounts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/30.contract/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/30.contract/10.contract-factory.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/30.contract/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/40.abi/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/50.utilities/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/50.utilities/01.paymaster-utils.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/50.utilities/02.smart-account-utils.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/50.utilities/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/10.v5/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/01.types.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/10.providers/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/10.providers/01.provider.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/10.providers/02.browser-provider.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/10.providers/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/01.wallet.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/02.signer.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/03.l1signer.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/04.l2voidsigner.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/05.l1voidsigner.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/06.eip712signer.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/07.smartaccount.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/08.smartaccount-factories.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/20.accounts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/30.contract/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/30.contract/10.contract-factory.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/30.contract/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/40.abi/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/50.utilities/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/50.utilities/01.paymaster-utils.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/50.utilities/02.smart-account-utils.md create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/50.utilities/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/20.v6/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/05.api/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/00.ethers/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/00.index.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/01.getting-started.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/02.rpc.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/03.constants-types-utilities.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/04.wallet.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/05.custom-data.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/06.paymasters.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/07.contracts.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/08.smart-accounts.md create mode 100644 content/00.zksync-era/50.sdk/10.js/01.web3js/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/10.js/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/100.release-note.md create mode 100644 content/00.zksync-era/50.sdk/20.go/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/20.installation.md create mode 100644 content/00.zksync-era/50.sdk/20.go/30.guides/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/30.guides/01.features.md create mode 100644 content/00.zksync-era/50.sdk/20.go/30.guides/02.accounts-l1-l2.md create mode 100644 content/00.zksync-era/50.sdk/20.go/30.guides/03.migration-v0-v1.md create mode 100644 content/00.zksync-era/50.sdk/20.go/30.guides/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/10.clients/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/10.clients/01.client.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/10.clients/02.types.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/10.clients/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/01.signer.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/02.deployer.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/03.wallet.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/04.walletl1.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/05.walletl2.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/06.smartaccount.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/07.smartaccount-factories.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/08.smart-account-utils.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/09.types.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/20.accounts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/30.eip712/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/30.eip712/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/40.contracts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/40.contracts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/50.utilities/00.index.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/50.utilities/01.paymaster-utils.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/50.utilities/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/60.types.md create mode 100644 content/00.zksync-era/50.sdk/20.go/40.api/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/20.go/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/02.installation.md create mode 100644 content/00.zksync-era/50.sdk/30.python/30.guides/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/30.guides/01.features.md create mode 100644 content/00.zksync-era/50.sdk/30.python/30.guides/02.accounts-l1-l2.md create mode 100644 content/00.zksync-era/50.sdk/30.python/30.guides/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/10.providers/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/10.providers/01.provider.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/10.providers/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/01.wallet.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/02.ethsigner.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/03.smartaccount.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/04.smart-account-utils.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/05.smartaccount-factories.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/20.accounts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/30.contracts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/30.contracts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/40.utilities/00.index.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/40.utilities/01.paymaster-utils.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/40.utilities/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/50.types.md create mode 100644 content/00.zksync-era/50.sdk/30.python/40.api/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/30.python/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/02.installation.md create mode 100644 content/00.zksync-era/50.sdk/40.java/20.guides/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/20.guides/01.features.md create mode 100644 content/00.zksync-era/50.sdk/40.java/20.guides/02.accounts-l1-l2.md create mode 100644 content/00.zksync-era/50.sdk/40.java/20.guides/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/10.providers/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/10.providers/01.provider.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/10.providers/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/01.wallet.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/02.ethsigner.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/03.smartaccount.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/04.smart-account-utils.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/05.smartaccount-factories.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/20.accounts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/30.contract/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/30.contract/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/40.utilities/00.index.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/40.utilities/01.paymaster-utils.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/40.utilities/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/50.types.md create mode 100644 content/00.zksync-era/50.sdk/40.java/30.api/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/40.java/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/50.swift/00.index.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/20.installation.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/30.guides/00.getting-started.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/30.guides/01.features.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/30.guides/02.accounts-l1-l2.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/00.clients/00.index.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/00.clients/01.client.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/00.clients/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/00.index.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/01.accounts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/01.accounts/01.wallet.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/01.accounts/02.basedeployer.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/01.accounts/03.ethsigner.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/01.accounts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/02.contracts/00.index.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/02.contracts/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/03.utilities/00.index.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/03.utilities/01.paymaster-utils.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/03.utilities/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/04.types.md create mode 100644 content/00.zksync-era/50.sdk/50.swift/40.api/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/50.swift/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/60.rust/00.index.md create mode 100644 content/00.zksync-era/50.sdk/60.rust/10.contract-deployment-and-interaction.md create mode 100644 content/00.zksync-era/50.sdk/60.rust/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/70.faq.md create mode 100644 content/00.zksync-era/50.sdk/80.troubleshooting.md create mode 100644 content/00.zksync-era/50.sdk/90.glossary.md create mode 100644 content/00.zksync-era/50.sdk/_dir.yml create mode 100644 content/00.zksync-era/50.sdk/_partials/_support-cards.md rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/00.index.md (83%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/10.bridges.md (100%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/100.wallets.md (100%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/20.cross-chain.md (95%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/30.data-indexers.md (99%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/40.ide.md (100%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/50.monitoring.md (100%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/60.network-faucets.md (98%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/70.nft-marketplaces.md (98%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/80.oracles.md (100%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/90.node-providers.md (99%) rename content/{30.ecosystem => 00.zksync-era/60.ecosystem}/_dir.yml (100%) rename content/{00.build/95.resources/60.contribution-track.md => 00.zksync-era/70.contributing/00.code.md} (94%) rename content/{00.build/90.contributing-to-documentation => 00.zksync-era/70.contributing/10.documentation}/10.index.md (89%) rename content/{00.build/90.contributing-to-documentation => 00.zksync-era/70.contributing/10.documentation}/20.contribution-guidelines.md (99%) rename content/{00.build/90.contributing-to-documentation => 00.zksync-era/70.contributing/10.documentation}/30.documentation-styleguide.md (97%) create mode 100644 content/00.zksync-era/70.contributing/10.documentation/_dir.yml create mode 100644 content/00.zksync-era/70.contributing/_dir.yml rename content/{00.build/65.developer-reference/25.best-practices.md => 00.zksync-era/90.security-best-practices.md} (94%) create mode 100644 content/00.zksync-era/_dir.yml delete mode 100644 content/10.zk-stack/05.concepts/40.system-upgrades.md delete mode 100644 content/10.zk-stack/05.concepts/60.data-availability/10.recreate-l2-state-from-l1-state-diffs.md delete mode 100644 content/10.zk-stack/05.concepts/60.data-availability/20.validiums.md delete mode 100644 content/10.zk-stack/05.concepts/60.data-availability/_dir.yml delete mode 100644 content/10.zk-stack/05.concepts/_dir.yml delete mode 100644 content/10.zk-stack/10.components/10.index.md delete mode 100644 content/10.zk-stack/10.components/20.smart-contracts/10.index.md delete mode 100644 content/10.zk-stack/10.components/20.smart-contracts/20.system-contracts.md delete mode 100644 content/10.zk-stack/10.components/20.smart-contracts/_dir.yml delete mode 100644 content/10.zk-stack/10.components/40.sequencer-server.md delete mode 100644 content/10.zk-stack/10.components/50.zksync-evm/00.index.md delete mode 100644 content/10.zk-stack/10.components/50.zksync-evm/10.bootloader.md delete mode 100644 content/10.zk-stack/10.components/50.zksync-evm/20.precompiles.md delete mode 100644 content/10.zk-stack/10.components/50.zksync-evm/30.vm-specification/20.formal-spec.md delete mode 100644 content/10.zk-stack/10.components/50.zksync-evm/30.vm-specification/_dir.yml delete mode 100644 content/10.zk-stack/10.components/50.zksync-evm/_dir.yml delete mode 100644 content/10.zk-stack/10.components/60.prover/30.running-the-prover.md delete mode 100644 content/10.zk-stack/10.components/60.prover/40.circuits/120.sorting/_dir.yml delete mode 100644 content/10.zk-stack/10.components/60.prover/_dir.yml delete mode 100644 content/10.zk-stack/10.components/70.compiler/20.specification/60.instructions/21.extensions/00.index.md delete mode 100644 content/10.zk-stack/10.components/70.compiler/_dir.yml delete mode 100644 content/10.zk-stack/10.components/_dir.yml rename content/10.zk-stack/{05.concepts/50.zk-chains.md => 10.zk-chains.md} (90%) delete mode 100644 content/10.zk-stack/20.running-a-zk-chain/_dir.yml rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/10.quickstart.md (96%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/20.using-a-local-zk-chain.md (93%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/30.custom-base-tokens.md (99%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/40.proving.md (100%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/50.configurations.md (100%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/60.production.md (97%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/70.raas.md (100%) rename content/10.zk-stack/{20.running-a-zk-chain => 20.running}/80.validium.md (99%) create mode 100644 content/10.zk-stack/20.running/_dir.yml create mode 100644 content/10.zk-stack/30.components/00.index.md create mode 100644 content/10.zk-stack/30.components/10.server.md create mode 100644 content/10.zk-stack/30.components/20.prover.md rename content/10.zk-stack/{10.components/100.block-explorer.md => 30.components/30.block-explorer.md} (97%) rename content/10.zk-stack/{10.components/90.portal-wallet-bridge.md => 30.components/40.portal-wallet-bridge.md} (97%) rename content/10.zk-stack/{10.components/80.fee-withdrawer.md => 30.components/50.fee-withdrawer.md} (96%) create mode 100644 content/10.zk-stack/30.components/_dir.yml create mode 100644 content/10.zk-stack/40.extending/00.index.md create mode 100644 content/10.zk-stack/40.extending/10.node-framework.md rename content/10.zk-stack/{10.components/110.transaction-filtering.md => 40.extending/20.transaction-filtering.md} (100%) create mode 100644 content/10.zk-stack/40.extending/_dir.yml rename content/{00.build/65.developer-reference/12.addresses/80.zk-chain-addresses.md => 10.zk-stack/50.zk-chain-addresses.md} (96%) delete mode 100644 content/20.zksync-node/00.index.md delete mode 100644 content/20.zksync-node/05.quickstart.md delete mode 100644 content/20.zksync-node/10.component-breakdown.md delete mode 100644 content/20.zksync-node/20.configuration.md delete mode 100644 content/20.zksync-node/30.running-node.md delete mode 100644 content/20.zksync-node/40.api-overview.md delete mode 100644 content/20.zksync-node/50.observability.md delete mode 100644 content/20.zksync-node/60.troubleshooting.md delete mode 100644 content/20.zksync-node/_dir.yml create mode 100644 content/20.zksync-protocol/00.index.md rename content/{00.build/65.developer-reference/10.protocol.md => 20.zksync-protocol/00.rollup/00.index.md} (82%) rename content/{10.zk-stack/05.concepts/00.transaction-lifecycle.md => 20.zksync-protocol/00.rollup/10.transaction-lifecycle.md} (92%) rename content/{10.zk-stack/05.concepts/10.blocks.md => 20.zksync-protocol/00.rollup/20.blocks.md} (98%) rename content/{10.zk-stack/05.concepts/99.l1_l2_communication.md => 20.zksync-protocol/00.rollup/30.l1_l2_communication.md} (97%) rename content/{00.build/65.developer-reference/60.bridging-assets.md => 20.zksync-protocol/00.rollup/40.bridging-assets.md} (95%) rename content/{00.build/65.developer-reference/60.fee-model => 20.zksync-protocol/00.rollup/50.fee-model}/00.index.md (99%) rename content/{00.build/65.developer-reference/60.fee-model => 20.zksync-protocol/00.rollup/50.fee-model}/10.how-l2-gas-price-works.md (98%) rename content/{00.build/65.developer-reference/60.fee-model => 20.zksync-protocol/00.rollup/50.fee-model}/20.how-we-charge-for-pubdata.md (100%) rename content/{10.zk-stack/05.concepts/20.fee-mechanism.md => 20.zksync-protocol/00.rollup/50.fee-model/30.fee-structure.md} (98%) create mode 100644 content/20.zksync-protocol/00.rollup/50.fee-model/_dir.yml rename content/{10.zk-stack/05.concepts/30.finality.md => 20.zksync-protocol/00.rollup/60.finality.md} (100%) rename content/{10.zk-stack/05.concepts/60.data-availability/00.index.md => 20.zksync-protocol/00.rollup/70.data-availability.md} (99%) rename content/{00.build/65.developer-reference/70.handling-pubdata-in-boojum/00.index.md => 20.zksync-protocol/00.rollup/80.pubdata-compression.md} (98%) create mode 100644 content/20.zksync-protocol/00.rollup/_dir.yml rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/00.index.md (67%) rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/10.conventions.md (99%) rename content/{00.build/70.api-reference/35.ethereum-rpc.md => 20.zksync-protocol/10.api/20.ethereum-rpc.md} (98%) rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/30.debug-rpc.md (95%) rename content/{00.build/70.api-reference/20.zks-rpc.md => 20.zksync-protocol/10.api/40.zks-rpc.md} (99%) rename content/{00.build/70.api-reference/40.pub-sub-rpc.md => 20.zksync-protocol/10.api/50.pub-sub-rpc.md} (100%) create mode 100644 content/20.zksync-protocol/10.api/_dir.yml rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/_partials/_call-request-params.md (87%) rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/_partials/_filter-object.md (100%) rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/_partials/_quantity-tag.md (73%) rename content/{00.build/70.api-reference => 20.zksync-protocol/10.api}/_partials/_trace-object.md (100%) rename content/{00.build/95.resources/30.glossary.md => 20.zksync-protocol/100.glossary.md} (100%) create mode 100644 content/20.zksync-protocol/20.contracts/00.index.md rename content/{00.build/65.developer-reference/50.era-contracts/10.l1-contracts.md => 20.zksync-protocol/20.contracts/10.l1-contracts/00.index.md} (91%) rename content/{00.build/65.developer-reference/50.era-contracts/25.l1-ecosystem-contracts.md => 20.zksync-protocol/20.contracts/10.l1-contracts/10.l1-ecosystem-contracts.md} (98%) rename content/{10.zk-stack/10.components/30.shared-bridges.md => 20.zksync-protocol/20.contracts/10.l1-contracts/20.shared-bridges.md} (99%) create mode 100644 content/20.zksync-protocol/20.contracts/10.l1-contracts/_dir.yml create mode 100644 content/20.zksync-protocol/20.contracts/20.bootloader.md rename content/{00.build/65.developer-reference/50.era-contracts/20.system-contracts.md => 20.zksync-protocol/20.contracts/30.system-contracts.md} (89%) rename content/{00.build/65.developer-reference/50.era-contracts => 20.zksync-protocol/20.contracts}/40.handling-l1-l2-ops.md (97%) rename content/{00.build/65.developer-reference/50.era-contracts => 20.zksync-protocol/20.contracts}/50.handling-pubdata.md (99%) rename content/{00.build/65.developer-reference/50.era-contracts/30.pubdata-post-4844.md => 20.zksync-protocol/20.contracts/60.pubdata-post-4844.md} (99%) create mode 100644 content/20.zksync-protocol/20.contracts/_dir.yml rename content/{10.zk-stack/10.components/50.zksync-evm/30.vm-specification/10.index.md => 20.zksync-protocol/30.vm/00.index.md} (96%) create mode 100644 content/20.zksync-protocol/30.vm/10.formal-spec.md create mode 100644 content/20.zksync-protocol/30.vm/_dir.yml rename content/{10.zk-stack/10.components/60.prover/10.index.md => 20.zksync-protocol/40.circuits/00.index.md} (100%) rename content/{10.zk-stack/10.components/60.prover/20.zk-terminology.md => 20.zksync-protocol/40.circuits/10.zk-terminology.md} (99%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/10.index.md (69%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/100.sha256-round-function.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/110.storage-application.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/120.sorting/10.index.md (85%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/120.sorting/20.sort-decommitments.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/120.sorting/30.storage-sorter.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/120.sorting/40.log-sorter.md (100%) create mode 100644 content/20.zksync-protocol/40.circuits/20.circuits/120.sorting/_dir.yml rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/15.circuit-testing.md (99%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/20.code-decommitter.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/30.demux-log-queue.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/40.ecrecover.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/50.keccak-round-function.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/60.l1-messages-hasher.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/70.log-sorter.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/80.main-vm.md (100%) rename content/{10.zk-stack/10.components/60.prover/40.circuits => 20.zksync-protocol/40.circuits/20.circuits}/90.ram-permutation.md (100%) create mode 100644 content/20.zksync-protocol/40.circuits/20.circuits/_dir.yml rename content/{10.zk-stack/10.components/60.prover/50.boojum-gadgets.md => 20.zksync-protocol/40.circuits/30.boojum-gadgets.md} (99%) rename content/{10.zk-stack/10.components/60.prover/60.boojum-function-check-if-satisfied.md => 20.zksync-protocol/40.circuits/40.boojum-function-check-if-satisfied.md} (99%) rename content/{10.zk-stack/10.components/60.prover => 20.zksync-protocol}/40.circuits/_dir.yml (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/10.toolchain/10.index.md (86%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/10.toolchain/20.solidity.md (93%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/10.toolchain/30.vyper.md (93%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/10.toolchain/40.llvm.md (98%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/10.index.md (95%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/20.code-separation.md (99%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/30.system-contracts.md (84%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/40.exception-handling.md (99%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/50.evmla-translator.md (99%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/10.index.md (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/20.evm/10.index.md (100%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/memory.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/100.memory.md} (100%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/return.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/110.return.md} (95%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/sha3.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/120.sha3.md} (100%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/stack.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/130.stack.md} (68%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/arithmetic.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/20.arithmetic.md} (100%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/bitwise.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/30.bitwise.md} (100%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/block.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/40.block.md} (82%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/call.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/50.call.md} (89%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/create.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/60.create.md} (81%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/environment.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/70.environment.md} (93%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/logging.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/80.logging.md} (95%) rename content/{10.zk-stack/10.components/70.compiler/20.specification/60.instructions/20.evm/logical.md => 20.zksync-protocol/50.compiler/20.specification/60.instructions/20.evm/90.logical.md} (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/20.evm/_dir.yml (100%) create mode 100644 content/20.zksync-protocol/50.compiler/20.specification/60.instructions/21.extensions/00.index.md rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/21.extensions/10.call.md (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/21.extensions/20.verbatim.md (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/21.extensions/_dir.yml (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/30.evmla.md (78%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/40.yul.md (81%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/60.instructions/_dir.yml (100%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/70.binary-layout.md (99%) rename content/{10.zk-stack/10.components/70.compiler => 20.zksync-protocol/50.compiler}/20.specification/_dir.yml (100%) create mode 100644 content/20.zksync-protocol/50.compiler/_dir.yml rename content/{00.build/95.resources/50.audit-bug-bounty.md => 20.zksync-protocol/60.security/10.audits.md} (59%) create mode 100644 content/20.zksync-protocol/60.security/20.bug-bounty.md rename content/{00.build/95.resources/80.withdrawal-delay.md => 20.zksync-protocol/60.security/30.withdrawal-delay.md} (100%) create mode 100644 content/20.zksync-protocol/60.security/_dir.yml rename content/{00.build/65.developer-reference/30.ethereum-differences => 20.zksync-protocol/70.differences}/10.evm-instructions.md (99%) rename content/{00.build/65.developer-reference/30.ethereum-differences => 20.zksync-protocol/70.differences}/20.nonces.md (100%) rename content/{00.build/65.developer-reference/30.ethereum-differences => 20.zksync-protocol/70.differences}/30.libraries.md (88%) rename content/{00.build/65.developer-reference/30.ethereum-differences => 20.zksync-protocol/70.differences}/40.pre-compiles.md (100%) rename content/{00.build/65.developer-reference/30.ethereum-differences => 20.zksync-protocol/70.differences}/50.native-vs-eip4337.md (100%) rename content/{00.build/65.developer-reference/30.ethereum-differences => 20.zksync-protocol/70.differences}/60.contract-deployment.md (89%) create mode 100644 content/20.zksync-protocol/70.differences/_dir.yml rename content/{10.zk-stack/05.concepts/99.account-abstraction.md => 20.zksync-protocol/80.account-abstraction/00.index.md} (57%) rename content/{00.build/65.developer-reference/40.account-abstraction => 20.zksync-protocol/80.account-abstraction}/20.design.md (96%) rename content/{00.build/65.developer-reference/40.account-abstraction => 20.zksync-protocol/80.account-abstraction}/30.paymasters.md (100%) rename content/{00.build/65.developer-reference/40.account-abstraction => 20.zksync-protocol/80.account-abstraction}/40.building-smart-accounts.md (95%) rename content/{00.build/65.developer-reference/40.account-abstraction => 20.zksync-protocol/80.account-abstraction}/50.signature-validation.md (94%) rename content/{00.build/65.developer-reference/40.account-abstraction => 20.zksync-protocol/80.account-abstraction}/60.extending-4337.md (100%) rename content/{00.build/65.developer-reference/40.account-abstraction => 20.zksync-protocol/80.account-abstraction}/_dir.yml (100%) rename content/{00.build/95.resources/40.upgrades-and-migrations.md => 20.zksync-protocol/90.upgrades-and-migrations/00.index.md} (98%) create mode 100644 content/20.zksync-protocol/90.upgrades-and-migrations/_dir.yml create mode 100644 content/20.zksync-protocol/_dir.yml delete mode 100644 content/_partials/_mainnet-network-details.md delete mode 100644 content/_partials/_testnet-network-details.md create mode 100644 header-links.ts rename layouts/{build-section.vue => zksync-era-section.vue} (92%) rename layouts/{zksync-node-section.vue => zksync-protocol-section.vue} (91%) rename pages/{build => zksync-era}/[...slug].vue (75%) delete mode 100644 pages/zksync-node/[...slug].vue rename pages/{ecosystem => zksync-protocol}/[...slug].vue (73%) create mode 100644 public/images/chainsafe.png create mode 100644 public/images/zksync_era-sdk.png create mode 100644 redirects.ts diff --git a/app.vue b/app.vue index 73825eea..b3a5b82f 100644 --- a/app.vue +++ b/app.vue @@ -1,4 +1,6 @@