Skip to content

Commit c9c53fa

Browse files
authored
Merge pull request #389 from scroll-tech/develop
Update - SDK Launch #3
2 parents 8d226f3 + f9bff13 commit c9c53fa

File tree

4 files changed

+9
-49
lines changed

4 files changed

+9
-49
lines changed

src/config/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,10 @@ export const getSidebar = () => {
377377
title: t("sidebar.sdk.proofGeneration"),
378378
url: formatUrl("sdk/technical-stack/proof-generation"),
379379
},
380-
{
381-
title: t("sidebar.sdk.integrations"),
382-
url: formatUrl("sdk/technical-stack/integrations"),
383-
},
380+
// {
381+
// title: t("sidebar.sdk.integrations"),
382+
// url: formatUrl("sdk/technical-stack/integrations"),
383+
// },
384384
],
385385
},
386386
{

src/content/docs/en/sdk/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import Aside from "../../../../components/Aside.astro"
1717

1818
Scroll SDK allows anyone to quickly deploy an instance of the Scroll zkEVM and its rollup architecture for deploying an L2 on Ethereum.
1919

20+
For an introduction on why, and how it fits into our broader multichain vision, read [Scroll SDK & Gadgets: Building the Foundation for Ethereum's Multichain Future](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future).
21+
2022
We're working with a number of clients, technology parters, and service providers to build the most robust ZK stack for Ethereum.
2123

2224
If you want to dive deeper and try launching your own L2, keep reading and check out the additional resources.

src/content/docs/en/sdk/sdk-faq.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@ In the default testnet configuration, the contracts deployed to L1 allow the `ro
2626

2727
The rollup-node is configured to submit these after a "timeout" period if the service does not receive a valid proof. This mode doesn't require a literal "mock prover" service — if fact, even the `coordinator`, the service which typically assigns works to provers and verifies proofs before storing them for the rollup-node, is not required to run.
2828

29-
The suggested testnet timeout for this finalization is 3600 seconds, to approximate mainnet finalization latency. To alter this behavior in Scroll SDK, set the following variables in `config.toml`:
30-
31-
```toml
32-
[rollup]
33-
TEST_ENV_MOCK_FINALIZE_ENABLED = true
34-
TEST_ENV_MOCK_FINALIZE_TIMEOUT_SEC = 3600
35-
```
36-
37-
These values affect the version of the contracts deployed and the config values for the `rollup-node` service.
38-
39-
{/* TODO: The technical components above should be moved into the operating guide docs for provers, and we just answer the question above and link to specifics there. */}
29+
The suggested testnet timeout for this finalization is 3600 seconds, to approximate mainnet's finalization latency. To alter this behavior in Scroll SDK or learn more, see [Mock Finalization](/en/sdk/technical-stack/proof-generation#mock-finalization).
4030

4131
### Is Kubernetes a requirement? Do you support docker-compose, ansible, etc?
4232

src/content/docs/en/sdk/technical-stack/integrations.mdx

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,6 @@ excerpt: "An look at those building with Scroll SDK"
88

99
import Aside from "../../../../../components/Aside.astro"
1010

11-
Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK. This article should help you understand additional tools and services available to chain operators.
11+
Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK.
1212

13-
{/* TODO: Check list and add links */}
14-
## Rollup-As-A-Service Providers
15-
16-
- AltLayer
17-
{/* - Gateway.fm */}
18-
- Unifra
19-
{/* - Caldera */}
20-
21-
## Prover Partners
22-
23-
A number of companies are providing proof generation services for Scroll SDK. For more information on how to use prover services, see the [Proof Generation](/en/sdk/technical-stack/proof-generation) article.
24-
25-
- Sindri
26-
- Snarkify
27-
{/* - Gevulot */}
28-
{/* - Cystic */}
29-
30-
## Block Explorers
31-
32-
- Blockscout
33-
{/* - L2Scan */}
34-
{/* - Dora */}
35-
{/* - Socialscan */}
36-
37-
## Indexers
38-
39-
- Goldsky
40-
- SimpleHash
41-
- Hemera
42-
43-
## Data Dashboards
44-
45-
- SimpleHash
13+
We'll continue to expand this list as we onboard more partners, but the best place to see our launch collaborators is on the [Scroll SDK Launch Announcement](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future).

0 commit comments

Comments
 (0)