/streetcred-sdk

Agent Framework for building Sovrin agent services w/ .NET Core

Primary LanguageC#Apache License 2.0Apache-2.0

Streetcred SDK

Build status

Streetcred SDK

Agent Framework for building Sovrin agent services w/ .NET Core

Contents

  • TODO

Running the example

docker-compose up

This will create an agent network with a pool and three identical agents able to communicate with each other in the network. Navigate to http://localhost:7001, http://localhost:7002 and http://localhost:7003 to create and accept connection invitations between the different agents.

Running the unit tests

docker-compose -f docker-compose.test.yaml up --abort-on-container-exit --exit-code-from test-agent

Note: You may need to cleanup previous docker network created using docker network prune