blockchain-carbon-accounting
blockchain-carbon-accounting copied to clipboard
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 Foundati...
Test the cloud deployment of the utility emissions channel with Kubernetes based on directions in https://github.com/hyperledger-labs/blockchain-carbon-accounting/tree/main/multi-cloud-deployment in either AWS or Digital Ocean Please suggest improvements and updates to the documentation.
When starting the express API server as a docker container, we're getting this error:  It can be fixed by going to $...
Currently, in the `utility-emissions` project, NPM package `crypto-js` is being used for all cryptographic needs. However, it does not extend support for AES-512 encryption. Moreover, `crypto-js` has lower performance when...
As part of https://github.com/hyperledger-labs/blockchain-carbon-accounting/tree/main/utility-emissions-channel#seeding-the-fabric-database, create a script to create a generic utility (with generic ID) for each European country. Since we have only country level emissions factors in Europe this...
This is happening on Mac OS X but not on Ubuntu. When trying to load the European co2 emissions intensity data, there is an error: $ node egrid-data-loader.js load_utility_emissions co2-emission-intensity-6.csv...
Using a Timelock contract as an admin proxy for the NetEmissionsTokenNetwork (CLM8) contract is a good idea for a few reasons: - A time delay is forced between admin actions...
We're currently using [opentpas SEAS](opentaps.org) 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...
Identify Self-Sovereign Identity (SSI) solution for the utility emissions channel and ethereum dApp, so that we can identify the parties which are transacting on both the fabric channel and tokens...
Add oauth 2.0 security to the rest api in https://github.com/hyperledger-labs/blockchain-carbon-accounting/tree/main/utility-emissions-channel/typescript_app for accessing the chain code. Please use a popular oauth 2.0 library such as simple-oauth2 or client-oauth2