Skip to content
Methw edited this page Apr 2, 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.8

Clone the Go-Callisto

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

Build Geth or Build all tools

cd go-callisto

make geth or make all

Compiled file will be in build/bin/

Copy binary file to local bin file

cp build/bin/* /usr/local/bin/

Running Go-Callisto Testnet 3.0

you can run geth with interactive console with

geth --testnet 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/CallistoNetwork

Clone this wiki locally