Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-11-16 19:04:13 +01:00
.circleci
.github
api Get most tests to pass 2020-11-16 19:03:30 +01:00
build add upgrade height where SDR is required 2020-11-16 19:04:13 +01:00
chain add upgrade height where SDR is required 2020-11-16 19:04:13 +01:00
cli Merge pull request #4748 from zgfzgf/fix-chain-decode-params 2020-11-13 18:54:03 -05:00
cmd Get most tests to pass 2020-11-16 19:03:30 +01:00
conformance
documentation
extern update ffi 2020-11-16 19:03:30 +01:00
gen
genesis
journal
lib
lotuspond
markets get lotus building 2020-11-16 19:03:30 +01:00
metrics
miner
node Get most tests to pass 2020-11-16 19:03:30 +01:00
paychmgr
scripts
storage Get most tests to pass 2020-11-16 19:03:30 +01:00
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod update specs-storage to fix build 2020-11-16 19:03:30 +01:00
go.sum update specs-storage to fix build 2020-11-16 19:03:30 +01:00
LICENSE-APACHE
LICENSE-MIT Add basic readme and licenses 2019-08-01 21:26:11 -07:00
Makefile
README.md
SECURITY.md

Project Lotus Logo

Project Lotus - 莲


Lotus is an implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the Filecoin Spec.

Building & Documentation

For instructions on how to build, install and setup lotus, please visit https://docs.filecoin.io/get-started/lotus.

Reporting a Vulnerability

Please send an email to security@filecoin.org. See our security policy for more details.

Development

The main branches under development at the moment are:

  • master: current testnet.
  • next: working branch with chain-breaking changes.
  • ntwk-calibration: devnet running one of next commits.

Tracker

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work towards Mainnet launch can be seen at the lotus github project board. The issues labeled with incentives are there to identify the issues needed for Space Race launch.

Packages

The lotus Filecoin implementation unfolds into the following packages:

License

Dual-licensed under MIT + Apache 2.0