Download SwapLand Chain
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a guide on how to run SwapLand Chain Validator.
SLCd works mainly on linux distributions. For this instructions we will use Ubuntu 22.04.2 LTS
and golang version go1.21.4
.
Follow up with these commands to run required tools:
Install Golang version go1.21.4
:
You can manually download golang using .
Remember to add GOPATH
to your $PATH
environment variable. If you're not sure where that is, run go env GOPATH
. This will allow us to run the gaiad
binary in the next step. If you're not sure how to set your $PATH
take a look at .
Download Swapland Chain using following code:
If you can't access https://github.com/SwapLandExchange/SLC submit your request to SwapLand Team Email for gaining access:
admin@swapland.exchange
Now you have installed SLCd on your server