Warning
Scroll SDK is experimental software and although ready for testnets, is not yet fully configured for production usage.
Scroll SDK allows anyone to quickly deploy an instance of the Scroll zkEVM and its rollup architecture for deploying an L2 on Ethereum.
For more information, please see this Early Access Preview Documentation.
This repo contains:
charts/
: Helm charts for creating a Scroll SDK based chain using Kubernetesansible/playbooks
: Code for deploying provers on new machines(experimental)custom-images/
: Docker images used for devnet and as base imagesdevnet/
: A basic configuration for setting up a local devnetexamples/
: Template files for use in your SDK project and helper scripts
Additional SDK tooling is available in our scroll-sdk-cli repo. This can also be installed locally by running npm i -g scroll-sdk-cli
with node >= 18. More documentation for its usage is here.
To get started using the repo, checkout our guides on running a local devnet deployment, an alt-gas token testnet on Digital Ocean, or see our production deployment page.
The SDK is currently under heavy development, so if you wish to contribute, we recommend reaching out and coordinating closely with the Scroll team.