lotus/README.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2019-12-01 08:28:50 +00:00
![Lotus](documentation/images/lotus_logo_h.png)
2019-10-15 14:54:29 +00:00
2019-12-01 08:28:50 +00:00
# Project Lotus - 莲
2019-08-02 04:26:11 +00:00
Lotus is an implementation of the Filecoin Distributed Storage Network. For more details about Filecoin, check out the [Filecoin Spec](https://github.com/filecoin-project/specs).
2020-06-12 16:57:30 +00:00
## Building & Documentation
For instructions on how to build lotus from source, please visit [https://docs.lotu.sh](https://docs.lotu.sh) or read the source [here](https://github.com/filecoin-project/lotus/tree/master/documentation).
## 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](https://github.com/filecoin-project/lotus/projects/1).
2020-06-12 16:57:30 +00:00
The main branches under development at the moment are:
* [`master`](https://github.com/filecoin-project/lotus): current testnet.
* [`next`](https://github.com/filecoin-project/lotus/tree/next): working branch with chain-breaking changes.
* [`interopnet`](https://github.com/filecoin-project/lotus/tree/interopnet): devnet running one of `next` commits.
2019-08-02 06:26:24 +00:00
2019-08-02 04:26:11 +00:00
## License
2019-12-01 08:28:50 +00:00
2019-10-09 01:27:59 +00:00
Dual-licensed under [MIT](https://github.com/filecoin-project/lotus/blob/master/LICENSE-MIT) + [Apache 2.0](https://github.com/filecoin-project/lotus/blob/master/LICENSE-APACHE)