Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.28 KB

File metadata and controls

35 lines (23 loc) · 1.28 KB

eccd

Build Status Go Report Card Coverage Status GoDoc

An implementation of the Ensicoin protocol developed in Go.

Getting started

To install eccd, there are two methods. You can compile the latest version from this repository, or you can use the docker image.

Manually

Eccd uses the Go Modules support built into Go 1.11 to build. The easiest is to clone eccd in a directory outside of GOPATH, as in the following example:

cd $HOME/src
git clone https://github.com/EnsicoinDevs/eccd.git
cd eccd
go install

If all goes well, eccd should now be accessible in your terminal.

Using Docker

You can also use Docker to launch an instance very quickly:

docker run -p 4224:4224 -p 4225:4225 johynpapin/eccd