saya-beliteh
v1.1.0
Published
CLI tool to set up Drosera Network operator on a VPS
Downloads
5
Readme
Drosera Node Setup CLI
A simple CLI tool to automate the setup of Drosera Network operator on a VPS.
Installation
You can install this package globally via npm:
npm install -g drosera-node-setupAlternatively, you can use it without installing globally using npx:
npx drosera-node-setupUsage
Run the following command to start the setup process:
drosera-node-setupThis will generate the required configuration files for your Drosera Node setup in the current directory.
Configuration
After the setup is complete, you will need to:
- Edit the
.env.examplefile and provide the correct values for your Ethereum wallet and other configurations. - Run the
setup.shscript to configure your Drosera node.
Files Generated
.env.example- Environment variables for your Drosera node.docker-compose.yaml- Docker configuration for running the node.drosera.service- SystemD service file for running the Drosera node.scripts/setup.sh- Automated setup script for the Drosera node.
Dependencies
This CLI tool requires the following dependencies:
License
MIT
