Getting Started
Choose the deployment style, install and prepare the SDK for use.
This section guides you through selecting a deployment style, followed by SDK setup.
Note: For both Testnet and Mainnet deployments, the appchain infrastructure is deployed on AWS. Prerequisites and setup details for AWS are provided in the respective deployment sections. Support for additional cloud providers will be introduced in future releases.
Hardware requirements & Software Requirements
Please verify that your system meets these hardware requirements prior to starting the SDK setup.
Minimum
2 vCPU
4
20
Recommended
4 vCPU
8
50
Deployment Style
We offer three flexible deployment styles to support a range of developer environments. Choose the one that best fits your needs:
1. Local Machine Deployment (macOS and Linux)
In this approach, the SDK is installed and run directly on your local machine to deploy an appchain.
Supports both Devnet and Testnet deployments. (Note : Testnet infra will be deployed in AWS)
To use this method, follow the SDK setup instructions in your local machine.
2. EC2-Based Deployment (Preferred Choice)
This method allows you to deploy the appchain from an AWS EC2 instance.
Once your EC2 instance is ready and accessible, continue with the SDK setup and deployment process.
3. Docker-Based Deployment
This approach uses a Docker container to deploy the chain.
Currently supports Testnet deployments only.
Useful for isolated or containerized environments.
Once your Docker environment is ready, proceed with the SDK setup and deployment steps.
SDK Setup
Follow these step-by-step instructions to set up the SDK:
Source the shell config
MacOS
Linux
Verify the installation
This completes the SDKv1 setup on your instance. You can now proceed to the Rollup Stack section to explore the available stacks and their respective deployment options.
Last updated