Welcome to the official Go implementation of the [Sphinx] blockchain!
English | 中文
Sphinx is a high-performance blockchain project and distributed trust collaboration platform.
New features are still being rapidly developed, therefore the master branch may be unstable. Stable versions can be found in the releases section.
You can download a stable compiled version of the Sphinx node software from the release section.
- Golang version 1.12 or later
Note that the code in the master
branch may not be stable.
$ git clone https://github.com/rjgeek/Sphinx
$ cd Sphinx
$ make
After building the source code successfully, you should see the executable programs in build/bin
dictionary:
fbox
: The primary Sphinx node application and CLI.promfile
: Used to create genesis.json.
The Sphinx can run nodes for the TestNet and local PrivateNet. Look up Sphinx user guide for all guides.
For further examples, please refer to the CLI User Guide.
Contributors to Sphinx are very welcome! Before beginning, please take a look at our contributing guidelines. You can open an issue by clicking here.
The Sphinx source code is available under the LGPL-3.0 license.