-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Welcome to the go-callisto wiki!
This is wiki page of go-callisto, Callisto Network version of Ethereum's geth. It is capable of running a full Callisto Network node and interacting with Callisto Network Blockchain via CLI.
Supported Platforms are Mac OS, Linux, and windows. At the moment, supported installation is from the source. Go-Callisto Requirement minimum Golang version 1.9.4
curl -O https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz
tar -xvf go1.10.1.linux-amd64.tar.gz
sudo mv go /usr/local
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile
source ~/.profile
Check Go Version with
go version
sudo apt-get update
sudo apt-get install make gcc musl-dev git build-essential -y
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common -y
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce -y
git clone -b master https://github.com/EthereumCommonwealth/go-callisto.git
cd go-callisto
make geth
or make all
Compiled file will be in build/bin/geth
Copy binary file to local bin file
cp build/bin/geth /usr/local/bin/
make geth-windows-amd64
Compiled file will be in build/bin/geth-windows-amd64
make geth-darwin-amd64
Compiled file will be in build/bin/geth-darwin-amd64
you can run geth with interactive console with
geth --testnet console
you can run geth with interactive console with
geth console
Callisto Network on social media
Main site: https://callisto.network
Github: https://github.com/EthereumCommonwealth
Twitter: http://twitter.com/CallistoSupport
Reddit: http://reddit.com/r/CallistoCrypto
Facebook: https://www.facebook.com/callistonetwork
Discord: https://discord.gg/fGdPSA2
Telegram: https://t.me/CallistoNet