Install qwoynd
The qwoynd binary serves as both the node client and the application client. In other words, you can use the qwoynd binary to run a node and interact with it.
To install the qwoynd binary, please build and install the binary from source.
*For basic users, we recommend installing qwoynd using the pre-built package for convenience. This method does not require additional dependencies like Git, Make, and Go.
Building from source
The following installation instructions are for installing the regen
binary.
In order to build the regen
binary from source, you'll need the following:
Go opens in new window
>=1.19
The regen binary is installed in $(go env GOPATH)/bin
. Make sure $(go env GOPATH)/bin
is in your PATH if not already there (e.g. export PATH=$(go env GOPATH)/bin:$PATH
).
Installation
Clone the QWOYN repository:
git clone https://github.com/cosmic-horizon/QWOYN
Change to the QWOYN directory:
cd QWOYN
Check out the latest stable version:
git checkout v5.2.0
Build and install the qwoynd binary:
make install
Check to make sure the installation was successful:
qwoynd version
You should see the following:
v5.2.0
Last updated