Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 733 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 733 Bytes

Rust Aries Shared

This directory will contain the code shared between agent agency and host projects.

Building

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.

  1. Download hyperledger indysdk. Follow directions for building indysdk
  2. Create a directory named 3rd-Party in the root of rust-aries-agent source
  3. In the directory created above, create a symbolic link called indyrs to indy-sdk/wrappers/rust on MacOS
        ln -s indyrs ../../indy-sdk/wrappers/rust
    
    and on Windows
    mklink /D indyrs ..\..\indy-sdk\wrappers\rust