Reference implementation of the Filecoin protocol, written in Go
fcaaae705d
- download groth parameters and keys - perform go mod tidy check |
||
---|---|---|
.circleci | ||
extern | ||
ffiwrapper | ||
mock | ||
sealtasks | ||
stores | ||
tarutil | ||
zerocomm | ||
.gitmodules | ||
go.mod | ||
go.sum | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
localworker.go | ||
manager.go | ||
parameters.json | ||
README.md | ||
resources.go | ||
roprov.go | ||
sched.go | ||
stats.go |
sector-storage
a concrete implementation of the specs-storage interface
The sector-storage project provides a implementation-nonspecific reference implementation of the specs-storage interface.
License
The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)