...
We're going to start implementing the Utility Emissions Channel use case together to demonstrate the idea described here. Join our zoom call to code with us:
When:
Tuesday, 24 August 28 September 2020
9:00am to 10:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.backup
The Idea
Writing software requires getting data from external sources, which usually means accessing an API by sending a GET or POST request to a URL with authentication keys and a request message and parsing the XML or JSON that comes back. While this approach is fully automated, it comes with a lot of potential problems:
...