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.
This tool utilized Next.JS framework. To run this tool, first start the development server:
npm run dev
# or
yarn dev
Also you can first build the project and then start it:
yarn build
# then
yarn start
Now open http://localhost:3000 with your browser to see the result.
- Navigate to the main page where you will find four selectable options. Click on the Parameters tab.
- 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.
- Upon successful deployment, you are presented with two choices: either set a batch poster or define validators.
- 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.
- 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.