Skip to content

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

License

Notifications You must be signed in to change notification settings

jljordan42/streetcred-sdk

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.6%
  • Dockerfile 1.1%
  • Other 0.3%