Deploy
Overview
The Deploy page of the Fractal Web Portal is a streamlined, user-friendly interface designed to guide users through the process of configuring and deploying rollups on the Fractal network. This section of the documentation will walk you through each step of the deployment process, ensuring you have all the information needed to successfully launch your rollup. Rollups deployed on testnet will be automatically destroyed after 2 hours. A user can only have 1 rollup deployed at any time.
Deployment Instructions

Rollups can be deployed in 3 easy steps:
Navigate to the deploy page using the navigation bar on the left hand side of the portal.
Populate the rollup configuration properties following the criteria below.
Press the confirm button.
Deployment Configuration Properties
Name
Only contain lowers case letters and hypens. Less than 63 characters.
Chain Id
Any positive integer.
Token Name
Only contain letters.
Token Symbol
Between 1 and 6 upper case letters.
Account Address
Must be a valid Ethereum address.
Account Balance
Must be a positive integer less than 1208925.
Last updated