/aries-framework-dotnet

Primary LanguageC#Apache License 2.0Apache-2.0

Agent Framework

.NET Core library for building Sovrin agents

Build Status Build Status MyGet

Agent Framework is a .NET Core library for building Sovrin interoperable agent services. It is an abstraction on top of Indy SDK that provides a set of API's for managing agent workflows. The framework runs .NET Standard (2.0+), including ASP.NET Core and Xamarin.

Documentation

A very quick demo

With Docker installed, run

docker-compose up

This will create an agent network with a pool of 4 indy nodes and 2 agents able to communicate with each other in the network. Navigate to http://localhost:7000 and http://localhost:8000 to create and accept connection invitations between the different agents.