From fc2679b7b0d1fbbf7598250b413d3ab326b68f0c Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 17 Dec 2020 08:43:53 -0800 Subject: [PATCH] Added Fluidex ecosystem to Ethereum --- data/ecosystems/e/ethereum.toml | 1 + data/ecosystems/f/fluidex.toml | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 data/ecosystems/f/fluidex.toml diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 894d2a8c..345ee2f9 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -52,6 +52,7 @@ sub_ecosystems = [ "Ethereum Name Service", "Fairmint", "Flexa", + "FluiDex", "ForTube", "Frax", "Fuel", diff --git a/data/ecosystems/f/fluidex.toml b/data/ecosystems/f/fluidex.toml new file mode 100644 index 00000000..b7d066d7 --- /dev/null +++ b/data/ecosystems/f/fluidex.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "FluiDex" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Fluidex"] + +# Repositories +[[repo]] +url = "https://github.com/Fluidex/awesome-plonk" + +[[repo]] +url = "https://github.com/Fluidex/bellman" + +[[repo]] +url = "https://github.com/Fluidex/circom_zkutil" + +[[repo]] +url = "https://github.com/Fluidex/circuits" + +[[repo]] +url = "https://github.com/Fluidex/dingir-exchange" + +[[repo]] +url = "https://github.com/Fluidex/plonkit" + +[[repo]] +url = "https://github.com/Fluidex/plonkit_archive" + +[[repo]] +url = "https://github.com/Fluidex/research" + +[[repo]] +url = "https://github.com/Fluidex/solidity_plonk_verifier"