jljordan42 / streetcred-sdk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:C# 98.7%Language:Dockerfile 1.1%Language:CSS 0.2%Language:JavaScript 0.1%