20 lines
259 B
Markdown
20 lines
259 B
Markdown
|
# project lotus - 莲
|
||
|
|
||
|
Lotus is an implementation of the Filecoin Distributed Storage Network.
|
||
|
|
||
|
## Building
|
||
|
|
||
|
*Dependencies:*
|
||
|
- go1.12 or higher
|
||
|
- rust (version?)
|
||
|
- git
|
||
|
- bzr (some go dependency needs this)
|
||
|
|
||
|
*Building:*
|
||
|
```
|
||
|
$ make
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
MIT + Apache
|