filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

RPC/API Server wrapper #90

Open hannahhoward opened 4 years ago

hannahhoward commented 4 years ago

To support non-go based filecoin implementations using storage market, we will build an rpc server around the shared components modules, so that they can be spun up in an indepedent process and communicated with over HTTP

arijitAD commented 4 years ago

Hey @hannahhoward, I am interested in working on this. It seems that it will require me to implement 3 interfaces StorageCommon, StorageProviderNode, and StorageClientNode. Can you provide me some pointers on where to start? I have already looked at the implementation in lotus.