This repository contains the Aries agents for a Biobank and a Researcher.
Please build the cmd/biobank
and cmd/researcher
packages to create executables
for running the biobank
and researcher
agents.
The researcher and biobank CLIs support two commands:
wallet
- to manage the wallet and import keys from an existing indy walletagent
- to start the agent
Examples:
To import the key for did FUp9R3oNxdWAMgB81A22ft
into the researcher's datastore:
./researcher wallet --path ~/.indy_wallet/researcher/peerstore import --source-config ~/.indy_client/wallet/checkpoint_gamma/checkpoint_gamma.json --type indy --did FUp9R3oNxdWAMgB81A22ft
To import a key for did YKhCeTM8YsR8iQX16BaKdp
into the biobank's datastore
./biobank wallet --path ~/.indy_wallet/biobank/peerstore import --source-config ~/.indy_client/wallet/checkpoint_gamma/checkpoint_gamma.json --type indy --did YKhCeTM8YsR8iQX16BaKdp
To start the researcher's agent:
./researcher agent --path /home/dedis/.indy_wallet/researcher/peerstore --vdri-endpoint 'http://localhost:4001' --did did:sov:FUp9R3oNxdWAMgB81A22ft --bcId '9832e2e66e1441b0f0da5011d50882cc49783b64af5371c6ac60b938f8a4e60c' --roster /home/dedis/twins/roster.toml start
To start the biobank's agent:
./biobank agent --path /home/dedis/.indy_wallet/biobank/peerstore --vdri-endpoint \'http://localhost:4001\' --did did:sov:YKhCeTM8YsR8iQX16BaKdp start
The above commands assume that indy-vdr
is running on localhost:4001
.
To see integrations with systemd user services please refer to this repository
- indy-vdr for resolving DIDs
- aries-framework-go - A custom fork of aries-framework-go