Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Join our Peer Programming Call-In

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, 18 August 2020
9:00am to 10:00am
(UTC-07:00) America/Los Angeles

Where:
https://zoom.us/my/hyperledger.community

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:

...