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.
FSP - represents a bank, merchant, vendor, NGO etc....
User - represents a citizen, individual
ID Issuer (maybe)
- Get Protocol-Aries working first
- Download this repo into a separate folder
- Setup to use dotnet. Suggest looking at this for now
- Get Protocol-Aries running. You will probably want to do this in separate console windows.
- In one console window, run
dotnet run --project endpoints/fsp/fsp.csproj
- In another console window, run
dotnet run --project endpoints/tro/tro.csproj