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
- Host: GitHub
- URL: https://github.com/energychain/did-edge-service
- Owner: energychain
- License: apache-2.0
- Created: 2022-01-25T23:06:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T03:41:34.000Z (over 2 years ago)
- Last Synced: 2025-01-11T15:21:02.736Z (5 months ago)
- Language: JavaScript
- Size: 2.01 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This is a [Moleculer](https://moleculer.services/)-based microservices project. Generated with the [Moleculer CLI](https://moleculer.services/docs/0.14/moleculer-cli.html).**
[](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)[](https://app.fossa.com/projects/git%2Bgithub.com%2Fenergychain%2Fdid-edge-service?ref=badge_large)