Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offchainlabs/arbitrum-orbit-deployment-ui
Introducing the L3 Orbit Chain Deployment Interface, a user-friendly tool to effortlessly deploy your own Layer 3 Orbit Chain. This repository streamlines the setup process, allowing developers to focus on their decentralized applications.
https://github.com/offchainlabs/arbitrum-orbit-deployment-ui
Last synced: 7 days ago
JSON representation
Introducing the L3 Orbit Chain Deployment Interface, a user-friendly tool to effortlessly deploy your own Layer 3 Orbit Chain. This repository streamlines the setup process, allowing developers to focus on their decentralized applications.
- Host: GitHub
- URL: https://github.com/offchainlabs/arbitrum-orbit-deployment-ui
- Owner: OffchainLabs
- Created: 2023-05-08T16:13:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:00:06.000Z (24 days ago)
- Last Synced: 2024-10-26T00:30:04.227Z (23 days ago)
- Language: TypeScript
- Homepage: https://orbit.arbitrum.io/deployment
- Size: 6.28 MB
- Stars: 20
- Watchers: 19
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orbit-deployment-ui
Introducing the Orbit Chain Deployment Interface, a user-friendly tool to effortlessly deploy your own Orbit chain. This repository streamlines the setup process, allowing developers to focus on their decentralized applications.## Getting Started
This tool utilized Next.JS framework. To run this tool, first start the development server:```bash
npm run dev
# or
yarn dev```
Also you can first build the project and then start it:
```bash
yarn build
# then
yarn start```
Now open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deployment Procedure
1. Navigate to the main page where you will find four selectable options. Click on the Parameters tab.
2. On the Parameters page, you have the ability to specify your desired Configuration Parameters. Once you have adjusted these to your satisfaction, confirm by sending the transaction.
3. Upon successful deployment, you are presented with two choices: either set a batch poster or define validators.
4. If you select the Batch Poster option, you will be directed to a new page. Here, you can add the desired address as a new batch poster by signing the transaction and then sending it.
5. If you choose to Set Validators, you will be led to another page where you can determine the number of validators you wish to add or remove. In the generated box, enter the corresponding addresses. Checking the checkbox next to each address signals your intent to add that particular address to the validator.