Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-04-21 20:25:43 +02:00
.circleci
.github/ISSUE_TEMPLATE
api gofmt, mod tidy 2020-04-21 19:23:49 +02:00
build Use nicer DeadlineInfo struct 2020-04-20 19:34:08 +02:00
chain genesis: Setup verifier registry 2020-04-21 20:25:43 +02:00
cli windowed post: Get correct sector set 2020-04-21 19:22:53 +02:00
cmd Merge remote-tracking branch 'origin/testnet/3' into feat/windowed-post 2020-04-21 19:28:00 +02:00
documentation
extern
gen
genesis
lib
lotuspond
markets
metrics
miner
node windowed post: Get correct sector set 2020-04-21 19:22:53 +02:00
paychmgr
scripts
storage windowed post: Get correct sector set 2020-04-21 19:22:53 +02:00
tools
.codecov.yml Codecov ignore cbor gen 2020-01-09 23:52:44 +01:00
.dockerignore
.gitignore
.gitmodules
.golangci.yml
CHANGELOG.md
go.mod windowed post: Get correct sector set 2020-04-21 19:22:53 +02:00
go.sum Merge remote-tracking branch 'origin/testnet/3' into feat/windowed-post 2020-04-21 19:28:00 +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.

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.

Building & Documentation

For instructions on how to build lotus from source, please visit https://docs.lotu.sh or read the source here.

License

Dual-licensed under MIT + Apache 2.0