Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the localhost script to also run a operator #22

Merged

Conversation

marc-aurele-besner
Copy link
Member

Improve the localhost script to also run a operator

Now there is 3 bash scripts and 1 js script that act as the main entrypoint

node scripts/run-dev.js will:

  • Download the latest version of the node and farmer for your OS and architecture (scripts/download.sh);
  • Start the node, create and insert the keystore in the node (scripts/run-node.sh);
  • Start the farmer (scripts/run-farmer.sh);
  • Register the node as operator, wait and kill the node and farmer (inside scripts/run-dev.js);
  • Start the node as an operator (scripts/run-operator.sh);
  • Restart the farmer (scripts/run-farmer.sh).

@marc-aurele-besner marc-aurele-besner linked an issue Jun 10, 2024 that may be closed by this pull request
1 task
jfrank-summit
jfrank-summit previously approved these changes Jun 11, 2024
scripts/run-farmer.sh Outdated Show resolved Hide resolved
Co-authored-by: Abhijit Roy <dalvath3700@gmail.com>
@marc-aurele-besner marc-aurele-besner merged commit cc4ce35 into main Jun 11, 2024
3 checks passed
@marc-aurele-besner marc-aurele-besner deleted the 19-improve-the-localhost-script-to-also-run-a-operator branch June 11, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the localhost script to also run a operator
3 participants