Skip to content

Latest commit

 

History

History
 
 

README.md

Evolve CLI

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

Install

NOTE: Requires Go version >= 1.19.

To install evolve, simply run the following command at the root of the evolve repo

make install

The latest Evolve is now installed. You can verify the installation by running:

evolve version

Reinstall

If you have Evolve installed, and you make updates that you want to test, simply run:

make install