Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-06-18 13:15:18 -07:00
.circleci
.github/ISSUE_TEMPLATE
api add commands for manipulating storage deal CID blacklist 2020-06-18 13:15:18 -07:00
build Set build params for testnet 2020-06-17 00:37:40 +02:00
chain Update to specs actors with ChargeGas interface 2020-06-17 20:00:30 +02:00
cli Merge remote-tracking branch 'origin/master' into next 2020-06-17 20:50:42 +02:00
cmd add commands for manipulating storage deal CID blacklist 2020-06-18 13:15:18 -07:00
documentation Merge remote-tracking branch 'origin/master' into next 2020-06-16 12:04:29 +02:00
extern Update ffi 2020-06-16 12:28:28 +02:00
gen
genesis Update deps, fix more tests 2020-06-15 18:30:49 +02:00
lib
lotuspond Update deps, fix more tests 2020-06-15 18:30:49 +02:00
markets
metrics
miner
node add commands for manipulating storage deal CID blacklist 2020-06-18 13:15:18 -07:00
paychmgr
scripts
storage wdpost: Don't return nil from checkSectors 2020-06-17 18:21:40 +02:00
tools stats: increase miner power lookup perf 2020-06-16 02:48:27 +00:00
.codecov.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod Update storage FSM with a bunch of fixes 2020-06-17 20:42:08 +02:00
go.sum Update storage FSM with a bunch of fixes 2020-06-17 20:42:08 +02:00
LICENSE-APACHE
LICENSE-MIT
Makefile
README.md

Lotus

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://docs.lotu.sh or read the source here.

Development

All work is tracked via issues. An attempt at keeping an up-to-date view on remaining work is in the lotus testnet github project board.

The main branches under development at the moment are:

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

License

Dual-licensed under MIT + Apache 2.0