From 81fdf721f7e70d7146b89adf5a680cf1d2c85866 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 17 Oct 2019 09:13:59 -0700 Subject: [PATCH] Added hyperledger aries wallet --- data/ecosystems/h/hyperledger.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/h/hyperledger.toml b/data/ecosystems/h/hyperledger.toml index 22991300..de293f2a 100644 --- a/data/ecosystems/h/hyperledger.toml +++ b/data/ecosystems/h/hyperledger.toml @@ -12,6 +12,9 @@ url = "https://github.com/hyperledger/aries" [[repo]] url = "https://github.com/hyperledger/aries-agent" +[[repo]] +url = "https://github.com/hyperledger/aries-ams" + [[repo]] url = "https://github.com/hyperledger/aries-cloudagent-python"