Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.7 KB

README.md

File metadata and controls

52 lines (29 loc) · 1.7 KB

FastBox

Version 0.0.1

Welcome to the official Go implementation of the FastBox blockchain!

English | 中文

FastBox 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.

Install from Binaries

You can download a stable compiled version of the fastbox node software from the release section.

Build From Source

Prerequisites

  • Golang version 1.12 or later

Build

Note that the code in the master branch may not be stable.

$ git clone https://github.com/fast-box/fastbox
$ cd fastbox
$ make

After building the source code successfully, you should see the executable programs in build/bin dictionary:

  • fbox: The primary fastbox node application and CLI.
  • promfile: Used to create genesis.json.

Run FastBox

The FastBox can run nodes for the TestNet and local PrivateNet. Look up FastBox user guide for all guides.

Examples

For further examples, please refer to the CLI User Guide.

Contributions

Contributors to FastBox are very welcome! Before beginning, please take a look at our contributing guidelines. You can open an issue by clicking here.

License

The FastBox source code is available under the LGPL-3.0 license.