You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Scroll SDK is experimental software and although ready for testnets, is not yet fully configured for production usage.
7
-
8
5
## Introduction
9
6
10
7
Scroll SDK allows anyone to quickly deploy an instance of the Scroll zkEVM and its rollup architecture for deploying an L2 on Ethereum.
11
8
12
-
For more information, please see the [Scroll SDK Documentation](https://docs.scroll.io/en/sdk/).
9
+
For more information, please see the [Scroll SDK Documentation](https://docs.scroll.io/en/sdk/) or our [launch announcement](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future).
13
10
14
11
## Repo
15
12
This repo contains:
16
-
-`ansible/playbooks`: Code for deploying provers on new machines(experimental)
13
+
-`ansible/playbooks`: Code for deploying provers on new machines(experimental)
17
14
-`charts/`: Helm charts used in deplying a Scroll SDK based chain using Kubernetes
18
15
-`custom-images/`: Docker images used for running a local devnet and as building base images
19
16
-`devnet/`: A quick start, basic configuration for setting up a local devnet
@@ -25,10 +22,25 @@ Additional SDK tooling is available in our [scroll-sdk-cli](https://www.github.c
25
22
26
23
To get started using the repo, checkout our guides on running [a local devnet deployment](https://docs.scroll.io/en/sdk/guides/devnet-deployment/), [an alt-gas token testnet on Digital Ocean](https://docs.scroll.io/en/sdk/guides/digital-ocean-alt-gas-token/), an [AWS deployment](https://docs.scroll.io/en/sdk/guides/aws-deployment/), or see our [production deployment](https://docs.scroll.io/en/sdk/guides/production-deployment/) page.
27
24
25
+
## Third-Party Scroll SDK Charts
26
+
27
+
> [!NOTE]
28
+
> The following charts are developed and maintained by third parties. Please use with caution.
The SDK is currently under heavy development, so if you wish to contribute, we recommend reaching out and coordinating closely with the Scroll team.
31
41
42
+
If you want to make custom modifications to any service, you can follow our guide on [Customizing SDK Components](https://docs.scroll.io/en/sdk/guides/customizing-sdk-components/).
43
+
32
44
## License
33
45
34
46
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.
0 commit comments