Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 697 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 697 Bytes

Aries JavaScript Indy VDR Proxy

This repository contains a server exposing a REST API to resolve objects in Indy ledgers and a client for usage with an Aries Framework JavaScript Agent.

By using these components, your mobile application based on AFJ can delegate Indy object resolution to a trusted server supporting any Indy networks you want. This makes the app lighter and avoids the need of managing ZMQ sockets within the mobile environment, which could cause troubles in certain situations.

Take a look at the documentation of client and server for more details.