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

Expose Teller API #151

Open Varunram opened 4 years ago

Varunram commented 4 years ago

Currently, the teller has support for API routes but the live teller used for the demo in PR does not expose the endpoint via https so others can connect to it. The teller does not have support for tokens which it should have in order to prevent dos attacks potentially impacting energy accumulation. For this, a few factors need to be considered:

  1. Is the teller API open to everyone or just the platform
  2. Will exposing the API negatively affect the performance of the teller in terms of heat and other dynamics which we may not be aware of

These need to be clarified upon before we can expose the live teller.