The wallet backend provides a simple command line interface, to run and/or configure the backend, including the issuer and verifier backends.
Make sure you have Docker or a JDK 16 build environment including Gradle installed on your machine
Cloning the project
2. Change directory
3. Build docker container
4. Create an alias
4. Run the project (with alias)
6. Run the project (without alias)
Cloning the project
2. Change directory
3. Build the project
4. Create an alias
Note: The alias will only exist during the current terminal session and must be set again in any sessions their after
5. Run the project (with alias)
6. Run the project (without alias)
To get info about available options of the run command, use:
waltid-walletkit run --help
More options how to build the project can be found here.
For configuring keys and DIDs (especially for the Issuer or Verifier backends), the wallet backend integrates some commands from the SSI Kit for key and DID management.
The config command lets you define the context in which you want to execute the command, by specifying the arguments --as-issuer, --as-verifier or --as-user [userID] or their shortcuts -i, -v, -u [userID], before the respective subcommand.
E.g.
This command lists the DIDs available in the context of the issuer backend.
To get info about available options of the config command, use:
waltid-walletkit config --help
For more details about the integrated commands, you may want to refer to the documentation of the SSI Kit, which you find here: