Skip to content

dedis/twins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWINS

This repository contains the Aries agents for a Biobank and a Researcher.

Building

Please build the cmd/biobank and cmd/researcher packages to create executables for running the biobank and researcher agents.

Usage

The researcher and biobank CLIs support two commands:

  1. wallet - to manage the wallet and import keys from an existing indy wallet
  2. agent - 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

Dependencies

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages