Skip to content

Commit

Permalink
SDK: additional fixes, remove integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Oct 31, 2024
1 parent e9e4ea6 commit a508e97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
8 changes: 4 additions & 4 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ export const getSidebar = () => {
title: t("sidebar.sdk.proofGeneration"),
url: formatUrl("sdk/technical-stack/proof-generation"),
},
{
title: t("sidebar.sdk.integrations"),
url: formatUrl("sdk/technical-stack/integrations"),
},
// {
// title: t("sidebar.sdk.integrations"),
// url: formatUrl("sdk/technical-stack/integrations"),
// },
],
},
{
Expand Down
39 changes: 1 addition & 38 deletions src/content/docs/en/sdk/technical-stack/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,4 @@ import Aside from "../../../../../components/Aside.astro"

Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK.

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

{/* TODO: Check list and add links */}
{/* ## Rollup-As-A-Service Providers
- AltLayer
- Gateway.fm
- Zeeve
- Unifra
## Prover Partners
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.
- Sindri
- Snarkify
- Soon:
- Gevulot
- Cystic
## Block Explorers
- Blockscout
- Dora
{/* - L2Scan */}
{/* - Socialscan */}

## Indexers

- Goldsky
- SimpleHash
- Hemera

## Data Dashboards

- SimpleHash

## S */}
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 comments on commit a508e97

Please sign in to comment.