Tessor.network, as known as The Fantasy Sports Blockchain is the easiest way for players to manage their Fantasy Sports Teams using blockchain technology.
Current Software Version is v0.1.0-FanfuryTestnet.1
Current Chain Version is Furytestnet-1000
To compile our software (Debian/Ubuntu SO)
apt update && apt upgrade -y
apt install -y git gcc make unzip
snap install --classic go
echo 'export GOPATH="$HOME/go"' >> ~/.profile
echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.profile
echo 'export PATH="$PATH:/snap/bin"' >> ~/.profile
source ~/.profile
git remote clone https://github.com/tessornetwork/fury.git
git checkout tags/v4.2.0
go mod verify
make install
You can verify your installation with
furyd version