Skip to content

Source of Tessor Network, the Fantasy Sports blockchain

License

Notifications You must be signed in to change notification settings

TessorNetwork/Fury

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Source of Tessor Network, the Fantasy Sports blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • Other 1.7%