Skip to content

Open source code of Daxxcoin

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

daxxcoin/daxxcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c26ec4 · Jul 4, 2017

History

6 Commits
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
Jun 2, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
Jul 4, 2017
May 10, 2017
May 10, 2017
May 10, 2017
May 10, 2017
Jun 2, 2017
May 10, 2017

Repository files navigation

Daxxcoin Go

Official golang implementation of the Daxxcoin protocol.

API Reference

Building the source

Building geth requires both a Go and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

make geth

Executables

The daxxcore project comes with several wrappers/executables found in the cmd directory.

Command Description
geth Our main Daxxcoin CLI client. It is the entry point into the Daxxcoin network, capable of running as a full node. It can be used by other processes as a gateway into the Daxxcoin network via JSON RPC endpoints exposed on top of HTTP, WebSocket and/or IPC transports.