https://github.com/fiware/vcwaltid
https://github.com/fiware/vcwaltid
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiware/vcwaltid
- Owner: FIWARE
- License: apache-2.0
- Created: 2022-12-07T00:01:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T13:29:15.000Z (about 3 years ago)
- Last Synced: 2025-03-11T21:46:32.659Z (10 months ago)
- Language: Kotlin
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VCWaltid
Implements the Verifiable Credential type used in the DSBA MVF activities
## Installtion
Clone the repository into your machine:
```
git clone git@github.com:hesusruiz/VCWaltid.git
```
Run `gradlew` to build and create the runtime artifacts (make sure that the file `gradlew` in the root of the project is runnable by your user):
```
./gradlew build
./gradlew installDist
```
## Running the APIs
This package has no configuration. It provides a set of APIs and there is a `Dockerfile` and corresponding `compose` file for development purposes. Just run:
```
docker compose up
```
Or if you want it to run in the background:
```
docker compose up -d
```