Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.62 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.62 KB

Tessor.network - The Fantasy Sports Blockchain

GitHub release CircleCI codecov Go Report Card GitHub code size in bytes GitHub

Tessor.network, as known as The Fantasy Sports Blockchain is the easiest way for players to manage their Fantasy Sports Teams using blockchain technology.

References

Version

Current Software Version is v0.1.0-FanfuryTestnet.1

Current Chain Version is Furytestnet-1000

Quick Start

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