https://github.com/energychain/ghg-wallet
DID/SSI based handling of greenhouse gas emissions and savings
https://github.com/energychain/ghg-wallet
Last synced: 4 months ago
JSON representation
DID/SSI based handling of greenhouse gas emissions and savings
- Host: GitHub
- URL: https://github.com/energychain/ghg-wallet
- Owner: energychain
- License: apache-2.0
- Created: 2022-12-05T01:20:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T14:55:37.000Z (over 2 years ago)
- Last Synced: 2024-12-31T10:37:22.596Z (6 months ago)
- Language: HTML
- Size: 1.21 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghg-wallet
**DID/SSI based handling of greenhouse gas emissions and savings** [](https://dl.circleci.com/status-badge/redirect/gh/energychain/ghg-wallet/tree/main) [](https://co2offset.io/badge.html?host=ghgwallet)
[Test on GitPod](https://gitpod.io/#https://github.com/energychain/ghg-wallet)
## Installation
### Use as Library in your Code
```
npm install ghgwallet
```### Work with Source Code
```
git clone https://github.com/energychain/ghg-wallet.git
cd ghg-wallet
npm install
npm test
```Hint: `npm test` requires [Mocha JS](https://mochajs.org/) to be installed.
### Use Default UI via Dev-Server
```
npm run dev
```## Features
- Allows metered and transaction based GHG emission reporting
- Multi certification backend support (eq. different backend per wallet)## Maintainer / Imprint
STROMDAO GmbH
Gerhard Weiser Ring 29
69256 Mauer
Germany
+49 6226 968 009 0
[email protected]
Handelsregister: HRB 728691 (Amtsgericht Mannheim)## LICENSE
[Apache-2.0](./LICENSE)