This project provides an interface for go-fil-markets to enable compatibility with any Filecoin node implementation.
Presently go-fil-markets uses Lotus directly. The interfaces go-fil-markets depends on are well-defined, thus to enable other nodes implementations this project provides a JSON-RPC client that implements the StorageClientNode and RetrievalClientNode interfaces. This allows the Storage Market Client and the Retrieval Market Client to run independantly of the node process.
Compatible nodes will need to support a sub-set of the full node API. They also need to support token authentication for requests.
[TODO: Add specific API requirements]
This repo is dual licensed under MIT and Apache 2.0.