alias waltid-walletkit="build/install/waltid-walletkit/bin/waltid-walletkit"
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)
waltid-walletkit run
6. Run the project (without alias)
build/install/waltid-walletkit/bin/waltid-walletkit run
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.
Configuration
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: