Skip to content

ChainSafe/go-fil-markets-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filecoin Markets Interface

Build Status

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.

About

RPC Interface for go-fil-markets

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages