From 22f0059aee3681fa6ecfd5ba14e18509a3a69664 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Mon, 27 Apr 2020 15:42:02 -0700 Subject: [PATCH] Added more Summa repos around spv proofs and simple utxo transactions in rust --- data/ecosystems/s/summa.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/ecosystems/s/summa.toml b/data/ecosystems/s/summa.toml index a4325a70..72f559fd 100644 --- a/data/ecosystems/s/summa.toml +++ b/data/ecosystems/s/summa.toml @@ -6,12 +6,18 @@ sub_ecosystems = [] github_organizations = ["https://github.com/summa-tx"] # Repositories +[[repo]] +url = "https://github.com/summa-tx/bcoin-relaylib" + [[repo]] url = "https://github.com/summa-tx/bitcoin-spv" [[repo]] url = "https://github.com/summa-tx/burning-bitcoin" +[[repo]] +url = "https://github.com/summa-tx/enhanced-tokens" + [[repo]] url = "https://github.com/summa-tx/metamask-extension" @@ -39,12 +45,18 @@ url = "https://github.com/summa-tx/riemann-keys" [[repo]] url = "https://github.com/summa-tx/riemann-ledger" +[[repo]] +url = "https://github.com/summa-tx/riemann-rs" + [[repo]] url = "https://github.com/summa-tx/riemann-workshop" [[repo]] url = "https://github.com/summa-tx/riemann-zeta" +[[repo]] +url = "https://github.com/summa-tx/SatMask" + [[repo]] url = "https://github.com/summa-tx/secpy256k1"