You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Just a simple shell script that people can easily read and use as the basis of more complex tools.
But also enough to get started quickly if you don't want to do more.
It can use docker images, and the scripts should accept env variables to set all URLs (to easily reconfigure for other testnets). This can be based on Ubuntu 18.04/20.04 or Debian 10 (buster) - pick one.
The following scripts are envisioned:
Setup node
Install docker if not installed
corald init
download genesis file from github repo
configure seed nodes or persistent peers in config.toml (maybe just README to show how, not script)
Just a simple shell script that people can easily read and use as the basis of more complex tools.
But also enough to get started quickly if you don't want to do more.
It can use docker images, and the scripts should accept env variables to set all URLs (to easily reconfigure for other testnets). This can be based on Ubuntu 18.04/20.04 or Debian 10 (buster) - pick one.
The following scripts are envisioned:
corald init
The text was updated successfully, but these errors were encountered: