indy 0.1.1-91

This is the official SDK for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org). The major artifact of the SDK is a c-callable library.
Documentation
#ifndef __indy__core__included__
#define __indy__core__included__

#include "indy_mod.h"
#include "indy_pool.h"
#include "indy_anoncreds.h"
#include "indy_wallet.h"
#include "indy_ledger.h"
#include "indy_signus.h"
#include "indy_agent.h"

#endif