Skip to content

Faber-Controller written in Java, to create schemas and credential definitions and issue credentials.

Notifications You must be signed in to change notification settings

kevinsaner91/J-Acapy-Controller-Issuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J-Acapy-Controller-issuer

A sample implementation of an Aries Controller in Java-Web. The controller is written to call the faber agent described in numerous demos. The main task of faber is to issue credentials. With the written implementation of the controller schema and credential definitions can be defined via the UI.

To run the controller, clone the repo, go to the docker folder and first set the properties in the file config.properties. Here you need to specify the URL of the faber agent. Next build the image with the command:

docker build -t faber-controller .

The built image can be run with:

docker run -p 8080:8080 -d faber-controller

About

Faber-Controller written in Java, to create schemas and credential definitions and issue credentials.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages