shonjs / aries-toolbox

tool for interacting with Agents

Home Page:https://wiki.hyperledger.org/display/aries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aries Toolbox

The Toolbox makes interacting with Aries Agent easier for developers and system administrators. Toolbox Modules provide user interface for protocols. Debugging information and details are included and visible.

The ToolBox uses the Discover Features Protocol to determine which protocols are supported by the connected agent, and will customize the menu of modules to match supported protocols.

The toolbox can connect to multiple agents simultaneously, each with it's own window. This makes it possible to manage multiple agents, either in production or in technical training exercises.

Project State

The structure of the project is well formed and ready for contribution.

Consult the Architecture and How Modules Work to learn more or contribute a new module.

Many of the included modules rely on administrative protocols that have not yet been through a thorough review. These protocols are supported for ACApy via an extension that can be loaded at runtime. As administrative protocols are reviewed, both the appropriate toolbox modules and the ACApy extensions will be updated.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.

About

tool for interacting with Agents

https://wiki.hyperledger.org/display/aries

License:Apache License 2.0


Languages

Language:Vue 80.5%Language:JavaScript 18.9%Language:HTML 0.4%Language:Shell 0.2%