Reference implementation of the Filecoin protocol, written in Go
Go to file
2020-02-24 17:30:46 +01:00
.circleci create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
.github/ISSUE_TEMPLATE Update issue templates 2019-12-15 18:55:01 -08:00
api Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
bin pull ipget from dists and use it 2019-09-13 15:29:38 -07:00
build Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
chain Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-19 22:10:14 +01:00
cli Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
cmd Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
documentation Merge pull request #1260 from filecoin-project/doc/miner-wallet-bls 2020-02-17 11:17:32 -08:00
extern Make it buld without cgo 2020-01-22 12:03:12 -08:00
gen Use tuple encoding 2020-02-12 19:23:15 +01:00
genesis refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00
lib Merge pull request #1155 from jsign/issue127_2 2020-02-24 17:22:58 +01:00
lotuspond Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-19 22:10:14 +01:00
markets Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-19 22:10:14 +01:00
miner Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
node Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
paych Merge pull request #1223 from filecoin-project/fix/squash-forks 2020-02-06 20:14:55 +01:00
peermgr make expand peers thread safe 2020-01-23 15:40:17 -08:00
scripts create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
storage Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-19 22:10:14 +01:00
tools Re: #1250: API methods should receive TipSetKeys, not TipSets, as input 2020-02-17 19:53:43 -05:00
tracing Update go-log to v2 2020-01-08 20:22:31 +01:00
.codecov.yml Codecov ignore cbor gen 2020-01-09 23:52:44 +01:00
.dockerignore add docker support 2019-12-05 11:31:32 +08:00
.gitignore create and publish github release (#1216) 2020-02-12 16:28:37 -05:00
.gitmodules Use https in gitmodules 2019-11-27 12:35:16 +01:00
.golangci.yml Add gofmt to golangci-lint 2020-02-18 13:19:04 +01:00
CHANGELOG.md Add simple changelog 2019-12-11 16:00:55 +01:00
go.mod Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
go.sum Merge remote-tracking branch 'origin/master' into testnet/3 2020-02-24 17:30:46 +01:00
LICENSE-APACHE Add basic readme and licenses 2019-08-01 21:26:11 -07:00
LICENSE-MIT Add basic readme and licenses 2019-08-01 21:26:11 -07:00
Makefile rearange quotes 2020-01-21 13:40:30 -08:00
README.md drop 'experimental' from readme description 2020-02-03 17:52:46 -08:00

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