Skip to content

Commit

Permalink
WhatsNext + Excerpts additions on currently populated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stateofkate0 committed Aug 8, 2023
1 parent 5cdea5f commit 6a51f3e
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"gettingStarted": {
"gettingStarted": "Getting Started",
"overview": "Overview",
"scrollSepoliaTestnet": "Scroll Seplolia Testnet",
"scrollSepoliaTestnet": "Scroll Sepolia Testnet",
"userGuide": "User Guide",
"setup": "Setup",
"faucet": "Faucet",
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/en/developers/developer-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Developer Quickstart"
lang: "en"
permalink: "developers/developer-quickstart"
excerpt: "Scroll Developer Quickstart helps you acquire testnet Ether, configure your network, and access all of your favorite tooling"
whatsnext: { "Verify Your Smart Contracts": "/developers/verifying-smart-contracts" }
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Ethereum & Scroll Differences"
lang: "en"
permalink: "developers/ethereum-and-scroll-differences"
whatsnext: { "L1 & L2 Bridging": "/developers/l1-and-l2-bridging/" }
excerpt: "There are a number of technical details that differ between Ethereum mainnet's EVM and Scroll's modified design for a zkEVM. Below you can see those differences as they exist now."
---

Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/en/developers/l1-and-l2-bridging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ date: Last Modified
title: "L1 and L2 Bridging"
lang: "en"
permalink: "TODO"
excerpt: "TODO"
whatsnext: { "ETH & ERC20 Token Bridge": "/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge/" }
excerpt: "An overview of Scroll's Bridging architecture"
---

import ClickToZoom from "../../../../components/ClickToZoom.astro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "ERC1155 Token Bridge"
lang: "en"
permalink: "developers/l1-and-l2-bridging/erc1155-token-bridge"
whatsnext: { "The Scroll Messenger": "/developers/l1-and-l2-bridging/the-scroll-messenger/" }
excerpt: "ERC1155 bridging from L1 to L2 is done via the L1ERC1155Gateway."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: "ERC721 NFT Bridge"
lang: "en"
permalink: "developers/l1-and-l2-bridging/erc721-nft-bridge"
excerpt: "NFT bridging from L1 to L2 is done via the L1ERC721Gateway contract instead of using a router."
whatsnext: { "ERC1155 Token Bridge": "/developers/l1-and-l2-bridging/erc721-nft-bridge/" }
---

import Aside from "../../../../../components/Aside.astro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "The Scroll Messenger"
lang: "en"
permalink: "developers/l1-and-l2-bridging/the-scroll-messenger"
whatsnext: { "Transaction Fees on Scroll": "/developers/transaction-fees-on-scroll/" }
excerpt: "The Scroll Messenger documentation for arbitrary message passing between L1 and L2."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Transaction Fees on Scroll"
lang: "en"
permalink: "developers/transaction-fees-on-scroll"
whatsnext: { "Developer Quickstart": "/developers/developer-quickstart" }
# excerpt: ""
excerpt: "Understand how L1 and L2 transaction fees work on Scroll "
---

import Aside from "../../../../components/Aside.astro"
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/en/developers/verifying-smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ date: Last Modified
title: "Verifying Smart Contracts"
lang: "en"
permalink: "developers/verifying-smart-contracts"
whatsnext: { "Scroll Contracts": "/scroll-contracts/" }
excerpt: "Easily verify your smart contracts with Scroll-supported developer tooling or the Blockscout Web API"
---

import Aside from "../../../../components/Aside.astro"
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Scroll Overview"
lang: "en"
permalink: "docs/conceptual-overview/"
excerpt: "ZK Rollups and Scroll"
whatsnext: { "Next Up Page 1": "/", "Second Next Up Page": "/" }
whatsnext: { "User Guide": "/user-guide/", "Building on Scroll": "/developers/" }
---

#### Welcome to the Scroll docs!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: Last Modified
title: "Additional ZK Learning Resources"
lang: "en"
permalink: "learn/zero-knowledge/additional-zk-learning-resources"
# excerpt: ""
excerpt: "Looking to dive deeper into ZK? Here are some of our favorite resources."
---

Looking to dive deeper into ZK? Here are some of our favorite resources.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Introduction to Zero Knowledge"
lang: "en"
permalink: "learn/zero-knowledge/introduction-to-zero-knowledge"
# whatsnext: { "Polynomial Commitment Schemes": "/learn/zero-knowledge/polynomial-commitment-schemes" }
# excerpt: ""
# excerpt: "Learn about what makes the field of zero-knowledge proofs so exciting and what problems it helps engineers solve"
---

import Aside from "../../../../../components/Aside.astro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ date: Last Modified
title: "KZG Commitment Scheme"
lang: "en"
permalink: "learn/zero-knowledge/kzg-commitment-scheme"
# excerpt: ""
# whatsnext: { "zkEVM Overview": "/technology/zkevm-overview" }
excerpt: "KZG is used Ethereum’s Proto-Danksharding, and is also used in Scroll’s proof system. This article will give an overview of the KZG commitment scheme."
whatsnext: { "Additional Resources": "/learn/zero-knowledge/additional-zk-learning-resources" }
---

One of the most widely used polynomial commitment schemes is the KZG commitment scheme. The scheme was originally [published](https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf) in 2010 by Kate, Zaverucha, and Goldberg.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ date: Last Modified
title: "Polynomial Commitment Schemes"
lang: "en"
permalink: "learn/zero-knowledge/polynomial-commitment-schemes"
# excerpt: ""
# whatsnext: { "zkEVM Overview": "/technology/zkevm-overview" }
excerpt: "Polynomial commitment schemes are a core building block of zero-knowledge proof system"
whatsnext: { "KZG Commitment Scheme": "/learn/zero-knowledge/kzg-commitment-scheme" }
---

Polynomial commitment schemes are a core building block of zero-knowledge proof systems (as well as other cryptographic protocols).
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/en/technology/sequencer/zktrie.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "zkTrie"
lang: "en"
permalink: "technology/sequencer/zktrie"
whatsnext: { "Sync Service": "/technology/sequencer/sync-service/" }
excerpt: "zkTrie is a sparse binary Merkle Patricia Trie built using Poseidon hash."
---

Expand Down
1 change: 1 addition & 0 deletions src/content/docs/en/technology/zkevm/zkevm-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: "zkEVM Overview"
lang: "en"
permalink: "technology/zkevm-overview"
excerpt: "In order to understand how to build a zkEVM, which proves the execution of the EVM, we need to first look at the EVM itself."
whatsnext: { "Bridge Overview": "/technology/bridge/bridge-overview" }
---

import ClickToZoom from "../../../../../components/ClickToZoom.astro"
Expand Down

0 comments on commit 6a51f3e

Please sign in to comment.