From 94010f29bceba251f539029aadca36fc132ff2b7 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:24:00 -0800 Subject: [PATCH] Added Biconomy ecosystem --- data/ecosystems/b/biconomy.toml | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/ecosystems/b/biconomy.toml diff --git a/data/ecosystems/b/biconomy.toml b/data/ecosystems/b/biconomy.toml new file mode 100644 index 00000000..f29fa7e1 --- /dev/null +++ b/data/ecosystems/b/biconomy.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Biconomy" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/bcnmy"] + +# Repositories +[[repo]] +url = "https://github.com/bcnmy/compound-demo" + +[[repo]] +url = "https://github.com/bcnmy/dapp-demo" + +[[repo]] +url = "https://github.com/bcnmy/erc20-forwarder-demo" + +[[repo]] +url = "https://github.com/bcnmy/metatx-standard" + +[[repo]] +url = "https://github.com/bcnmy/mexa" + +[[repo]] +url = "https://github.com/bcnmy/mexa-examples" + +[[repo]] +url = "https://github.com/bcnmy/mexa-sdk" + +[[repo]] +url = "https://github.com/bcnmy/moonShot" + +[[repo]] +url = "https://github.com/bcnmy/wallet-integrations"