Skip to content

Enterprise Agent Install guide

osancus edited this page Jun 25, 2020 · 2 revisions

Enterprise Agent Local Installation Guide

Enterprise Agent is a node express server application. In order to install and run the Enterprise Agent locally, there are some pre-requisites. Make sure that a local identity network is up and running.

Pre-requisites

Important Notes

1. Make sure that libindy is configured properly on your OS or Enterprise Agent won't bulld.

2. Make sure that a local identity network is running or Enterprise Agent won't run.

Install and Run locally

Use the following commands to install dependencies and run an Enterprise Agent:

cd PATH_TO_CLONED_PROJECT_HUS_REPO/solo-enterprise-agent-poc
npm install
rm -r $HOME/.indy_client    #to remove any old locally stored wallets
sh init-enterprise-agent.sh

*If you face any node-gyp build error they usually occur due to wrong python version

Upon execution of the above commands, you should have a server running locally at port 3001. This server exposes the API used to interact with Enterprise Agent. See Solo-Enterprise-Agent (SEA) API documentation for reference.

Clone this wiki locally