# ghg-wallet
**DID/SSI based handling of greenhouse gas emissions and savings**

![npm](https://img.shields.io/npm/dw/ghgwallet) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/energychain/ghg-wallet/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/energychain/ghg-wallet/tree/main) [![CO2Offset](https://api.corrently.io/v2.0/ghgmanage/statusimg?host=ghgwallet&svg=1)](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
<addr>
<a href="https://stromdao.de/">STROMDAO GmbH</a><br/>
Gerhard Weiser Ring 29  <br/>
69256 Mauer  <br/>
Germany <br/>
  <br/>
+49 6226 968 009 0  <br/>
  <br/>
kontakt@stromdao.com  <br/>
  <br/>
Handelsregister: HRB 728691 (Amtsgericht Mannheim)
</addr>


## LICENSE
[Apache-2.0](./LICENSE)