From 27a3205123cbee1bf2c07bbd97f78441871dd8c2 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 22 Oct 2019 21:39:00 -0700 Subject: [PATCH] Added Alethio Ecosystem --- data/ecosystems/a/alethio.toml | 82 +++++++++++++++++++++++++++++++++ data/ecosystems/e/ethereum.toml | 2 +- 2 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 data/ecosystems/a/alethio.toml diff --git a/data/ecosystems/a/alethio.toml b/data/ecosystems/a/alethio.toml new file mode 100644 index 00000000..1c9016fe --- /dev/null +++ b/data/ecosystems/a/alethio.toml @@ -0,0 +1,82 @@ +# Ecosystem Level Information +title = "Alethio" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Alethio"] + +# Repositories +[[repo]] +url = "https://github.com/Alethio/alethio-gitcoin" + +[[repo]] +url = "https://github.com/Alethio/cms" + +[[repo]] +url = "https://github.com/Alethio/cms-plugin-api" + +[[repo]] +url = "https://github.com/Alethio/cms-plugin-tool" + +[[repo]] +url = "https://github.com/Alethio/ethereum-lite-explorer" + +[[repo]] +url = "https://github.com/Alethio/ethmock" + +[[repo]] +url = "https://github.com/Alethio/ethstats-cli" + +[[repo]] +url = "https://github.com/Alethio/ethstats-lite-explorer" + +[[repo]] +url = "https://github.com/Alethio/ethstats-network-dashboard" + +[[repo]] +url = "https://github.com/Alethio/ethstats-network-server" + +[[repo]] +url = "https://github.com/Alethio/explorer-core-plugins" + +[[repo]] +url = "https://github.com/Alethio/explorer-plugin-3box" + +[[repo]] +url = "https://github.com/Alethio/explorer-plugin-eth-ibft2" + +[[repo]] +url = "https://github.com/Alethio/explorer-plugin-mythx" + +[[repo]] +url = "https://github.com/Alethio/explorer-plugin-opensea" + +[[repo]] +url = "https://github.com/Alethio/explorer-ui" + +[[repo]] +url = "https://github.com/Alethio/memento" + +[[repo]] +url = "https://github.com/Alethio/pantheon" + +[[repo]] +url = "https://github.com/Alethio/ReDoc" + +[[repo]] +url = "https://github.com/Alethio/spilo" + +[[repo]] +url = "https://github.com/Alethio/static-assets" + +[[repo]] +url = "https://github.com/Alethio/testnet" + +[[repo]] +url = "https://github.com/Alethio/ui" + +[[repo]] +url = "https://github.com/Alethio/web3-0.x-wrapper" + +[[repo]] +url = "https://github.com/Alethio/web3-go" diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 08a5114b..8b6178f1 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -1,7 +1,7 @@ # Ecosystem Level Information title = "Ethereum" -sub_ecosystems = ["0x", "Aragon", "Augur", "Aztec Protocol", "Bancor", "Bloom", "Cartesi", "Celer Network", "Compound", "Connext Network", "Consensys", "Counterfactual", "Decentraland", "Dharma Protocol", "Enigma", "Enjin Coin", "FunFair", "Gitcoin", "Gnosis", "Golem", "InstaDApp", "Keep network", "Kyber Network", "Loom Network", "Maker", "Matic Network", "Matter Labs", "Melon", "MetaMask", "Moloch", "MyBit", "NuCypher", "Nuo Lend", "OmiseGo", "Origin Protocol", "Pisa Research", "Plasma", "POA Network", "Set Protocol", "Skale Network", "SpankChain", "Status", "Storj", "Synthetix", "The Graph", "Truffle", "Uma Protocol", "Uniswap", "uPort", "ZoKrates"] +sub_ecosystems = ["0x", "Alethio", "Aragon", "Augur", "Aztec Protocol", "Bancor", "Bloom", "Cartesi", "Celer Network", "Compound", "Connext Network", "Consensys", "Counterfactual", "Decentraland", "Dharma Protocol", "Enigma", "Enjin Coin", "FunFair", "Gitcoin", "Gnosis", "Golem", "InstaDApp", "Keep network", "Kyber Network", "Loom Network", "Maker", "Matic Network", "Matter Labs", "Melon", "MetaMask", "Moloch", "MyBit", "NuCypher", "Nuo Lend", "OmiseGo", "Origin Protocol", "Pisa Research", "Plasma", "POA Network", "Set Protocol", "Skale Network", "SpankChain", "Status", "Storj", "Synthetix", "The Graph", "Truffle", "Uma Protocol", "Uniswap", "uPort", "ZoKrates"] github_organizations = ["https://github.com/argentlabs", "https://github.com/crytic", "https://github.com/ethereum", "https://github.com/ewasm", "https://github.com/fortmatic", "https://github.com/NethermindEth", "https://github.com/nomiclabs", "https://github.com/PegaSysEng", "https://github.com/prysmaticlabs", "https://github.com/sigp", "https://github.com/Tenderly", "https://github.com/umbracle", "https://github.com/yeeth"]