An open API service indexing awesome lists of open source software.

https://github.com/energychain/did-edge-service

Edge Service to handle Credentials and Presentations
https://github.com/energychain/did-edge-service

Last synced: 4 months ago
JSON representation

Edge Service to handle Credentials and Presentations

Awesome Lists containing this project

README

        

# did-edge-service

**This is a [Moleculer](https://moleculer.services/)-based microservices project. Generated with the [Moleculer CLI](https://moleculer.services/docs/0.14/moleculer-cli.html).**

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/energychain/did-edge-service)

## Quick-Start on Gitpod

- start one terminal with `npm run dev`
- start second terminal with `npm test`

## Usage
Start the project with `npm run dev` command.
After starting, open the http://localhost:3000/ URL in your browser.
On the welcome page you can test the generated services via API Gateway and check the nodes & services.

## NPM scripts

- `npm run dev`: Start development mode (load all services locally with hot-reload & REPL)
- `npm run start`: Start production mode (set `SERVICES` env variable to load certain services)
- `npm run cli`: Start a CLI and connect to production. Don't forget to set production namespace with `--ns` argument in script
- `npm run ci`: Run continuous test mode with watching
- `npm test`: Run tests & generate coverage report
- `npm run dc:up`: Start the stack with Docker Compose
- `npm run dc:down`: Stop the stack with Docker Compose

## Maintainer / Imprint

STROMDAO GmbH

Gerhard Weiser Ring 29

69256 Mauer

Germany



+49 6226 968 009 0



[email protected]



Handelsregister: HRB 728691 (Amtsgericht Mannheim)

Project Website: https://co2offset.io/

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

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fenergychain%2Fdid-edge-service.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fenergychain%2Fdid-edge-service?ref=badge_large)