YaleOpenLab / opensolar

Opensolar is a platform powered by openx for funding smart solar infrastructure using the Stellar blockchain.
https://openx.solar
GNU General Public License v3.0
20 stars 9 forks source link

add RPCs for users #17

Closed Varunram closed 5 years ago

Varunram commented 5 years ago

Right now, we assume that opensolar and openx are run on the same instance but this is not a wise assumption to make. We should enable RPCs that openx can call from opensolar to see the role of its users on the opensolar platform. This way, openx can be isolated from opensolar (reverse is mostly true) and other openx instances can connect with opensolar.

Varunram commented 5 years ago

this issue should now be resolved given we have a clear architectural separation between opensolar and openx.