This directory will contain the code shared between agent agency and host projects.
Because we have added the indy-sdk dependency, the following directions will help with building the shared library. This has been tested on MacOS and windows.
- Download hyperledger indysdk. Follow directions for building indysdk
- Create a directory named
3rd-Party
in the root ofrust-aries-agent
source - In the directory created above, create a symbolic link called
indyrs
toindy-sdk/wrappers/rust
on MacOSand on Windowsln -s indyrs ../../indy-sdk/wrappers/rust
mklink /D indyrs ..\..\indy-sdk\wrappers\rust