The project can be used as a framework to build Aries agents using Go programming language. The framework is highly configurable and comes with default implementations.
Start writing Aries agents in few simple steps.
// create the framework
framework := aries.New()
// get the context
ctx := framework.Context()
// initialize the aries clients
didexchangeClient, err := didexchange.New(ctx)