Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 1.97 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.97 KB

Repository has moved to hyperleder/aries-framework-dotnet


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.