Initial Setup

Binary File

In order for you to interact with the ReapChain main network, you will need to have an executable binary file. Currently, this file can be downloaded here:

executable binary: reapchain__Linux_x86_64.tar.gz, reapchain__Darwin_amd64.tar.gz

Once downloaded, check the integrity of the binary file:

Your output must match the one shown below:

If you want to compile your own binary package, please visit the Developers Guide section.

You can uncompress the binary file with this command:

Once downloaded and uncompressed, please execute the following command to make the binary file executable

Last updated