Main
class Main
Main entry point to launch the server.
Build and start the server using
./gradlew multipaz-openid4vci-server:runContent copied to clipboard
or with a System of Record back-end:
./gradlew multipaz-openid4vci-server:run --args="-param system_of_record_url=http://localhost:8004 -param system_of_record_jwk='$(cat key.jwk)'"Content copied to clipboard