From e3a1c43d82d93d1d48aae71511722459785ba5fc Mon Sep 17 00:00:00 2001 From: btandowsky <96503989+btandowsky@users.noreply.github.com> Date: Fri, 15 Jul 2022 10:50:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0039352..c8ef252 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To make the app work, we integrated several public APIs as well as Compound whic 1. Wyre (https://www.sendwyre.com/) to verify user identity and buy DAI (a stablecoin pegged to $1) with the US dollars. 2. Plaid (https://plaid.com/) to connect users' bank accounts 3. Compound (https://compound.finance/) to earn interest on top of DAI -4. Alchemy (https://alchemyapi.io) to propagate transactions to the Ethereum network +4. Alchemy (https://www.alchemy.com/) to propagate transactions to the Ethereum network 5. Ethereum as the underlying smart-contract technology that enables Open Finance ## Authors