Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 989 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 989 Bytes

Intro

The apps in this repo simulate users in the transaction system. Each app is interactive, meaning you will direct their behaviors. Each app run in a separate process. The apps interact with their agents which in turn interact with the TDC.

Apps

FSP - represents a bank, merchant, vendor, NGO etc....
User - represents a citizen, individual
ID Issuer (maybe)

Setup

  1. Get Protocol-Aries working first
  2. Download this repo into a separate folder
  3. Setup to use dotnet. Suggest looking at this for now

Running

  1. Get Protocol-Aries running. You will probably want to do this in separate console windows.
  2. In one console window, run dotnet run --project endpoints/fsp/fsp.csproj
  3. In another console window, run dotnet run --project endpoints/tro/tro.csproj