pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
102 stars 17 forks source link

Pull jsonrpc machinery out of deribit backend #391

Closed guilledk closed 1 year ago

guilledk commented 1 year ago

We ended up doing all the deribit.Client methods work over a websocket transaprently from the caller persective, and machinery ended up real slick, so lets make it generic and pull it out of deribit backend to be used in other modules.