Filecoin Markets Interface
![Build Status](https://travis-ci.com/ChainSafe/go-fil-markets-interface.svg?token=tppYFL7pBXTmrb45py5Q&branch=main)
This project provides an interface for go-fil-markets to enable compatibility with any Filecoin node implementation.
Background
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.
Compatibility
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]
Install
Usage
License
This repo is dual licensed under MIT and Apache 2.0.