Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-09-08 12:54:01 +02:00
.circleci
.github
api
build Lotus version 0.6.1 2020-09-08 03:10:27 -04:00
chain Revert "only subscribe to pubsub topics once we are synced" 2020-09-08 00:32:26 -04:00
cli
cmd fix lint errors 2020-09-07 16:12:44 -07:00
conformance
documentation docs(apidocs): run docsgen 2020-09-07 15:48:42 -04:00
extern fix: storage manager - bail out on undefined unsealed cid 2020-09-08 12:54:01 +02:00
gen
genesis
journal
lib
lotuspond
markets feat(markets): use new api 2020-09-07 15:48:42 -04:00
metrics
miner
node Revert "only subscribe to pubsub topics once we are synced" 2020-09-08 00:32:26 -04:00
paychmgr
scripts
storage
tools
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md Lotus version 0.6.1 2020-09-08 03:10:27 -04:00
go.mod Update test-vectors 2020-09-08 01:24:30 -04:00
go.sum Update test-vectors 2020-09-08 01:24:30 -04:00
LICENSE-APACHE
LICENSE-MIT
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 lotus from source, please visit https://lotu.sh or read the source here.

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