eccd

command module
v0.0.0-...-509fca3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2019 License: GPL-3.0 Imports: 32 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL