Installation
This section details how to compile and install Boost if you are a storage provider or a client
The Boost source code repository is hosted at github.com/filecoin-project/boost
Boost compatibility matrix
Boost Version | Lotus Version | Golang Version | Curio Version |
---|---|---|---|
< v2.0.0 | NA | ||
v2.0.0 | v1.23.x | 1.20.x | NA |
v2.1.0, v2.1.1, v2.1.2 | v1.24.x, v1.25.x | 1.20.x | NA |
v2.2.0 | v1.26.0, v1.26.1 | 1.21.7 | NA |
v2.3.0 | v1.27.x, v1.28.x | 1.22.3 | 1.22.x, 1.23.x |
v2.4.0 | v1.30.0 | 1.22.3 | 1.24.2 |
Building and Installing
Prerequisites
Please make sure you have installed: Go - following https://go.dev/learn/
Rust - following https://www.rust-lang.org/tools/install
Node 16.x
Linux / Ubuntu
macOS
Linux
Depending on your architecture, you will want to export additional environment variables:
Please ignore any output or onscreen instruction during the npm build
unless there is an error.
macOS
Please ignore any output or onscreen instruction during the npm build
unless there is an error.
Calibration Network
To build boost for calibnet, please complete the above pre-requisites and build using the following commands.
Last updated