mit-dci / opencx

An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
MIT License
206 stars 66 forks source link

Refactor lit & chain interaction #3

Open Rjected opened 5 years ago

Rjected commented 5 years ago

Right now the lit node is fairly baked in to the lightning functionality, whereas I'd like to define an interface on what operations we really need the lit node to provide. This would require creating an interface and figuring out what's a good way to treat the lit node.

The same goes for the chainhook, that's even more baked in and an even simpler I/O device.