installation - SkycoinWikis/CXO GitHub Wiki

CXO HOME » CX » CXO » INSTALLATION

Installation and Version

Use dep to use particular version of the CXO. The master branch of the repository points to latest stable release. Actually, it points to alpha-release for now.

To get the release use

go get -u -t github.com/skycoin/cxo/...

Test all packages

go test -cover -race github.com/skycoin/cxo/...

Docker

docker run -ti --rm -p 8870:8870 -p 8871:8871 skycoin/cxo