blockchain-carbon-accounting icon indicating copy to clipboard operation
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...

Results 69 blockchain-carbon-accounting issues
Sort by recently updated
recently updated
newest added

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.

fabric
good-first-issue
utility-emissions

When starting the express API server as a docker container, we're getting this error: ![Screen Shot 2021-01-27 at 11 03 30 AM](https://user-images.githubusercontent.com/1706353/106040578-81405980-608f-11eb-8667-a911f06a3b1c.png) It can be fixed by going to $...

utility-emissions
mentorship-testing

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...

enhancement
utility-emissions

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...

fabric
good-first-issue
utility-emissions

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...

fabric
utility-emissions

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...

ethereum
dao

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...

utility-emissions

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

fabric
good-first-issue
utility-emissions