hyperledger-labs / blockchain-carbon-accounting

This project implements blockchain applications for climate action and accounting, including emissions calculations, carbon trading, and validation of climate claims. It is part of the Linux Foundation's Hyperledger Climate Action and Accounting SIG.
https://wiki.hyperledger.org/display/CASIG/Carbon+Accounting+and+Certification+WG
Apache License 2.0
195 stars 104 forks source link

Client applications for emissions #31

Open sichen1234 opened 3 years ago

sichen1234 commented 3 years ago

We're currently using opentpas SEAS for connecting utility data to the ledger.

There could and should be other client apps that could connect to the ledger, calculate total emissions, manage offsets, etc.

We should discuss ideas on what these apps should look like and how they should be built.

sichen1234 commented 3 years ago

opentpas SEAS is designed for an auditor or bureau to manage the energy use and emissions data of a number of customers.

If we have true client side authentication such as trust id or #11, we could have a customer application such as a mobile app which sends utility data and signs them with a customer's ID.

sichen1234 commented 3 years ago

During this week's peer programming call we talked about using Indy/Aries to store user identities and TrustID to authenticate the user. This may become the basis of a client side application.