Reference implementation of the Filecoin protocol, written in Go
fb7850803e
Usage: FULLNODE_API_INFO or STORAGE_API_INFO Content of env var: `<token>:<api multiaddr>` Example: `FULLNODE_API_INFO="$(cat ~/.lotus/token)dsds:$(cat ~/.lotus/api)"` License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai> |
||
---|---|---|
.circleci | ||
api | ||
bin | ||
build | ||
chain | ||
cli | ||
cmd | ||
datatransfer | ||
documentation | ||
extern | ||
gen | ||
genesis | ||
lib | ||
lotuspond | ||
miner | ||
node | ||
paych | ||
peermgr | ||
retrieval | ||
scripts | ||
storage | ||
tools/stats | ||
tracing | ||
.codecov.yml | ||
.gitignore | ||
.gitmodules | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
Makefile | ||
README.md |
Project Lotus - 莲
Lotus is an experimental 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