Official golang implementation of the Daxxcoin protocol.
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
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. |