Skip to content
~M edited this page Nov 7, 2018 · 10 revisions

Welcome to the go-callisto wiki!

Go-Callisto

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.

Installation

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

Installation in Linux (Ubuntu 16.04) for linux, windows and MacOS Binary

Install Go

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

Install Dependency

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

Clone Go-Callisto

git clone -b master https://github.com/EthereumCommonwealth/go-callisto.git

cd go-callisto

Make go-callisto Linux binary

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 go-callisto Windows binary

make geth-windows-amd64

Compiled file will be in build/bin/geth-windows-amd64

Make go-callisto MacOS binary

make geth-darwin-amd64

Compiled file will be in build/bin/geth-darwin-amd64

Running Go-Callisto Testnet 3.0

you can run geth with interactive console with

geth --testnet console

Running Go-Callisto Mainnet

you can run geth with interactive console with

geth console

Community and Support

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