A cli tool that allows you to run different kinds of nodes for a evolve network while also helping you generate the required configuration files
NOTE: Requires Go version >= 1.19.
To install evolve, simply run the following command at the root of the evolve repo
make installThe latest Evolve is now installed. You can verify the installation by running:
evolve versionIf you have Evolve installed, and you make updates that you want to test, simply run:
make install