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...
PR #338 added in tests for the Datalock chaincode written in Go-lang. At the moment, test reports are published for the results of the tests of the TypeScript chaincode, with...
Based on today's demo, can the Vault engine sign the ethereum transaction directly instead of returning the ethereum private key?
Please change the vault identity UI authorization screen to pass the Vault token back to the requesting application instead of storing it in the browser session. This is the standard...
Please provide documentation on how to set up and deploy Vault engine in a production setting. For example, should there be a separate Vault engine for each Fabric node? Are...
Follow the documentation for https://github.com/hyperledger-labs/blockchain-carbon-accounting/blob/main/net-emissions-token-network/README.md Pls suggest updates and improvements to the documentation as you do this.
Normally, static code analysis is performed first at the developer's local system before it is run on the CI. This will help us enforce code formatting and styles to an...
Can we create separate Fabric data channels for different types of emissions (Scope 1, 2 ,3 or by type UTILITY_EMISSIONS_ELECTRICITY, TRAVEL_AIR, TRAVEL_CAR)
Please update documentation to show how to integrate with Vault and Cactus integration. For example, in the utility-emissions-channel/README.md, 1. There should be a section linking to a document on how...
Follow steps from https://github.com/hyperledger-labs/blockchain-carbon-accounting/blob/main/utility-emissions-channel/README.md, get the utility emissions channel up and running. Pls also suggest any improvements and updates to the documentation.
Having a proper project architecture can help in following way - Organisations wanting to participate into our network will get a quick and better sense of all the capital requirement...