-
Notifications
You must be signed in to change notification settings - Fork 3
Enterprise Agent Install 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.
- Python 3.7.3 (use PyENV)
- Node 11.10.1 (use NVM)
- NPM 6.14.5
- Libindy latest (build guide)
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.
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.