From b53c90500ff63cd4101c53c042dda7ec0a3631ab Mon Sep 17 00:00:00 2001 From: midegdugarova Date: Thu, 21 Oct 2021 18:36:11 +0200 Subject: [PATCH] Adding Polkadot Ecosystem details and their sub-ecosystems. --- .gitignore | 4 + data/ecosystems/a/acala.toml | 184 +++++++------ data/ecosystems/a/adoria-soft.toml | 7 + data/ecosystems/a/akropolis .toml | 16 ++ data/ecosystems/a/apron-labs.toml | 74 +++++ data/ecosystems/a/astar-network.toml | 90 +++++++ data/ecosystems/a/automata-network.toml | 80 ++++++ data/ecosystems/b/bit.country.toml | 35 +++ data/ecosystems/b/borlaug-web-services.toml | 12 + data/ecosystems/c/caelum-labs.toml | 14 + data/ecosystems/c/cere.toml | 75 ++++++ data/ecosystems/c/chainsafe.toml | 9 + data/ecosystems/c/chainx.toml | 15 ++ data/ecosystems/c/chronicled.toml | 24 ++ data/ecosystems/c/creator.toml | 29 ++ data/ecosystems/d/darwinia network.toml | 156 +++++++++++ data/ecosystems/d/data-highway.toml | 87 ++++++ data/ecosystems/d/datdot.toml | 29 ++ data/ecosystems/d/deepbrainchain.toml | 29 ++ data/ecosystems/d/deeper-network.toml | 17 ++ data/ecosystems/d/dora-factory.toml | 41 +++ data/ecosystems/d/dotmog.toml | 21 ++ data/ecosystems/d/dtrade.toml | 14 + data/ecosystems/e/encointer.toml | 45 ++++ data/ecosystems/e/energy-web-foundation.toml | 32 +++ data/ecosystems/e/enjin.toml | 29 ++ data/ecosystems/e/equilibrium.toml | 53 ++++ data/ecosystems/e/etcdev.toml | 10 + data/ecosystems/e/ethereum.toml | 8 +- data/ecosystems/e/evercity.toml | 27 ++ data/ecosystems/f/figment.toml | 36 +++ data/ecosystems/f/flexdapps.toml | 29 ++ data/ecosystems/g/gamedao.toml | 29 ++ data/ecosystems/g/geefu.toml | 11 + data/ecosystems/h/halva.toml | 21 ++ data/ecosystems/i/integritee.toml | 41 +++ data/ecosystems/k/kulupu.toml | 17 ++ data/ecosystems/l/limechain.toml | 119 ++++++++ data/ecosystems/l/linear-finance.toml | 23 ++ data/ecosystems/m/mangata finance.toml | 34 +++ data/ecosystems/m/manta-network.toml | 92 +++++++ data/ecosystems/m/math-chain.toml | 122 +++++++++ data/ecosystems/m/mixbytes.toml | 26 ++ data/ecosystems/m/moonbeam.toml | 179 +++++++++++- data/ecosystems/m/moonpay.toml | 32 +++ data/ecosystems/n/node-factory.toml | 28 ++ data/ecosystems/n/nodle.toml | 54 ++++ data/ecosystems/o/oax.toml | 26 ++ data/ecosystems/o/obsidian-labs.toml | 23 ++ data/ecosystems/o/on-finality.toml | 16 ++ data/ecosystems/p/parallel-finance.toml | 60 +++++ data/ecosystems/p/patract-labs.toml | 136 ++++++++++ data/ecosystems/p/phala network.toml | 269 +++++++++++++++++++ data/ecosystems/p/polkadot.toml | 185 ++++++++++++- data/ecosystems/p/polkahub.toml | 15 ++ data/ecosystems/p/polkascan.toml | 57 ++++ data/ecosystems/p/polkassembly.toml | 13 + data/ecosystems/p/polkastats.toml | 29 ++ data/ecosystems/p/polkawallet.toml | 14 + data/ecosystems/p/polymath.toml | 70 +++-- data/ecosystems/p/pontem-network.toml | 51 ++++ data/ecosystems/s/safepal.toml | 20 ++ data/ecosystems/s/sensorium.toml | 20 ++ data/ecosystems/s/snowfork.toml | 9 + data/ecosystems/s/social-network.toml | 32 +++ data/ecosystems/s/stafi.toml | 9 +- data/ecosystems/s/subquery.toml | 31 +++ data/ecosystems/s/subscan.toml | 38 +++ data/ecosystems/s/subsocial.toml | 71 +++++ data/ecosystems/s/subspace-network.toml | 56 ++++ data/ecosystems/s/subsquid.toml | 22 ++ data/ecosystems/t/t3rn.toml | 36 +++ data/ecosystems/t/tea-project.toml | 86 ++++++ data/ecosystems/t/tpfs.toml | 3 + data/ecosystems/u/unique-network.toml | 36 +++ data/ecosystems/v/virto-network.toml | 18 ++ data/ecosystems/z/zcloak-network.toml | 37 +++ data/ecosystems/z/zeitgeist.toml | 38 +++ data/ecosystems/z/zeropool.toml | 45 ++++ data/ecosystems/z/zondax.toml | 15 ++ 80 files changed, 3630 insertions(+), 115 deletions(-) create mode 100644 data/ecosystems/a/adoria-soft.toml create mode 100644 data/ecosystems/a/akropolis .toml create mode 100644 data/ecosystems/a/apron-labs.toml create mode 100644 data/ecosystems/a/automata-network.toml create mode 100644 data/ecosystems/b/bit.country.toml create mode 100644 data/ecosystems/b/borlaug-web-services.toml create mode 100644 data/ecosystems/c/caelum-labs.toml create mode 100644 data/ecosystems/c/cere.toml create mode 100644 data/ecosystems/c/chainx.toml create mode 100644 data/ecosystems/c/chronicled.toml create mode 100644 data/ecosystems/c/creator.toml create mode 100644 data/ecosystems/d/darwinia network.toml create mode 100644 data/ecosystems/d/data-highway.toml create mode 100644 data/ecosystems/d/datdot.toml create mode 100644 data/ecosystems/d/deepbrainchain.toml create mode 100644 data/ecosystems/d/deeper-network.toml create mode 100644 data/ecosystems/d/dora-factory.toml create mode 100644 data/ecosystems/d/dtrade.toml create mode 100644 data/ecosystems/e/energy-web-foundation.toml create mode 100644 data/ecosystems/e/enjin.toml create mode 100644 data/ecosystems/e/equilibrium.toml create mode 100644 data/ecosystems/e/etcdev.toml create mode 100644 data/ecosystems/e/evercity.toml create mode 100644 data/ecosystems/f/figment.toml create mode 100644 data/ecosystems/f/flexdapps.toml create mode 100644 data/ecosystems/g/gamedao.toml create mode 100644 data/ecosystems/g/geefu.toml create mode 100644 data/ecosystems/h/halva.toml create mode 100644 data/ecosystems/i/integritee.toml create mode 100644 data/ecosystems/k/kulupu.toml create mode 100644 data/ecosystems/l/limechain.toml create mode 100644 data/ecosystems/l/linear-finance.toml create mode 100644 data/ecosystems/m/mangata finance.toml create mode 100644 data/ecosystems/m/math-chain.toml create mode 100644 data/ecosystems/m/mixbytes.toml create mode 100644 data/ecosystems/m/moonpay.toml create mode 100644 data/ecosystems/n/node-factory.toml create mode 100644 data/ecosystems/n/nodle.toml create mode 100644 data/ecosystems/o/oax.toml create mode 100644 data/ecosystems/o/obsidian-labs.toml create mode 100644 data/ecosystems/o/on-finality.toml create mode 100644 data/ecosystems/p/patract-labs.toml create mode 100644 data/ecosystems/p/phala network.toml create mode 100644 data/ecosystems/p/polkahub.toml create mode 100644 data/ecosystems/p/polkassembly.toml create mode 100644 data/ecosystems/p/polkastats.toml create mode 100644 data/ecosystems/p/polkawallet.toml create mode 100644 data/ecosystems/s/safepal.toml create mode 100644 data/ecosystems/s/sensorium.toml create mode 100644 data/ecosystems/s/social-network.toml create mode 100644 data/ecosystems/s/subquery.toml create mode 100644 data/ecosystems/s/subscan.toml create mode 100644 data/ecosystems/s/subsocial.toml create mode 100644 data/ecosystems/s/subspace-network.toml create mode 100644 data/ecosystems/s/subsquid.toml create mode 100644 data/ecosystems/t/t3rn.toml create mode 100644 data/ecosystems/t/tea-project.toml create mode 100644 data/ecosystems/t/tpfs.toml create mode 100644 data/ecosystems/v/virto-network.toml create mode 100644 data/ecosystems/z/zcloak-network.toml create mode 100644 data/ecosystems/z/zeitgeist.toml create mode 100644 data/ecosystems/z/zeropool.toml diff --git a/.gitignore b/.gitignore index 20434d55..cb5aeb41 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ # .idea + +# Removes .DS_STORE files from commit +.DS_Store +.DS_Store? diff --git a/data/ecosystems/a/acala.toml b/data/ecosystems/a/acala.toml index 1a018448..4b8fd917 100644 --- a/data/ecosystems/a/acala.toml +++ b/data/ecosystems/a/acala.toml @@ -7,25 +7,25 @@ github_organizations = ["https://github.com/AcalaNetwork"] # Repositories [[repo]] -url = "https://github.com/AcalaNetwork/Acala" + url = "https://github.com/AcalaNetwork/Acala" [[repo]] -url = "https://github.com/AcalaNetwork/acala-dapp" + url = "https://github.com/AcalaNetwork/Acala-white-paper" [[repo]] -url = "https://github.com/AcalaNetwork/acala-evm-tests" + url = "https://github.com/AcalaNetwork/Web3-collaboration" [[repo]] -url = "https://github.com/AcalaNetwork/Acala-Grants-Program" + url = "https://github.com/AcalaNetwork/apps" [[repo]] -url = "https://github.com/AcalaNetwork/acala-js-example" + url = "https://github.com/AcalaNetwork/acala.js" [[repo]] -url = "https://github.com/AcalaNetwork/acala-official-website" + url = "https://github.com/AcalaNetwork/acala-utils" [[repo]] -url = "https://github.com/AcalaNetwork/acala-oracle-dispatcher" + url = "https://github.com/AcalaNetwork/lucky-running-nodes" [[repo]] url = "https://github.com/AcalaNetwork/acala-release-note-action" @@ -34,61 +34,7 @@ url = "https://github.com/AcalaNetwork/acala-release-note-action" url = "https://github.com/AcalaNetwork/acala-subql" [[repo]] -url = "https://github.com/AcalaNetwork/acala-test-utils" - -[[repo]] -url = "https://github.com/AcalaNetwork/acala-utils" - -[[repo]] -url = "https://github.com/AcalaNetwork/Acala-white-paper" - -[[repo]] -url = "https://github.com/AcalaNetwork/acala-wiki" - -[[repo]] -url = "https://github.com/AcalaNetwork/acala.js" - -[[repo]] -url = "https://github.com/AcalaNetwork/api" - -[[repo]] -url = "https://github.com/AcalaNetwork/apps" - -[[repo]] -url = "https://github.com/AcalaNetwork/bench-bot" - -[[repo]] -url = "https://github.com/AcalaNetwork/bodhi.js" - -[[repo]] -url = "https://github.com/AcalaNetwork/cdp-bot-template" - -[[repo]] -url = "https://github.com/AcalaNetwork/chain-sync-server" - -[[repo]] -url = "https://github.com/AcalaNetwork/ChainBridge" - -[[repo]] -url = "https://github.com/AcalaNetwork/chainbridge-substrate" - -[[repo]] -url = "https://github.com/AcalaNetwork/chainbridge-utils" - -[[repo]] -url = "https://github.com/AcalaNetwork/collateral-auction-bot-template" - -[[repo]] -url = "https://github.com/AcalaNetwork/contracts" - -[[repo]] -url = "https://github.com/AcalaNetwork/data-warn-bot" - -[[repo]] -url = "https://github.com/AcalaNetwork/devops" - -[[repo]] -url = "https://github.com/AcalaNetwork/docs" +url = "https://github.com/AcalaNetwork/faucet-bot" [[repo]] url = "https://github.com/AcalaNetwork/e2e" @@ -97,10 +43,61 @@ url = "https://github.com/AcalaNetwork/e2e" url = "https://github.com/AcalaNetwork/ecosystem-template" [[repo]] -url = "https://github.com/AcalaNetwork/elara-docs" +url = "https://github.com/AcalaNetwork/acala-wiki" [[repo]] -url = "https://github.com/AcalaNetwork/eth-rpc-adaptor" +url = "https://github.com/AcalaNetwork/ren-substrate-example" + +[[repo]] +url = "https://github.com/AcalaNetwork/guardian-bot-heroku-template" + +[[repo]] +url = "https://github.com/AcalaNetwork/api" + +[[repo]] +url = "https://github.com/AcalaNetwork/apps" + +[[repo]] +url = "https://github.com/AcalaNetwork/cdp-bot-template" + +[[repo]] +url = "https://github.com/AcalaNetwork/acala-test-utils" + +[[repo]] +url = "https://github.com/AcalaNetwork/polakdot-hello-world-acala" + +[[repo]] +url = "https://github.com/AcalaNetwork/predeploy-contracts" + +[[repo]] +url = "https://github.com/AcalaNetwork/evm-provider" + +[[repo]] +url = "https://github.com/AcalaNetwork/linkdrop-monorepo" + +[[repo]] +url = "https://github.com/AcalaNetwork/docs" + +[[repo]] +url = "https://github.com/AcalaNetwork/bodhi.js" + +[[repo]] +url = "https://github.com/AcalaNetwork/karura-website" + +[[repo]] +url = "https://github.com/AcalaNetwork/Open-Grants-Program" + +[[repo]] +url = "https://github.com/AcalaNetwork/data-warn-bot" + +[[repo]] +url = "https://github.com/AcalaNetwork/devops" + +[[repo]] +url = "https://github.com/AcalaNetwork/acala-evm-tests" + +[[repo]] +url = "https://github.com/AcalaNetwork/polkawallet_plugin_acala" [[repo]] url = "https://github.com/AcalaNetwork/ethereum" @@ -109,70 +106,82 @@ url = "https://github.com/AcalaNetwork/ethereum" url = "https://github.com/AcalaNetwork/evm" [[repo]] -url = "https://github.com/AcalaNetwork/evm-dapp-collection" + url = "https://github.com/AcalaNetwork/evm-examples" [[repo]] -url = "https://github.com/AcalaNetwork/evm-examples" + url = "https://github.com/AcalaNetwork/Grant-Milestone-Delivery" [[repo]] -url = "https://github.com/AcalaNetwork/evm-playground" + url = "https://github.com/AcalaNetwork/acala-subql" [[repo]] -url = "https://github.com/AcalaNetwork/evm-provider" + url = "https://github.com/AcalaNetwork/bench-bot" [[repo]] -url = "https://github.com/AcalaNetwork/faucet-bot" + url = "https://github.com/AcalaNetwork/polka-defi-website" [[repo]] -url = "https://github.com/AcalaNetwork/Grant-Milestone-Delivery" + url = "https://github.com/AcalaNetwork/polkadot" [[repo]] -url = "https://github.com/AcalaNetwork/guardian-bot-heroku-template" + url = "https://github.com/AcalaNetwork/translation" [[repo]] -url = "https://github.com/AcalaNetwork/issue-collection" + url = "https://github.com/AcalaNetwork/xcm-format" [[repo]] -url = "https://github.com/AcalaNetwork/karura-dashboard" + url = "https://github.com/AcalaNetwork/issue-collection" [[repo]] -url = "https://github.com/AcalaNetwork/karura-testnet" + url = "https://github.com/AcalaNetwork/evm-dapp-collection" [[repo]] -url = "https://github.com/AcalaNetwork/karura-website" + url = "https://github.com/AcalaNetwork/substrate" [[repo]] -url = "https://github.com/AcalaNetwork/karura-whitepaper" + url = "https://github.com/AcalaNetwork/chainbridge-substrate" [[repo]] -url = "https://github.com/AcalaNetwork/linkdrop-monorepo" + url = "https://github.com/AcalaNetwork/ChainBridge" [[repo]] -url = "https://github.com/AcalaNetwork/lucky-running-nodes" + url = "https://github.com/AcalaNetwork/chainbridge-utils" [[repo]] -url = "https://github.com/AcalaNetwork/Open-Grants-Program" + url = "https://github.com/AcalaNetwork/Acala-Grants-Program" [[repo]] -url = "https://github.com/AcalaNetwork/polakdot-hello-world-acala" + url = "https://github.com/AcalaNetwork/product-feedback" [[repo]] -url = "https://github.com/AcalaNetwork/polka-defi-website" + url = "https://github.com/AcalaNetwork/acala-js-example" [[repo]] -url = "https://github.com/AcalaNetwork/polkadot" + url = "https://github.com/AcalaNetwork/karura-testnet" [[repo]] -url = "https://github.com/AcalaNetwork/polkadot-js-common" + url = "https://github.com/AcalaNetwork/polkadot-js-common" [[repo]] -url = "https://github.com/AcalaNetwork/polkawallet_plugin_acala" + url = "https://github.com/AcalaNetwork/txwrapper" [[repo]] -url = "https://github.com/AcalaNetwork/polkawallet_plugin_karura" + url = "https://github.com/AcalaNetwork/subql-dictionary" [[repo]] -url = "https://github.com/AcalaNetwork/predeploy-contracts" + url = "https://github.com/AcalaNetwork/karura-whitepaper" + +[[repo]] + url = "https://github.com/AcalaNetwork/karura-dashboard" + +[[repo]] + url = "https://github.com/AcalaNetwork/eth-rpc-adaptor" + +[[repo]] + url = "https://github.com/AcalaNetwork/polkawallet_plugin_karura" + +[[repo]] + url = "https://github.com/AcalaNetwork/tools" [[repo]] url = "https://github.com/AcalaNetwork/price-server" @@ -203,3 +212,6 @@ url = "https://github.com/AcalaNetwork/Web3-collaboration" [[repo]] url = "https://github.com/AcalaNetwork/xcm-format" + +[[repo]] +url = "https://github.com/AcalaNetwork/acala-release-note-action" diff --git a/data/ecosystems/a/adoria-soft.toml b/data/ecosystems/a/adoria-soft.toml new file mode 100644 index 00000000..9f2cf1c0 --- /dev/null +++ b/data/ecosystems/a/adoria-soft.toml @@ -0,0 +1,7 @@ +title = "Adoria Soft" +sub_ecosystems = [] +github_organizations = ["https://github.com/adoriasoft"] + +# Repositories +[[repo]] +url = "https://github.com/adoriasoft/polkadot_cosmos_integration" diff --git a/data/ecosystems/a/akropolis .toml b/data/ecosystems/a/akropolis .toml new file mode 100644 index 00000000..c0f812bb --- /dev/null +++ b/data/ecosystems/a/akropolis .toml @@ -0,0 +1,16 @@ +title = "Akropolis " +sub_ecosystems = [] +github_organizations = ["https://github.com/akropolisio"] + +# Repositories +[[repo]] +url = "https://github.com/akropolisio/polkahub-monorepo" + +[[repo]] +url = "https://github.com/akropolisio/akropolis-network" + +[[repo]] +url = "https://github.com/akropolisio/POC-polkadai-bridge" + +[[repo]] +url = "https://github.com/akropolisio/akropolisOS-chain-node" diff --git a/data/ecosystems/a/apron-labs.toml b/data/ecosystems/a/apron-labs.toml new file mode 100644 index 00000000..c7b6fdcb --- /dev/null +++ b/data/ecosystems/a/apron-labs.toml @@ -0,0 +1,74 @@ +title = "Apron Labs" +sub_ecosystems = [] +github_organizations = ["https://github.com/Apron-Network"] + +# Repositories + +[[repo]] +url = "https://github.com/Apron-Network/apron-node" + +[[repo]] +url = "https://github.com/Apron-Network/Apron-Network.github.io" + +[[repo]] +url = "https://github.com/Apron-Network/heco-explorer" + +[[repo]] +url = "https://github.com/Apron-Network/dashboard-static" + +[[repo]] +url = "https://github.com/Apron-Network/apron-contracts" + +[[repo]] +url = "https://github.com/Apron-Network/materials" + +[[repo]] +url = "https://github.com/Apron-Network/ink" + +[[repo]] +url = "https://github.com/Apron-Network/apron-deployer" + +[[repo]] +url = "https://github.com/Apron-Network/apps" + +[[repo]] +url = "https://github.com/Apron-Network/prelaunch" + +[[repo]] +url = "https://github.com/Apron-Network/patract-open-platform-program" + +[[repo]] +url = "https://github.com/Apron-Network/branding" + +[[repo]] +url = "https://github.com/Apron-Network/apron-gateway-p2p" + +[[repo]] +url = "https://github.com/Apron-Network/investors" + +[[repo]] +url = "https://github.com/Apron-Network/kpron-parachain" + +[[repo]] +url = "https://github.com/Apron-Network/upptime" + +[[repo]] +url = "https://github.com/Apron-Network/blockbook" + +[[repo]] +url = "https://github.com/Apron-Network/slot_crowdfunding" + +[[repo]] +url = "https://github.com/Apron-Network/crowdloan-ui" + +[[repo]] +url = "https://github.com/Apron-Network/dashboard-static_test" + +[[repo]] +url = "https://github.com/Apron-Network/apron-marketplace" + +[[repo]] +url = "https://github.com/Apron-Network/testing" + +[[repo]] +url = "https://github.com/Apron-Network/stakeing-page-static-test" diff --git a/data/ecosystems/a/astar-network.toml b/data/ecosystems/a/astar-network.toml index 80f17d1b..3bed2c6e 100644 --- a/data/ecosystems/a/astar-network.toml +++ b/data/ecosystems/a/astar-network.toml @@ -54,12 +54,39 @@ url = "https://github.com/PlasmNetwork/defillama-app" [[repo]] url = "https://github.com/PlasmNetwork/ethereum" +[[repo]] +url = "https://github.com/PlasmNetwork/ink-playground" + +[[repo]] +url = "https://github.com/PlasmNetwork/plasmdocs" + +[[repo]] +url = "https://github.com/PlasmNetwork/lockdrop-ui" + +[[repo]] +url = "https://github.com/PlasmNetwork/plasmnet.io" + +[[repo]] +url = "https://github.com/PlasmNetwork/plasm-apps" + +[[repo]] +url = "https://github.com/PlasmNetwork/api" + +[[repo]] +url = "https://github.com/PlasmNetwork/ZKRollups" + +[[repo]] +url = "https://github.com/PlasmNetwork/Open-Grants-Program" + [[repo]] url = "https://github.com/PlasmNetwork/ethereum-bridge-old" [[repo]] url = "https://github.com/PlasmNetwork/evm" +[[repo]] +url = "https://github.com/PlasmNetwork/plasm-apps-vue" + [[repo]] url = "https://github.com/PlasmNetwork/frontier" @@ -72,6 +99,9 @@ url = "https://github.com/PlasmNetwork/Grant-Milestone-Delivery" [[repo]] url = "https://github.com/PlasmNetwork/graph-node" +[[repo]] +url = "https://github.com/PlasmNetwork/plonk" + [[repo]] url = "https://github.com/PlasmNetwork/growth-program" @@ -143,3 +173,63 @@ url = "https://github.com/PlasmNetwork/ZKRollups" [[repo]] url = "https://github.com/PlasmNetwork/ZKRollups-CLI" + +[[repo]] +url = "https://github.com/PlasmNetwork/ovmi" + +[[repo]] +url = "https://github.com/PlasmNetwork/tutorials" + +[[repo]] +url = "https://github.com/PlasmNetwork/builders-program" + +[[repo]] +url = "https://github.com/PlasmNetwork/plo-script" + +[[repo]] +url = "https://github.com/PlasmNetwork/shiden-lp" + +[[repo]] +url = "https://github.com/PlasmNetwork/crowdstaking" + +[[repo]] +url = "https://github.com/PlasmNetwork/astar-faucet-bot" + +[[repo]] +url = "https://github.com/PlasmNetwork/DefiLlama-Adapters" + +[[repo]] +url = "https://github.com/PlasmNetwork/sushiswap-sdk" + +[[repo]] +url = "https://github.com/PlasmNetwork/chainbridge-ui" + +[[repo]] +url = "https://github.com/PlasmNetwork/metamask-mobile" + +[[repo]] +url = "https://github.com/PlasmNetwork/metamask-extension" + +[[repo]] +url = "https://github.com/PlasmNetwork/icons" + +[[repo]] +url = "https://github.com/PlasmNetwork/default-token-list" + +[[repo]] +url = "https://github.com/PlasmNetwork/substrate-api-sidecar" + +[[repo]] +url = "https://github.com/PlasmNetwork/astar-apps" + +[[repo]] +url = "https://github.com/PlasmNetwork/astar-lp" + +[[repo]] +url = "https://github.com/PlasmNetwork/chainbridge-interface" + +[[repo]] +url = "https://github.com/PlasmNetwork/defillama-app" + +[[repo]] +url = "https://github.com/PlasmNetwork/chains" diff --git a/data/ecosystems/a/automata-network.toml b/data/ecosystems/a/automata-network.toml new file mode 100644 index 00000000..a7417360 --- /dev/null +++ b/data/ecosystems/a/automata-network.toml @@ -0,0 +1,80 @@ +title = "Automata Network" +sub_ecosystems = [] +github_organizations = [] + +# Repositories + +[[repo]] + url = "https://github.com/automata-network/frontier" + +[[repo]] + url = "https://github.com/automata-network/docs" + +[[repo]] + url = "https://github.com/automata-network/apps" + +[[repo]] + url = "https://github.com/automata-network/automata" + +[[repo]] + url = "https://github.com/automata-network/assets" + +[[repo]] + url = "https://github.com/automata-network/gtoken-sdk" + +[[repo]] + url = "https://github.com/automata-network/automata-v3" + +[[repo]] + url = "https://github.com/automata-network/conveyor-assets" + +[[repo]] + url = "https://github.com/automata-network/sushiswap-interface" + +[[repo]] + url = "https://github.com/automata-network/sushiswap-sdk" + +[[repo]] + url = "https://github.com/automata-network/chainbridge-utils" + +[[repo]] + url = "https://github.com/automata-network/chainbridge-substrate-events" + +[[repo]] + url = "https://github.com/automata-network/ChainBridge" + +[[repo]] + url = "https://github.com/automata-network/chainbridge-deploy" + +[[repo]] + url = "https://github.com/automata-network/chainbridge-ui" + +[[repo]] + url = "https://github.com/automata-network/chainbridge-solidity" + +[[repo]] + url = "https://github.com/automata-network/substrate" + +[[repo]] + url = "https://github.com/automata-network/jsonrpc" + +[[repo]] + url = "https://github.com/automata-network/mev-wiki" + +[[repo]] + url = "https://github.com/automata-network/conveyor-sdk" + +[[repo]] + url = "https://github.com/automata-network/automata-common" + +[[repo]] + url = "https://github.com/automata-network/go-substrate-rpc-client" + +[[repo]] + url = "https://github.com/automata-network/automata-apps" + +[[repo]] + url = "https://github.com/automata-network/extension" + +[[repo]] + url = "https://github.com/automata-network/polkadot-json-common" \ No newline at end of file diff --git a/data/ecosystems/b/bit.country.toml b/data/ecosystems/b/bit.country.toml new file mode 100644 index 00000000..38c55f6e --- /dev/null +++ b/data/ecosystems/b/bit.country.toml @@ -0,0 +1,35 @@ +title = "Bit.country" +sub_ecosystems = [] +github_organizations = ["https://github.com/bit-country/"] + +# Repositories + +[[repo]] + url = "https://github.com/bit-country/Bit-Country-Dapp" + +[[repo]] + url = "https://github.com/bit-country/Metaverse-Network" + +[[repo]] + url = "https://github.com/bit-country/apps" + +[[repo]] + url = "https://github.com/bit-country/sprint1-challenges" + +[[repo]] + url = "https://github.com/bit-country/open-runtime-module-library" + +[[repo]] + url = "https://github.com/bit-country/bitcountry-docs" + +[[repo]] + url = "https://github.com/bit-country/ambassador" + +[[repo]] + url = "https://github.com/bit-country/bit.country-website" + +[[repo]] + url = "https://github.com/bit-country/bench-bot" + +[[repo]] + url = "https://github.com/bit-country/frontier" diff --git a/data/ecosystems/b/borlaug-web-services.toml b/data/ecosystems/b/borlaug-web-services.toml new file mode 100644 index 00000000..b1ebbbc5 --- /dev/null +++ b/data/ecosystems/b/borlaug-web-services.toml @@ -0,0 +1,12 @@ +title = "Borlaug Web Services" +sub_ecosystems = [] +github_organizations = ["https://github.com/BorlaugWebServices"] + +# Repositories + +[[repo]] +url = "https://github.com/BorlaugWebServices/substrate-subxt" + +[[repo]] +url = "https://github.com/BorlaugWebServices/borlaug" + diff --git a/data/ecosystems/c/caelum-labs.toml b/data/ecosystems/c/caelum-labs.toml new file mode 100644 index 00000000..93e9707b --- /dev/null +++ b/data/ecosystems/c/caelum-labs.toml @@ -0,0 +1,14 @@ +title = "Caelum Labs" +sub_ecosystems = [] +github_organizations = ["https://github.com/Caelumlabs"] +# Repositories + +[[repo]] +url = "https://github.com/Caelumlabs/Open-Grants-Program" + +[[repo]] +url = "https://github.com/Caelumlabs/caelum" + +[[repo]] +url = "https://github.com/Caelumlabs/caelum-sdk" + diff --git a/data/ecosystems/c/cere.toml b/data/ecosystems/c/cere.toml new file mode 100644 index 00000000..7ca43ad6 --- /dev/null +++ b/data/ecosystems/c/cere.toml @@ -0,0 +1,75 @@ +title = "Cere" +sub_ecosystems = [] +github_organizations = ["https://github.com/Cerebellum-Network/"] + +# Repositories + +[[repo]] +url = "https://github.com/Cerebellum-Network/private-standalone-network-node" + +[[repo]] +url = "https://github.com/Cerebellum-Network/Cere-Identity-Custody-SDK" + +[[repo]] +url = "https://github.com/Cerebellum-Network/ddc-smart-contract" + +[[repo]] +url = "https://github.com/Cerebellum-Network/test-scripts" + +[[repo]] +url = "https://github.com/Cerebellum-Network/block-viewer" + +[[repo]] +url = "https://github.com/Cerebellum-Network/pos-network-node" + +[[repo]] +url = "https://github.com/Cerebellum-Network/laboratory-api" + +[[repo]] +url = "https://github.com/Cerebellum-Network/laboratory-ui" +[[repo]] +url = "https://github.com/Cerebellum-Network/ddc-data-viewer" +[[repo]] +url = "https://github.com/Cerebellum-Network/ddc-encryption-impl-kotlin" + +[[repo]] +url = "https://github.com/Cerebellum-Network/ddc-node-api-kotlin" + +[[repo]] +url = "https://github.com/Cerebellum-Network/nodes-installation-scripts" + +[[repo]] +url = "https://github.com/Cerebellum-Network/network-relayer" + +[[repo]] +url = "https://github.com/Cerebellum-Network/chainbridge-utils" + +[[repo]] +url = "https://github.com/Cerebellum-Network/chainbridge-substrate-events" + +[[repo]] +url = "https://github.com/Cerebellum-Network/chainbridge-solidity" + +[[repo]] +url = "https://github.com/Cerebellum-Network/chainbridge-deploy" + +[[repo]] +url = "https://github.com/Cerebellum-Network/extension" + +[[repo]] +url = "https://github.com/Cerebellum-Network/ddc-client-kotlin" + +[[repo]] +url = "https://github.com/Cerebellum-Network/ddc-cli" + +[[repo]] +url = "https://github.com/Cerebellum-Network/app-assets-smart-contract" + +[[repo]] +url = "https://github.com/Cerebellum-Network/go-substrate-rpc-client" + +[[repo]] +url = "https://github.com/Cerebellum-Network/chainbridge-ui" + +[[repo]] +url = "https://github.com/Cerebellum-Network/cerestats" diff --git a/data/ecosystems/c/chainsafe.toml b/data/ecosystems/c/chainsafe.toml index 382e4693..4138af29 100644 --- a/data/ecosystems/c/chainsafe.toml +++ b/data/ecosystems/c/chainsafe.toml @@ -905,3 +905,12 @@ url = "https://github.com/NodeFactoryIo/winston-loki" [[repo]] url = "https://github.com/NodeFactoryIo/witx-md-generator-action" + +[[repo]] +url = "https://github.com/ChainSafe/ChainBridge" + +[[repo]] +url = "https://github.com/ChainSafe/gossamer" + +[[repo]] +url = "https://github.com/ChainSafe/chainbridge-core" diff --git a/data/ecosystems/c/chainx.toml b/data/ecosystems/c/chainx.toml new file mode 100644 index 00000000..bb622fbd --- /dev/null +++ b/data/ecosystems/c/chainx.toml @@ -0,0 +1,15 @@ +title = "ChainX" +sub_ecosystems = [] +github_organizations = ["https://github.com/chainx-org"] + +# Repositories + +[[repo]] +url = "https://github.com/chainx-org/light-bitcoin" + +[[repo]] +url = "https://github.com/chainx-org/chainx-subxt" + +[[repo]] +url = "https://github.com/chainx-org/chainx-2.0-genesis-generator" + diff --git a/data/ecosystems/c/chronicled.toml b/data/ecosystems/c/chronicled.toml new file mode 100644 index 00000000..9597bcd2 --- /dev/null +++ b/data/ecosystems/c/chronicled.toml @@ -0,0 +1,24 @@ +title = "Chronicled" +sub_ecosystems = [] +github_organizations = ["https://github.com/chronicled"] + +# Repositories + +[[repo]] +url = "https://github.com/chronicled/substrate" + +[[repo]] +url = "https://github.com/chronicled/k8s-volume-utils" + +[[repo]] +url = "https://github.com/chronicled/fs-swap" + +[[repo]] +url = "https://github.com/chronicled/fluent-plugin-amqp" + +[[repo]] +url = "https://github.com/chronicled/node-postgres" + +[[repo]] +url = "https://github.com/chronicled/seed-testing" + diff --git a/data/ecosystems/c/creator.toml b/data/ecosystems/c/creator.toml new file mode 100644 index 00000000..ca2eabff --- /dev/null +++ b/data/ecosystems/c/creator.toml @@ -0,0 +1,29 @@ +title = "Creator" +sub_ecosystems = [] +github_organizations = ["https://github.com/creator-blockchains"] + +# Repositories + +[[repo]] +url = "https://github.com/creator-blockchains/assets" + +[[repo]] +url = "https://github.com/creator-blockchains/creator-substrate-node" + +[[repo]] +url = "https://github.com/creator-blockchains/creator-token" + +[[repo]] +url = "https://github.com/creator-blockchains/pallet-ethereum-frontier" + +[[repo]] +url = "https://github.com/creator-blockchains/pallet-ethereum" + +[[repo]] +url = "https://github.com/creator-blockchains/block-explorer" + +[[repo]] +url = "https://github.com/creator-blockchains/ink-smart-contract" + +[[repo]] +url = "https://github.com/creator-blockchains/bridges" \ No newline at end of file diff --git a/data/ecosystems/d/darwinia network.toml b/data/ecosystems/d/darwinia network.toml new file mode 100644 index 00000000..9f8ae17e --- /dev/null +++ b/data/ecosystems/d/darwinia network.toml @@ -0,0 +1,156 @@ +title = "Darwinia Network" +sub_ecosystems = [] +github_organizations = ["https://github.com/darwinia-network/"] + +# Repositories + + +[[repo]] + url = "https://github.com/darwinia-network/darwinia" + +[[repo]] + url = "https://github.com/darwinia-network/rfcs" + +[[repo]] + url = "https://github.com/darwinia-network/research" + +[[repo]] + url = "https://github.com/darwinia-network/collaboration" + +[[repo]] + url = "https://github.com/darwinia-network/home" + +[[repo]] + url = "https://github.com/darwinia-network/substrate" + +[[repo]] + url = "https://github.com/darwinia-network/ethabi" + +[[repo]] + url = "https://github.com/darwinia-network/darwinia-offchain-tools" + +[[repo]] + url = "https://github.com/darwinia-network/apps" + +[[repo]] + url = "https://github.com/darwinia-network/legacy-wormhole-ui" + +[[repo]] + url = "https://github.com/darwinia-network/docs" + +[[repo]] + url = "https://github.com/darwinia-network/darwinia-common" + +[[repo]] + url = "https://github.com/darwinia-network/dj" + +[[repo]] + url = "https://github.com/darwinia-network/ethash" + +[[repo]] + url = "https://github.com/darwinia-network/shadow" + +[[repo]] + url = "https://github.com/darwinia-network/merkle-mountain-range" + +[[repo]] + url = "https://github.com/darwinia-network/darwinia-bridge-sol" + +[[repo]] + url = "https://github.com/darwinia-network/parachain" + +[[repo]] + url = "https://github.com/darwinia-network/faucet" + +[[repo]] + url = "https://github.com/darwinia-network/darwinia.js" + +[[repo]] + url = "https://github.com/darwinia-network/bridger" + +[[repo]] + url = "https://github.com/darwinia-network/darwinia-kit" + +[[repo]] + url = "https://github.com/darwinia-network/node-liveness-probe" + +[[repo]] + url = "https://github.com/darwinia-network/grandma" + +[[repo]] + url = "https://github.com/darwinia-network/kubevali" + +[[repo]] + url = "https://github.com/darwinia-network/chain-state-exporter" + +[[repo]] + url = "https://github.com/darwinia-network/substrate-subxt" + +[[repo]] + url = "https://github.com/darwinia-network/parity-bridges-common" + +[[repo]] + url = "https://github.com/darwinia-network/crab-docs" + +[[repo]] + url = "https://github.com/darwinia-network/linters" + +[[repo]] + url = "https://github.com/darwinia-network/smart-app" + +[[repo]] + url = "https://github.com/darwinia-network/subql" + +[[repo]] + url = "https://github.com/darwinia-network/darwinia-launch" + +[[repo]] + url = "https://github.com/darwinia-network/crab-home" + +[[repo]] + url = "https://github.com/darwinia-network/snapshot-init-container" + +[[repo]] + url = "https://github.com/darwinia-network/substrate-api-client" + +[[repo]] + url = "https://github.com/darwinia-network/react-boilerplate" + +[[repo]] + url = "https://github.com/darwinia-network/fork-off-substrate" + +[[repo]] + url = "https://github.com/darwinia-network/parachain-projects-info" + +[[repo]] + url = "https://github.com/darwinia-network/chain-primitives" + +[[repo]] + url = "https://github.com/darwinia-network/wormhole-ui" + +[[repo]] + url = "https://github.com/darwinia-network/subql-polkadot" + +[[repo]] + url = "https://github.com/darwinia-network/subql-kusama" + +[[repo]] + url = "https://github.com/darwinia-network/subql-pangolin" + +[[repo]] + url = "https://github.com/darwinia-network/subql-crab" + +[[repo]] + url = "https://github.com/darwinia-network/patricia-trie" + +[[repo]] + url = "https://github.com/darwinia-network/grandpa-bridge-gadget" + +[[repo]] + url = "https://github.com/darwinia-network/webkit" + +[[repo]] + url = "https://github.com/darwinia-network/subql-pangoro" + +[[repo]] + url = "https://github.com/darwinia-network/vercel-gateway" \ No newline at end of file diff --git a/data/ecosystems/d/data-highway.toml b/data/ecosystems/d/data-highway.toml new file mode 100644 index 00000000..b36c8d7b --- /dev/null +++ b/data/ecosystems/d/data-highway.toml @@ -0,0 +1,87 @@ +title = "Data Highway" +sub_ecosystems = [] +github_organizations = ["https://github.com/mxc-foundation"] + +# Repositories + +[[repo]] +url = "https://github.com/mxc-foundation/mxc-wallet" + +[[repo]] +url = "https://github.com/mxc-foundation/Hackathon-SMB" + +[[repo]] +url = "https://github.com/mxc-foundation/lpwan-server" + +[[repo]] +url = "https://github.com/mxc-foundation/lora-gateway-bridge" + +[[repo]] +url = "https://github.com/mxc-foundation/lpwan-app-server" + +[[repo]] +url = "https://github.com/mxc-foundation/node-prod-firmware" + +[[repo]] +url = "https://github.com/mxc-foundation/mxprotocol-server" + +[[repo]] +url = "https://github.com/mxc-foundation/documentation" + +[[repo]] +url = "https://github.com/mxc-foundation/supernode-api" + +[[repo]] +url = "https://github.com/mxc-foundation/developer-documentation" + +[[repo]] +url = "https://github.com/mxc-foundation/regcoin" + +[[repo]] +url = "https://github.com/mxc-foundation/mxdx" + +[[repo]] +url = "https://github.com/mxc-foundation/rococo-validator" + +[[repo]] +url = "https://github.com/mxc-foundation/flutter_mapbox_native" + +[[repo]] +url = "https://github.com/mxc-foundation/flutter_appcenter" + +[[repo]] +url = "https://github.com/mxc-foundation/fluwx" + +[[repo]] +url = "https://github.com/mxc-foundation/whatislpwan" + +[[repo]] +url = "https://github.com/mxc-foundation/node" + +[[repo]] +url = "https://github.com/mxc-foundation/mxc-mapper" + +[[repo]] +url = "https://github.com/mxc-foundation/gatsby-source-mxc-supernode" + +[[repo]] +url = "https://github.com/mxc-foundation/NodeBB" + +[[repo]] +url = "https://github.com/mxc-foundation/docker-mosquitto" + +[[repo]] +url = "https://github.com/mxc-foundation/mxc-website-new" + +[[repo]] +url = "https://github.com/mxc-foundation/mxc-website" + +[[repo]] +url = "https://github.com/mxc-foundation/chirpstack-application-server" + +[[repo]] +url = "https://github.com/mxc-foundation/supernode-app" + +[[repo]] +url = "https://github.com/mxc-foundation/supernode-ansible-playbook" + diff --git a/data/ecosystems/d/datdot.toml b/data/ecosystems/d/datdot.toml new file mode 100644 index 00000000..2981d3be --- /dev/null +++ b/data/ecosystems/d/datdot.toml @@ -0,0 +1,29 @@ +title = "DatDot" +sub_ecosystems = [] +github_organizations = ["https://github.com/playproject-io"] + +# Repositories + +[[repo]] +url = "https://github.com/playproject-io/datdot-service" + +[[repo]] +url = "https://github.com/playproject-io/datdot" + +[[repo]] +url = "https://github.com/playproject-io/playproject-io.github.io" + +[[repo]] +url = "https://github.com/playproject-io/blog" + +[[repo]] +url = "https://github.com/playproject-io/datdot-chain" + +[[repo]] +url = "https://github.com/playproject-io/datdot-node-rust" + +[[repo]] +url = "https://github.com/playproject-io/datdot-node-javascript" + +[[repo]] +url = "https://github.com/playproject-io/datdot-ui" \ No newline at end of file diff --git a/data/ecosystems/d/deepbrainchain.toml b/data/ecosystems/d/deepbrainchain.toml new file mode 100644 index 00000000..83dec747 --- /dev/null +++ b/data/ecosystems/d/deepbrainchain.toml @@ -0,0 +1,29 @@ +title = "DeepBrainChain" +sub_ecosystems = [] +github_organizations = ["https://github.com/DeepBrainChain"] + +# Repositories + +[[repo]] +url = "https://github.com/DeepBrainChain/DBC-AIComputingNet" + +[[repo]] +url = "https://github.com/DeepBrainChain/DeepBrainChain-MainChain" + +[[repo]] +url = "https://github.com/DeepBrainChain/DBC-DOC" + +[[repo]] +url = "https://github.com/DeepBrainChain/DBChainWebsite" + +[[repo]] +url = "https://github.com/DeepBrainChain/DBCGalaxyRace" + +[[repo]] +url = "https://github.com/DeepBrainChain/substrate-api-sidecar" + +[[repo]] +url = "https://github.com/DeepBrainChain/dbc_java_service_sdk" + +[[repo]] +url = "https://github.com/DeepBrainChain/token-profile" \ No newline at end of file diff --git a/data/ecosystems/d/deeper-network.toml b/data/ecosystems/d/deeper-network.toml new file mode 100644 index 00000000..9933d9c8 --- /dev/null +++ b/data/ecosystems/d/deeper-network.toml @@ -0,0 +1,17 @@ +title = "Deeper Network" +sub_ecosystems = [] +github_organizations = ["https://github.com/deeper-chain/"] + +# Repositories + +[[repo]] + url = "https://github.com/deeper-chain/deeper-chain" + +[[repo]] + url = "https://github.com/deeper-chain/new-explorer" + +[[repo]] + url = "https://github.com/deeper-chain/Grants-Program" + +[[repo]] + url = "https://github.com/deeper-chain/Grant-Milestone-Delivery" \ No newline at end of file diff --git a/data/ecosystems/d/dora-factory.toml b/data/ecosystems/d/dora-factory.toml new file mode 100644 index 00000000..67f33325 --- /dev/null +++ b/data/ecosystems/d/dora-factory.toml @@ -0,0 +1,41 @@ +title = "Dora Factory" +sub_ecosystems = [] +github_organizations = ["https://github.com/DoraFactory/"] + +# Repositories + +[[repo]] + url = "https://github.com/DoraFactory/Substrate-Moloch-V1" + +[[repo]] + url = "https://github.com/DoraFactory/DoraID" + +[[repo]] + url = "https://github.com/DoraFactory/Minimal-Hackathon-Voting-DAO" + +[[repo]] + url = "https://github.com/DoraFactory/QF" + +[[repo]] + url = "https://github.com/DoraFactory/futarchy" + +[[repo]] + url = "https://github.com/DoraFactory/Substrate-Moloch-V2" + +[[repo]] + url = "https://github.com/DoraFactory/moloch" + +[[repo]] + url = "https://github.com/DoraFactory/dorafactory-parachain-node-template" + +[[repo]] + url = "https://github.com/DoraFactory/dorafactory-node" + +[[repo]] + url = "https://github.com/DoraFactory/Open-Grant" + +[[repo]] + url = "https://github.com/DoraFactory/Continuous-Common-Good-Funding" + +[[repo]] + url = "https://github.com/DoraFactory/dorafactory-dao-core" \ No newline at end of file diff --git a/data/ecosystems/d/dotmog.toml b/data/ecosystems/d/dotmog.toml index cce800a5..30ba25bc 100644 --- a/data/ecosystems/d/dotmog.toml +++ b/data/ecosystems/d/dotmog.toml @@ -18,3 +18,24 @@ tags = [ "Protocol"] [[repo]] url = "https://github.com/dotmog/pallet-dotmog" tags = [ "Game"] + +[[repo]] + url = "https://github.com/dotmog/Unity3DExample" + +[[repo]] + url = "https://github.com/dotmog/substrate" + +[[repo]] + url = "https://github.com/dotmog/Schnorrkel" + +[[repo]] + url = "https://github.com/dotmog/Grant-Milestone-Delivery" + +[[repo]] + url = "https://github.com/dotmog/SubstrateUnityWalletSimple" + +[[repo]] + url = "https://github.com/dotmog/barnacle" + +[[repo]] + url = "https://github.com/dotmog/DOTMogNode" \ No newline at end of file diff --git a/data/ecosystems/d/dtrade.toml b/data/ecosystems/d/dtrade.toml new file mode 100644 index 00000000..6b97efcb --- /dev/null +++ b/data/ecosystems/d/dtrade.toml @@ -0,0 +1,14 @@ +title = "dTrade" +sub_ecosystems = [] +github_organizations = ["https://github.com/dtradeorg"] + +# Repositories + +[[repo]] +url = "https://github.com/dtradeorg/ChainBridge" + +[[repo]] +url = "https://github.com/dtradeorg/dtrade-subgraph" + +[[repo]] +url = "https://github.com/dtradeorg/dtrade-contracts-tutorials" diff --git a/data/ecosystems/e/encointer.toml b/data/ecosystems/e/encointer.toml index 1f0dafcd..260e3046 100644 --- a/data/ecosystems/e/encointer.toml +++ b/data/ecosystems/e/encointer.toml @@ -89,3 +89,48 @@ url = "https://github.com/encointer/substrate-fixed" [[repo]] url = "https://github.com/encointer/whitepaper" + +[[repo]] + url = "https://github.com/encointer/encointer-worker" + +[[repo]] + url = "https://github.com/encointer/rstar" + +[[repo]] + url = "https://github.com/encointer/substrate-fixed" + +[[repo]] + url = "https://github.com/encointer/encointer-node" + +[[repo]] + url = "https://github.com/encointer/book" + +[[repo]] + url = "https://github.com/encointer/explorer" + +[[repo]] + url = "https://github.com/encointer/sgx-runtime" + +[[repo]] + url = "https://github.com/encointer/pallets" + +[[repo]] + url = "https://github.com/encointer/encointer-wallet-flutter" + +[[repo]] + url = "https://github.com/encointer/encointer-js" + +[[repo]] + url = "https://github.com/encointer/encointer-parachain" + +[[repo]] + url = "https://github.com/encointer/polkadot" + +[[repo]] + url = "https://github.com/encointer/polkascan-os" + +[[repo]] + url = "https://github.com/encointer/geohash" + +[[repo]] + url = "https://github.com/encointer/bazaar-web" diff --git a/data/ecosystems/e/energy-web-foundation.toml b/data/ecosystems/e/energy-web-foundation.toml new file mode 100644 index 00000000..2959d5e8 --- /dev/null +++ b/data/ecosystems/e/energy-web-foundation.toml @@ -0,0 +1,32 @@ +title = "Energy Web Foundation" +sub_ecosystems = [] +github_organizations = ["https://github.com/energywebfoundation"] + +# Repositories + +[[repo]] +url = "https://github.com/energywebfoundation/switchboard-dapp" + +[[repo]] +url = "https://github.com/energywebfoundation/origin" + +[[repo]] +url = "https://github.com/energywebfoundation/iam-client-lib" + +[[repo]] +url = "https://github.com/energywebfoundation/ew-did-registry" + +[[repo]] +url = "https://github.com/energywebfoundation/dsb-client-gateway" + +[[repo]] +url = "https://github.com/energywebfoundation/passport-did-auth" + +[[repo]] +url = "https://github.com/energywebfoundation/iam-cache-server-helm" + +[[repo]] +url = "https://github.com/energywebfoundation/energy-api" + +[[repo]] +url = "https://github.com/energywebfoundation/iam-contracts" \ No newline at end of file diff --git a/data/ecosystems/e/enjin.toml b/data/ecosystems/e/enjin.toml new file mode 100644 index 00000000..8f4e70a5 --- /dev/null +++ b/data/ecosystems/e/enjin.toml @@ -0,0 +1,29 @@ +title = "Enjin" +sub_ecosystems = [] +github_organizations = ["https://github.com/enjin"] + +# Repositories + +[[repo]] +url = "https://github.com/enjin/claims-substrate" + +[[repo]] +url = "https://github.com/enjin/enjin-java-sdk" + +[[repo]] +url = "https://github.com/enjin/enjin-csharp-sdk" + +[[repo]] +url = "https://github.com/enjin/enjin-cpp-sdk" + +[[repo]] +url = "https://github.com/enjin/enjincraft" + +[[repo]] +url = "https://github.com/enjin/Enjin-SDK-GraphQL-Templates" + +[[repo]] +url = "https://github.com/enjin/polkadot-ethereum" + +[[repo]] +url = "https://github.com/enjin/erc-1155" \ No newline at end of file diff --git a/data/ecosystems/e/equilibrium.toml b/data/ecosystems/e/equilibrium.toml new file mode 100644 index 00000000..75368119 --- /dev/null +++ b/data/ecosystems/e/equilibrium.toml @@ -0,0 +1,53 @@ +title = "Equilibrium" +sub_ecosystems = [] +github_organizations = ["https://github.com/equilibrium-eosdt/"] + +# Repositories + +[[repo]] + url = "https://github.com/equilibrium-eosdt/apps" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/api" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/ChainBridge" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/equilibrium-curve-amm" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/substrate" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/Grant-Milestone-Delivery" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/chainbridge-utils" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/common" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/genshiro-substrate-chain" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/ledger-substrate-js" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/ledger-equilibrium" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/ledgerjs" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/extension" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/curve-dao-contracts" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/parachain-projects-info" + +[[repo]] + url = "https://github.com/equilibrium-eosdt/ledger-genshiro" \ No newline at end of file diff --git a/data/ecosystems/e/etcdev.toml b/data/ecosystems/e/etcdev.toml new file mode 100644 index 00000000..3ad7bba7 --- /dev/null +++ b/data/ecosystems/e/etcdev.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "ETCDEV" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/emeraldpay"] + +# Repositories +[[repo]] +url = "https://github.com/emeraldpay/polkaj" diff --git a/data/ecosystems/e/ethereum.toml b/data/ecosystems/e/ethereum.toml index 3a9e2d0b..f604b2d4 100644 --- a/data/ecosystems/e/ethereum.toml +++ b/data/ecosystems/e/ethereum.toml @@ -4585,10 +4585,6 @@ url = "https://github.com/paritytech/frontier" [[repo]] url = "https://github.com/paritytech/parity-bridge" -[[repo]] -url = "https://github.com/paritytech/parity-ethereum" -tags = ["Protocol"] - [[repo]] url = "https://github.com/paritytech/shasper" tags = ["Protocol"] @@ -5242,6 +5238,10 @@ url = "https://github.com/rainbow-me/react-native-animated-number" [[repo]] url = "https://github.com/rainbow-me/react-native-bottom-sheet" +[[repo]] +url = "https://github.com/paritytech/parity-ethereum" +tags = ["Protocol"] + [[repo]] url = "https://github.com/rainbow-me/react-native-radial-gradient" diff --git a/data/ecosystems/e/evercity.toml b/data/ecosystems/e/evercity.toml new file mode 100644 index 00000000..5997229d --- /dev/null +++ b/data/ecosystems/e/evercity.toml @@ -0,0 +1,27 @@ +title = "Evercity" +sub_ecosystems = [] +github_organizations = ["https://github.com/orgs/EvercityEcosystem/"] + +# Repositories + +[[repo]] +url = "https://github.com/EvercityEcosystem/dapp-services" + +[[repo]] +url = "https://github.com/EvercityEcosystem/smart-sustainable-bond" + +[[repo]] +url = "https://github.com/EvercityEcosystem/ssb-testcases-generator" + +[[repo]] +url = "https://github.com/EvercityEcosystem/filesign" + +[[repo]] +url = "https://github.com/EvercityEcosystem/github-runner-chart" + +[[repo]] +url = "https://github.com/EvercityEcosystem/sustainable-finance-protocol" + +[[repo]] +url = "https://github.com/EvercityEcosystem/evercity-dapp" + diff --git a/data/ecosystems/f/figment.toml b/data/ecosystems/f/figment.toml new file mode 100644 index 00000000..b83474ba --- /dev/null +++ b/data/ecosystems/f/figment.toml @@ -0,0 +1,36 @@ +title = "Figment" +sub_ecosystems = [] +github_organizations = ["https://github.com/figment-networks"] + +# Repositories + +[[repo]] +url = "https://github.com/figment-networks/learn-web3-dapp" + +[[repo]] +url = "https://github.com/figment-networks/datahub-learn" + +[[repo]] +url = "https://github.com/figment-networks/figment-docs" + +[[repo]] +url = "https://github.com/figment-networks/tendermint" + +[[repo]] +url = "https://github.com/figment-networks/polkadothub-proxy" + +[[repo]] +url = "https://github.com/figment-networks/graph-node" + +[[repo]] +url = "https://github.com/figment-networks/indexer-manager" + +[[repo]] +url = "https://github.com/figment-networks/graph-proto-as-schema" + +[[repo]] +url = "https://github.com/figment-networks/polkadothub-indexer" + +[[repo]] +url = "https://github.com/figment-networks/polkadot-worker" + diff --git a/data/ecosystems/f/flexdapps.toml b/data/ecosystems/f/flexdapps.toml new file mode 100644 index 00000000..d008fc51 --- /dev/null +++ b/data/ecosystems/f/flexdapps.toml @@ -0,0 +1,29 @@ +title = "FlexDapps" +sub_ecosystems = [] +github_organizations = ["https://github.com/flex-dapps"] + +# Repositories + +[[repo]] +url = "https://github.com/flex-dapps/eth-berlin-19" + +[[repo]] +url = "https://github.com/flex-dapps/enzypt" + +[[repo]] +url = "https://github.com/flex-dapps/snap-wallet" + +[[repo]] +url = "https://github.com/flex-dapps/flex-website-3" + +[[repo]] +url = "https://github.com/flex-dapps/drip-finance" + +[[repo]] +url = "https://github.com/flex-dapps/embark-mythx" + +[[repo]] +url = "https://github.com/flex-dapps/gex-contracts" + +[[repo]] +url = "https://github.com/flex-dapps/lighthouse-client-ui" \ No newline at end of file diff --git a/data/ecosystems/g/gamedao.toml b/data/ecosystems/g/gamedao.toml new file mode 100644 index 00000000..225ba668 --- /dev/null +++ b/data/ecosystems/g/gamedao.toml @@ -0,0 +1,29 @@ +title = "GameDAO" +sub_ecosystems = [] +github_organizations = ["https://github.com/gamedaoco"] + +# Repositories + +[[repo]] +url = "https://github.com/gamedaoco/gamedao-parachain" + +[[repo]] +url = "https://github.com/gamedaoco/gamedao-wallet" + +[[repo]] +url = "https://github.com/gamedaoco/subzero" + +[[repo]] +url = "https://github.com/gamedaoco/substrate-node-template" + +[[repo]] +url = "https://github.com/gamedaoco/Open-Grants-Program" + +[[repo]] +url = "https://github.com/gamedaoco/canvas-ui" + +[[repo]] +url = "https://github.com/gamedaoco/gamedao.co" + +[[repo]] +url = "https://github.com/gamedaoco/gamedao-poc" \ No newline at end of file diff --git a/data/ecosystems/g/geefu.toml b/data/ecosystems/g/geefu.toml new file mode 100644 index 00000000..4d68ff7f --- /dev/null +++ b/data/ecosystems/g/geefu.toml @@ -0,0 +1,11 @@ +title = "Geefu" +sub_ecosystems = [] +github_organizations = ["https://github.com/geefu"] + +# Repositories + +[[repo]] +url = "https://github.com/geefu/aktivio" + +[[repo]] +url = "https://github.com/geefu/geefu.net" diff --git a/data/ecosystems/h/halva.toml b/data/ecosystems/h/halva.toml new file mode 100644 index 00000000..cf795c93 --- /dev/null +++ b/data/ecosystems/h/halva.toml @@ -0,0 +1,21 @@ +title = "Halva" +sub_ecosystems = [] +github_organizations = ["https://github.com/halva-suite"] + +# Repositories + +[[repo]] +url = "https://github.com/halva-suite/spec-builder" + +[[repo]] +url = "https://github.com/halva-suite/halva" + +[[repo]] +url = "https://github.com/halva-suite/halva-test-example" + +[[repo]] +url = "https://github.com/halva-suite/substrate" + +[[repo]] +url = "https://github.com/halva-suite/assets" + diff --git a/data/ecosystems/i/integritee.toml b/data/ecosystems/i/integritee.toml new file mode 100644 index 00000000..e26c9fdc --- /dev/null +++ b/data/ecosystems/i/integritee.toml @@ -0,0 +1,41 @@ +title = "Integritee" +sub_ecosystems = [] +github_organizations = ["https://github.com/integritee-network"] + +# Repositories + +[[repo]] +url = "https://github.com/integritee-network/parachain" + +[[repo]] +url = "https://github.com/integritee-network/pallets" + +[[repo]] +url = "https://github.com/integritee-network/crowdloan" + +[[repo]] +url = "https://github.com/integritee-network/worker" + +[[repo]] +url = "https://github.com/integritee-network/pallet-teerex" + +[[repo]] +url = "https://github.com/integritee-network/integritee-node" + +[[repo]] +url = "https://github.com/integritee-network/pallet-jton-rps" + +[[repo]] +url = "https://github.com/integritee-network/sgx-runtime" + +[[repo]] +url = "https://github.com/integritee-network/pallet-jton-matchmaker" + +[[repo]] +url = "https://github.com/integritee-network/tungstenite-rs-sgx" + +[[repo]] +url = "https://github.com/integritee-network/rust-utf8-sgx" + +[[repo]] +url = "https://github.com/integritee-network/substraTEE" diff --git a/data/ecosystems/k/kulupu.toml b/data/ecosystems/k/kulupu.toml new file mode 100644 index 00000000..dbd6f75e --- /dev/null +++ b/data/ecosystems/k/kulupu.toml @@ -0,0 +1,17 @@ +title = "Kulupu" +sub_ecosystems = [] +github_organizations = ["https://github.com/kulupu"] + +# Repositories + +[[repo]] +url = "https://github.com/kulupu/kulupu" + +[[repo]] +url = "https://github.com/kulupu/docs" + +[[repo]] +url = "https://github.com/kulupu/era-transitions" + +[[repo]] +url = "https://github.com/kulupu/randomx" diff --git a/data/ecosystems/l/limechain.toml b/data/ecosystems/l/limechain.toml new file mode 100644 index 00000000..55ea58d9 --- /dev/null +++ b/data/ecosystems/l/limechain.toml @@ -0,0 +1,119 @@ +title = "Limechain" +sub_ecosystems = [] +github_organizations = ["https://github.com/LimeChain/"] + +# Repositories + +[[repo]] + url = "https://github.com/LimeChain/etherlime" + +[[repo]] + url = "https://github.com/LimeChain/eoslime" + +[[repo]] + url = "https://github.com/LimeChain/ethereum-transaction-debugger" + +[[repo]] + url = "https://github.com/LimeChain/Open-Grants-Program" + +[[repo]] + url = "https://github.com/LimeChain/as-scale-codec" + +[[repo]] + url = "https://github.com/LimeChain/HCS-Integration-Node" + +[[repo]] + url = "https://github.com/LimeChain/as-substrate-runtime" + +[[repo]] + url = "https://github.com/LimeChain/hedera-services" + +[[repo]] + url = "https://github.com/LimeChain/subsembly-core" + +[[repo]] + url = "https://github.com/LimeChain/subsembly" + +[[repo]] + url = "https://github.com/LimeChain/hedera-evm-bridge-validator" + +[[repo]] + url = "https://github.com/LimeChain/hedera-eth-bridge-contracts" + +[[repo]] + url = "https://github.com/LimeChain/react-web3-boilerplate" + +[[repo]] + url = "https://github.com/LimeChain/hedera-protobufs-java" + +[[repo]] + url = "https://github.com/LimeChain/MyHbarWallet" + +[[repo]] + url = "https://github.com/LimeChain/aws-kms-ethereum-signing" + +[[repo]] + url = "https://github.com/LimeChain/hedera-improvement-proposal" + +[[repo]] + url = "https://github.com/LimeChain/hedera-protobufs" + +[[repo]] + url = "https://github.com/LimeChain/graph-grant-proposal-unit-testing" + +[[repo]] + url = "https://github.com/LimeChain/SportsIcon-Vesting" + +[[repo]] + url = "https://github.com/LimeChain/PSPs" + +[[repo]] + url = "https://github.com/LimeChain/besu" + +[[repo]] + url = "https://github.com/LimeChain/web3modal" + +[[repo]] + url = "https://github.com/LimeChain/matchstick" + +[[repo]] + url = "https://github.com/LimeChain/SportsIcon-Vesting-App" + +[[repo]] + url = "https://github.com/LimeChain/matchstick-as" + +[[repo]] + url = "https://github.com/LimeChain/cudos-subgraph" + +[[repo]] + url = "https://github.com/LimeChain/external-initiator" + +[[repo]] + url = "https://github.com/LimeChain/external-adapter" + +[[repo]] + url = "https://github.com/LimeChain/FuzzyVM" + +[[repo]] + url = "https://github.com/LimeChain/go-ethereum" + +[[repo]] + url = "https://github.com/LimeChain/BarnBridge-Vesting" + +[[repo]] + url = "https://github.com/LimeChain/BarnBridge-Barn-1" + +[[repo]] + url = "https://github.com/LimeChain/BarnBridge-Token" + +[[repo]] + url = "https://github.com/LimeChain/besu-native" + +[[repo]] + url = "https://github.com/LimeChain/forta-agent-scripts" + +[[repo]] + url = "https://github.com/LimeChain/LeagueDAO-transfer-contract" + +[[repo]] + url = "https://github.com/LimeChain/demo-subgraph" \ No newline at end of file diff --git a/data/ecosystems/l/linear-finance.toml b/data/ecosystems/l/linear-finance.toml new file mode 100644 index 00000000..56bddbe0 --- /dev/null +++ b/data/ecosystems/l/linear-finance.toml @@ -0,0 +1,23 @@ +title = "Linear Finance" +sub_ecosystems = [] +github_organizations = [ "https://github.com/linear-finance" ] + +# Repositories + +[[repo]] +url = "https://github.com/Linear-finance/linear-weekly-rewards" + +[[repo]] +url = "https://github.com/Linear-finance/linear-buildr" + +[[repo]] +url = "https://github.com/Linear-finance/linear" + +[[repo]] +url = "https://github.com/Linear-finance/design-proposals" + +[[repo]] +url = "https://github.com/Linear-finance/linear-audit" + +[[repo]] +url = "https://github.com/Linear-finance/EIP-712" \ No newline at end of file diff --git a/data/ecosystems/m/mangata finance.toml b/data/ecosystems/m/mangata finance.toml new file mode 100644 index 00000000..747a5023 --- /dev/null +++ b/data/ecosystems/m/mangata finance.toml @@ -0,0 +1,34 @@ +title = "Mangata Finance" +sub_ecosystems = [] +github_organizations = ["https://github.com/mangata-finance/"] + +# Repositories +[[repo]] + url = "https://github.com/mangata-finance/mangata-node" + +[[repo]] + url = "https://github.com/mangata-finance/mangata-bridge" + +[[repo]] + url = "https://github.com/mangata-finance/mangata-e2e" + +[[repo]] + url = "https://github.com/mangata-finance/mangata-api-example" + +[[repo]] + url = "https://github.com/mangata-finance/eslint-config-mangata" + +[[repo]] + url = "https://github.com/mangata-finance/mangata-sdk" + +[[repo]] + url = "https://github.com/mangata-finance/mangata-blog" + +[[repo]] + url = "https://github.com/mangata-finance/open-runtime-module-library" + +[[repo]] + url = "https://github.com/mangata-finance/snowbridge" + +[[repo]] + url = "https://github.com/mangata-finance/substrate" diff --git a/data/ecosystems/m/manta-network.toml b/data/ecosystems/m/manta-network.toml index fecb0844..aaff8f78 100644 --- a/data/ecosystems/m/manta-network.toml +++ b/data/ecosystems/m/manta-network.toml @@ -48,6 +48,28 @@ url = "https://github.com/Manta-Network/cumulus-collator" [[repo]] url = "https://github.com/Manta-Network/dev-stats" +[[repo]] +url = "https://github.com/Manta-Network/docs" + +[[repo]] +url = "https://github.com/Manta-Network/pallet-manta-pay" + + +[[repo]] +url = "https://github.com/Manta-Network/Manta" + + +[[repo]] +url = "https://github.com/Manta-Network/manta-front-end" + + +[[repo]] +url = "https://github.com/Manta-Network/manta-api" + + +[[repo]] +url = "https://github.com/Manta-Network/manta-pc-launch" + [[repo]] url = "https://github.com/Manta-Network/Dev-Tools" @@ -90,6 +112,27 @@ url = "https://github.com/Manta-Network/manta-client" [[repo]] url = "https://github.com/Manta-Network/manta-crypto" +[[repo]] +url = "https://github.com/Manta-Network/manta-types" + + +[[repo]] +url = "https://github.com/Manta-Network/manta-crypto" + + +[[repo]] +url = "https://github.com/Manta-Network/faucet-bot" + + +[[repo]] +url = "https://github.com/Manta-Network/calamari-crowdloan-ui" + +[[repo]] +url = "https://github.com/Manta-Network/crypto-benchmark" + +[[repo]] +url = "https://github.com/Manta-Network/plonk" + [[repo]] url = "https://github.com/Manta-Network/manta-error" @@ -167,3 +210,52 @@ url = "https://github.com/Manta-Network/tiny-hderive" [[repo]] url = "https://github.com/Manta-Network/x25519-dalek" + +[[repo]] +url = "https://github.com/Manta-Network/x25519-dalek" + + +[[repo]] +url = "https://github.com/Manta-Network/chainbridge-solidity-v1.0.0-eth" + + +[[repo]] +url = "https://github.com/Manta-Network/ark-algebra" + + +[[repo]] +url = "https://github.com/Manta-Network/bridge_deploy" + + +[[repo]] +url = "https://github.com/Manta-Network/ark-crypto-primitives" + + +[[repo]] +url = "https://github.com/Manta-Network/ark-curves" + + +[[repo]] +url = "https://github.com/Manta-Network/ark-snark" + + +[[repo]] +url = "https://github.com/Manta-Network/apps" + +[[repo]] +url = "https://github.com/Manta-Network/msig-util" + +[[repo]] +url = "https://github.com/Manta-Network/ark-r1cs-std" + +[[repo]] +url = "https://github.com/Manta-Network/open-runtime-module-library" + +[[repo]] +url = "https://github.com/Manta-Network/manta-subxt-integrated" + +[[repo]] +url = "https://github.com/Manta-Network/manta-asset" + +[[repo]] +url = "https://github.com/Manta-Network/manta-client" \ No newline at end of file diff --git a/data/ecosystems/m/math-chain.toml b/data/ecosystems/m/math-chain.toml new file mode 100644 index 00000000..226b58d4 --- /dev/null +++ b/data/ecosystems/m/math-chain.toml @@ -0,0 +1,122 @@ +title = "MathChain" +sub_ecosystems = [] +github_organizations = [""] + +# Repositories + +[[repo]] + url = "https://github.com/mathwallet/SimpleWallet" + +[[repo]] + url = "https://github.com/mathwallet/MathWalletSDK-Android" + +[[repo]] + url = "https://github.com/mathwallet/math-js-sdk" + +[[repo]] + url = "https://github.com/mathwallet/math-ethjs" + +[[repo]] + url = "https://github.com/mathwallet/math-cosmos-web-wallet" + +[[repo]] + url = "https://github.com/mathwallet/doc.mathwallet.org" + +[[repo]] + url = "https://github.com/mathwallet/whitepaper" + +[[repo]] + url = "https://github.com/mathwallet/MathWalletSDK-iOS" + +[[repo]] + url = "https://github.com/mathwallet/math-substratejs" + +[[repo]] + url = "https://github.com/mathwallet/math-codexjs" + +[[repo]] + url = "https://github.com/mathwallet/math-bitcoinjs" + +[[repo]] + url = "https://github.com/mathwallet/math-filecoinjs" + +[[repo]] + url = "https://github.com/mathwallet/BSC-Cross-Chain" + +[[repo]] + url = "https://github.com/mathwallet/math-solana-js" + +[[repo]] + url = "https://github.com/mathwallet/MathChain" + +[[repo]] + url = "https://github.com/mathwallet/trust-web3-provider" + +[[repo]] + url = "https://github.com/mathwallet/BSC-Contracts" + +[[repo]] + url = "https://github.com/mathwallet/filecoin-notaries-onboarding" + +[[repo]] + url = "https://github.com/mathwallet/docs.mathchain.org" + +[[repo]] + url = "https://github.com/mathwallet/frontier" + +[[repo]] + url = "https://github.com/mathwallet/web3swift" + +[[repo]] + url = "https://github.com/mathwallet/torus-direct-swift-sdk" + +[[repo]] + url = "https://github.com/mathwallet/MathChain-WebWallet" + +[[repo]] + url = "https://github.com/mathwallet/MathChain-Contracts" + +[[repo]] + url = "https://github.com/mathwallet/secret-store" + +[[repo]] + url = "https://github.com/mathwallet/math-conflux-sample" + +[[repo]] + url = "https://github.com/mathwallet/MathChain-common" + +[[repo]] + url = "https://github.com/mathwallet/Moonbase-Demo" + +[[repo]] + url = "https://github.com/mathwallet/nft_docs" + +[[repo]] + url = "https://github.com/mathwallet/Base58Swift" + +[[repo]] + url = "https://github.com/mathwallet/MIPs" + +[[repo]] + url = "https://github.com/mathwallet/onboard" + +[[repo]] + url = "https://github.com/mathwallet/react-demo" + +[[repo]] + url = "https://github.com/mathwallet/BIP39swift" + +[[repo]] + url = "https://github.com/mathwallet/Secp256k1Swift" + +[[repo]] + url = "https://github.com/mathwallet/WalletConnectSwift" + +[[repo]] + url = "https://github.com/mathwallet/Starscream" + +[[repo]] + url = "https://github.com/mathwallet/SolanaSwift" + +[[repo]] + url = "https://github.com/mathwallet/mathwallet5-js-sdk" diff --git a/data/ecosystems/m/mixbytes.toml b/data/ecosystems/m/mixbytes.toml new file mode 100644 index 00000000..c1c1138a --- /dev/null +++ b/data/ecosystems/m/mixbytes.toml @@ -0,0 +1,26 @@ +title = "MixBytes" +sub_ecosystems = [] +github_organizations = ["https://github.com/mixbytes"] + +# Repositories + +[[repo]] +url = "https://github.com/mixbytes/distrubuted-sky-substrate" + +[[repo]] +url = "https://github.com/mixbytes/robonomics" + +[[repo]] +url = "https://github.com/orgs/mixbytes/substrate-project-template" + +[[repo]] +url = "https://github.com/mixbytes/substrate-oracle-client" + +[[repo]] +url = "https://github.com/mixbytes/substrate-oracle" + +[[repo]] +url = "https://github.com/mixbytes/audits_public" + +[[repo]] +url = "https://github.com/mixbytes/tank-polkadot" diff --git a/data/ecosystems/m/moonbeam.toml b/data/ecosystems/m/moonbeam.toml index b9fc6a1a..c7d36e42 100644 --- a/data/ecosystems/m/moonbeam.toml +++ b/data/ecosystems/m/moonbeam.toml @@ -6,6 +6,171 @@ sub_ecosystems = ["Razor Network"] github_organizations = ["https://github.com/PureStake"] # Repositories + +[[repo]] + url = "https://github.com/PureStake/moonbeam-poc" + +[[repo]] + url = "https://github.com/PureStake/moonbeam" + +[[repo]] + url = "https://github.com/PureStake/frontier" + +[[repo]] + url = "https://github.com/PureStake/Open-Grants-Program" + +[[repo]] + url = "https://github.com/PureStake/substrate" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-docs" + +[[repo]] + url = "https://github.com/PureStake/cumulus" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-parachain" + +[[repo]] + url = "https://github.com/PureStake/evm" + +[[repo]] + url = "https://github.com/PureStake/polkadot" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-truffle-box" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-truffle-plugin" + +[[repo]] + url = "https://github.com/PureStake/apps" + +[[repo]] + url = "https://github.com/PureStake/common" + + +[[repo]] + url = "https://github.com/PureStake/extension" + +[[repo]] + url = "https://github.com/PureStake/ui" + +[[repo]] + url = "https://github.com/PureStake/polkadot-launch" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-explorer-expedition" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-remix-plugin" + +[[repo]] + url = "https://github.com/PureStake/chains" + +[[repo]] + url = "https://github.com/PureStake/tools" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-project-directory" + +[[repo]] + url = "https://github.com/PureStake/moonlink-dashboard" + +[[repo]] + url = "https://github.com/PureStake/crowdloan-rewards" + +[[repo]] + url = "https://github.com/PureStake/crowdloan-tools" + + +[[repo]] + url = "https://github.com/PureStake/moonbeam-docs-cn" + +[[repo]] + url = "https://github.com/PureStake/moonlotto-subgraph" + +[[repo]] + url = "https://github.com/PureStake/blockscout" + +[[repo]] + url = "https://github.com/PureStake/moonbase-mintableERC20" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-docs-es" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-docs-ru" + +[[repo]] + url = "https://github.com/PureStake/sub-flood" + +[[repo]] + url = "https://github.com/PureStake/hackathon-0x-moonbeam" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-docs-fr" + +[[repo]] + url = "https://github.com/PureStake/substrate-payctl" + +[[repo]] + url = "https://github.com/PureStake/bridge-v2" + +[[repo]] + url = "https://github.com/PureStake/cli-ts-signer" + +[[repo]] + url = "https://github.com/PureStake/py-scale-codec" + +[[repo]] + url = "https://github.com/PureStake/moonlotto-interface" + +[[repo]] + url = "https://github.com/PureStake/substrate-scanrpc" + +[[repo]] + url = "https://github.com/PureStake/substrate-api-sidecar" + +[[repo]] + url = "https://github.com/PureStake/sccache" + +[[repo]] + url = "https://github.com/PureStake/Grant-Milestone-Delivery" + +[[repo]] + url = "https://github.com/PureStake/moonbridge-subgraph" + +[[repo]] + url = "https://github.com/PureStake/jsonrpc" + +[[repo]] + url = "https://github.com/PureStake/ethcc-2021" + +[[repo]] + url = "https://github.com/PureStake/parity-signer" + +[[repo]] + url = "https://github.com/PureStake/fork-off-substrate" + +[[repo]] + url = "https://github.com/PureStake/txwrapper-core" + +[[repo]] + url = "https://github.com/PureStake/parachain-launch" + +[[repo]] + url = "https://github.com/PureStake/mitmproxy" + +[[repo]] + url = "https://github.com/PureStake/expedition" + +[[repo]] + url = "https://github.com/PureStake/grandpa-bridge-gadget" + +[[repo]] + url = "https://github.com/PureStake/app-ethereum" + [[repo]] url = "https://github.com/PureStake/algosigner" @@ -115,7 +280,13 @@ url = "https://github.com/PureStake/moonbase-mintableERC20" url = "https://github.com/PureStake/moonbeam" [[repo]] -url = "https://github.com/PureStake/moonbeam-docs" +url = "https://github.com/PureStake/slips" + +[[repo]] + url = "https://github.com/PureStake/open-runtime-module-library" + +[[repo]] + url = "https://github.com/PureStake/moonbeam-tools" [[repo]] url = "https://github.com/PureStake/moonbeam-docs-cn" @@ -251,3 +422,9 @@ url = "https://github.com/PureStake/txwrapper-core" [[repo]] url = "https://github.com/PureStake/ui" + +[[repo]] + url = "https://github.com/PureStake/substrate-js-utilities" + +[[repo]] + url = "https://github.com/PureStake/substrate-node-template" diff --git a/data/ecosystems/m/moonpay.toml b/data/ecosystems/m/moonpay.toml new file mode 100644 index 00000000..cade0880 --- /dev/null +++ b/data/ecosystems/m/moonpay.toml @@ -0,0 +1,32 @@ +title = "Moonpay" +sub_ecosystems = [] +github_organizations = ["https://github.com/moonpay"] + +# Repositories + +[[repo]] +url = "https://github.com/moonpay/react-div-100vh" + +[[repo]] +url = "https://github.com/moonpay/full-stack-challenge" + +[[repo]] +url = "https://github.com/moonpay/functions-library" + +[[repo]] +url = "https://github.com/moonpay/consent-manager" + +[[repo]] +url = "https://github.com/moonpay/coinbase-pro-node" + +[[repo]] +url = "https://github.com/moonpay/platform-challenge" + +[[repo]] +url = "https://github.com/moonpay/data-challenge" + +[[repo]] +url = "https://github.com/moonpay/qa-challenge" + +[[repo]] +url = "https://github.com/moonpay/data-science-challenge" diff --git a/data/ecosystems/n/node-factory.toml b/data/ecosystems/n/node-factory.toml new file mode 100644 index 00000000..c0950af8 --- /dev/null +++ b/data/ecosystems/n/node-factory.toml @@ -0,0 +1,28 @@ +title = "Node Factory" +sub_ecosystems = [] +github_organizations = ["https://github.com/NodeFactoryIo"] + +# Repositories + +[[repo]] +url = "https://github.com/NodeFactoryIo/node-ts-starter-fastify" + +[[repo]] +url = "https://github.com/NodeFactoryIo/hactar-frontend" + + +[[repo]] +url = "https://github.com/NodeFactoryIo/web3api-prototype" + + +[[repo]] +url = "https://github.com/NodeFactoryIo/web3-server-wallet" + + +[[repo]] +url = "https://github.com/NodeFactoryIo/polkadot-apps" + + +[[repo]] +url = "https://github.com/NodeFactoryIo/go-substrate-rpc-client" + diff --git a/data/ecosystems/n/nodle.toml b/data/ecosystems/n/nodle.toml new file mode 100644 index 00000000..c53c2df6 --- /dev/null +++ b/data/ecosystems/n/nodle.toml @@ -0,0 +1,54 @@ +title = "Nodle" +sub_ecosystems = [] +github_organizations = ["https://github.com/NodleCode/"] +# Repositories + +[[repo]] +url = "https://github.com/NodleCode/chain-loadtest" + +[[repo]] +url = "https://github.com/NodleCode/pallet-mandate" + +[[repo]] +url = "https://github.com/NodleCode/nodle-vnv-utils" + +[[repo]] +url = "https://github.com/NodleCode/nodle-vnv-launch" + +[[repo]] +url = "https://github.com/NodleCode/polkadot-launch" + +[[repo]] +url = "https://github.com/NodleCode/dtn7-kotlin" + +[[repo]] +url = "https://github.com/NodleCode/substrate-client-kotlin" + +[[repo]] +url = "https://github.com/NodleCode/polkadot-crypto" + +[[repo]] +url = "https://github.com/NodleCode/polkadot-js-apps" + +[[repo]] +url = "https://github.com/NodleCode/libwhisper-android" + +[[repo]] +url = "https://github.com/NodleCode/chain" + +[[repo]] +url = "https://github.com/NodleCode/smart-location-lib" + +[[repo]] +url = "https://github.com/NodleCode/PKI" + +[[repo]] +url = "https://github.com/NodleCode/Nodle-I-Ching" + + + + + + + + diff --git a/data/ecosystems/o/oax.toml b/data/ecosystems/o/oax.toml new file mode 100644 index 00000000..12ddcff3 --- /dev/null +++ b/data/ecosystems/o/oax.toml @@ -0,0 +1,26 @@ +title = "OAX" +sub_ecosystems = [] +github_organizations = ["https://github.com/OAXFoundation"] + +# Repositories + +[[repo]] +url = "https://github.com/OAXFoundation/oaxfoundation.github.io" + +[[repo]] +url = "https://github.com/OAXFoundation/l2x-trustless-exchange" + +[[repo]] +url = "https://github.com/OAXFoundation/parrot" + +[[repo]] +url = "https://github.com/OAXFoundation/substrate-faucet" + +[[repo]] +url = "https://github.com/OAXFoundation/Open-Grants-Program" + +[[repo]] +url = "https://github.com/OAXFoundation/oax-client" + +[[repo]] +url = "https://github.com/OAXFoundation/OpenANXToken" diff --git a/data/ecosystems/o/obsidian-labs.toml b/data/ecosystems/o/obsidian-labs.toml new file mode 100644 index 00000000..dc329111 --- /dev/null +++ b/data/ecosystems/o/obsidian-labs.toml @@ -0,0 +1,23 @@ +title = "Obsidian Labs" +sub_ecosystems = [] +github_organizations = ["https://github.com/ObsidianLabs"] + +# Repositories + +[[repo]] +url = "https://github.com/ObsidianLabs/SubstrateIDE" + +[[repo]] +url = "https://github.com/ObsidianLabs/substrate-components" + +[[repo]] +url = "https://github.com/ObsidianLabs/Web3-collaboration" + +[[repo]] +url = "https://github.com/ObsidianLabs/XuperIDE" + +[[repo]] +url = "https://github.com/ObsidianLabs/conflux-frontend-react" + + + diff --git a/data/ecosystems/o/on-finality.toml b/data/ecosystems/o/on-finality.toml new file mode 100644 index 00000000..535d7eac --- /dev/null +++ b/data/ecosystems/o/on-finality.toml @@ -0,0 +1,16 @@ +# Ecosystem Level Information +title = "OnFinality" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/OnFinality-io"] + +# Repositories +[[repo]] +url = "https://github.com/OnFinality-io/polkadot-js-api" + +[[repo]] +url = "https://github.com/OnFinality-io/onf-cli" + +[[repo]] +url = "https://github.com/OnFinality-io/documentation" diff --git a/data/ecosystems/p/parallel-finance.toml b/data/ecosystems/p/parallel-finance.toml index 24034cb5..dc0f66e1 100644 --- a/data/ecosystems/p/parallel-finance.toml +++ b/data/ecosystems/p/parallel-finance.toml @@ -95,3 +95,63 @@ url = "https://github.com/parallel-finance/substrate" [[repo]] url = "https://github.com/parallel-finance/substrate-subxt" + +[[repo]] + url = "https://github.com/parallel-finance/parallel" + +[[repo]] + url = "https://github.com/parallel-finance/hackathon-2021-spring" + +[[repo]] + url = "https://github.com/parallel-finance/Open-Grants-Program" + +[[repo]] + url = "https://github.com/parallel-finance/faucet-bot" + +[[repo]] + url = "https://github.com/parallel-finance/Grant-Milestone-Delivery" + +[[repo]] + url = "https://github.com/parallel-finance/bench-bot" + +[[repo]] + url = "https://github.com/parallel-finance/substrate-subxt" + +[[repo]] + url = "https://github.com/parallel-finance/parallel-js" + +[[repo]] + url = "https://github.com/parallel-finance/parallel-dapp-feedback" + +[[repo]] + url = "https://github.com/parallel-finance/substrate" + +[[repo]] + url = "https://github.com/parallel-finance/liquidation-client" + +[[repo]] + url = "https://github.com/parallel-finance/parallel-subql" + +[[repo]] + url = "https://github.com/parallel-finance/auditing-report" + +[[repo]] + url = "https://github.com/parallel-finance/stake-client" + +[[repo]] + url = "https://github.com/parallel-finance/polkadot-defi" + +[[repo]] + url = "https://github.com/parallel-finance/polkadot" + +[[repo]] + url = "https://github.com/parallel-finance/apps" + +[[repo]] + url = "https://github.com/parallel-finance/specs" + +[[repo]] + url = "https://github.com/parallel-finance/parachain-projects-info" + +[[repo]] + url = "https://github.com/parallel-finance/parallel-scan" diff --git a/data/ecosystems/p/patract-labs.toml b/data/ecosystems/p/patract-labs.toml new file mode 100644 index 00000000..f2031a73 --- /dev/null +++ b/data/ecosystems/p/patract-labs.toml @@ -0,0 +1,136 @@ +title = "Patract Labs" +sub_ecosystems = [] +github_organizations = ["https://github.com/patractlabs"] + +#Repositories + +[[repo]] +url = "https://github.com/patractlabs/europa" + +[[repo]] +url = "https://github.com/patractlabs/jupiter" + +[[repo]] +url = "https://github.com/patractlabs/polkadot-js-api" + +[[repo]] +url = "https://github.com/patractlabs/redspot" + +[[repo]] +url = "https://github.com/patractlabs/elara" + +[[repo]] +url = "https://github.com/patractlabs/metis" + +[[repo]] +url = "https://github.com/patractlabs/elara-website" + +[[repo]] +url = "https://github.com/patractlabs/substrate" + +[[repo]] +url = "https://github.com/patractlabs/zkmega" + +[[repo]] +url = "https://github.com/patractlabs/go-patract" + +[[repo]] +url = "https://github.com/patractlabs/wasm" + +[[repo]] +url = "https://github.com/patractlabs/substrate-archive" + +[[repo]] +url = "https://github.com/patractlabs/redspot-website" + +[[repo]] +url = "https://github.com/patractlabs/ask" + +[[repo]] +url = "https://github.com/patractlabs/py-patract" + +[[repo]] +url = "https://github.com/patractlabs/ZoPatract" + +[[repo]] +url = "https://github.com/patractlabs/cargo-contract" + +[[repo]] +url = "https://github.com/patractlabs/ink-log" + +[[repo]] +url = "https://github.com/patractlabs/parity-wasm" + +[[repo]] +url = "https://github.com/patractlabs/store-contracts" + +[[repo]] +url = "https://github.com/patractlabs/cumulus" + +[[repo]] +url = "https://github.com/patractlabs/store-dapps-ui" + +[[repo]] +url = "https://github.com/patractlabs/polkadot" + +[[repo]] +url = "https://github.com/patractlabs/substrate-contracts-book" + +[[repo]] +url = "https://github.com/patractlabs/ink-babe-random" + +[[repo]] +url = "https://github.com/patractlabs/ceres" + +[[repo]] +url = "https://github.com/patractlabs/megaclite" + +[[repo]] +url = "https://github.com/patractlabs/patracts" + +[[repo]] +url = "https://github.com/patractlabs/docker-images" + +[[repo]] +url = "https://github.com/patractlabs/redspot-template" + +[[repo]] +url = "https://github.com/patractlabs/as-scale-codec" + +[[repo]] +url = "https://github.com/patractlabs/himalia" + +[[repo]] +url = "https://github.com/patractlabs/patract-open-platform-program" + +[[repo]] +url = "https://github.com/patractlabs/europa-ui" + +[[repo]] +url = "https://github.com/patractlabs/redspot-explorer" + +[[repo]] +url = "https://github.com/patractlabs/apps" + +[[repo]] +url = "https://github.com/patractlabs/carpo-redspot" + +[[repo]] +url = "https://github.com/patractlabs/alliance-website" + +[[repo]] +url = "https://github.com/patractlabs/open-runtime-module-library" + +[[repo]] +url = "https://github.com/patractlabs/ask-cli" + +[[repo]] +url = "https://github.com/patractlabs/substrate-api-client" + +[[repo]] +url = "https://github.com/patractlabs/rust-multihash" + +[[repo]] +url = "https://github.com/patractlabs/rust-cid" + + diff --git a/data/ecosystems/p/phala network.toml b/data/ecosystems/p/phala network.toml new file mode 100644 index 00000000..e1891a46 --- /dev/null +++ b/data/ecosystems/p/phala network.toml @@ -0,0 +1,269 @@ +title = "Phala Network" +sub_ecosystems = [] +github_organizations = ["https://github.com/Phala-Network/"] + +# Repositories + +[[repo]] +url = "https://github.com/Phala-Network/phala-blockchain" + +[[repo]] +url = "https://github.com/Phala-Network/phala-polka-apps" + +[[repo]] +url = "https://github.com/Phala-Network/near-bridge" + +[[repo]] +url = "https://github.com/Phala-Network/phala-docs" + +[[repo]] +url = "https://github.com/Phala-Network/faucet-bot" + +[[repo]] +url = "https://github.com/Phala-Network/prelaunch-token" + +[[repo]] +url = "https://github.com/Phala-Network/phala-wiki" + +[[repo]] +url = "https://github.com/Phala-Network/apps-ng" + +[[repo]] +url = "https://github.com/Phala-Network/pdiem-relayer" + +[[repo]] +url = "https://github.com/Phala-Network/miningctld" + +[[repo]] +url = "https://github.com/Phala-Network/wiki-theme-compose" + +[[repo]] +url = "https://github.com/Phala-Network/phala-docker" + +[[repo]] +url = "https://github.com/Phala-Network/ra-test" + +[[repo]] +url = "https://github.com/Phala-Network/website-ng" + +[[repo]] +url = "https://github.com/Phala-Network/runtime-bridge" + +[[repo]] +url = "https://github.com/Phala-Network/solo-mining-scripts" + +[[repo]] +url = "https://github.com/Phala-Network/phala-parachain.old" + +[[repo]] +url = "https://github.com/Phala-Network/polkadot-launch" + +[[repo]] +url = "https://github.com/Phala-Network/stakepad" + +[[repo]] +url = "https://github.com/Phala-Network/wasmi-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/phala-docker" + +[[repo]] + url = "https://github.com/Phala-Network/ra-test" + +[[repo]] + url = "https://github.com/Phala-Network/website-ng" + +[[repo]] + url = "https://github.com/Phala-Network/runtime-bridge" + +[[repo]] + url = "https://github.com/Phala-Network/solo-mining-scripts" + +[[repo]] + url = "https://github.com/Phala-Network/phala-parachain.old" + +[[repo]] + url = "https://github.com/Phala-Network/polkadot-launch" + +[[repo]] + url = "https://github.com/Phala-Network/stakepad" + +[[repo]] + url = "https://github.com/Phala-Network/wasmi-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/runtime-bridge-proto" + +[[repo]] + url = "https://github.com/Phala-Network/pink-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/crowdloan-ui" + +[[repo]] + url = "https://github.com/Phala-Network/typedefs" + +[[repo]] + url = "https://github.com/Phala-Network/bitcoin_hashes" + +[[repo]] + url = "https://github.com/Phala-Network/incubator-teaclave-sgx-sdk" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-substrate-events" + +[[repo]] + url = "https://github.com/Phala-Network/ChainBridge" + +[[repo]] + url = "https://github.com/Phala-Network/rust-bech32" + +[[repo]] + url = "https://github.com/Phala-Network/rust-bitcoin" + +[[repo]] + url = "https://github.com/Phala-Network/rust-secp256k1" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-utils" + +[[repo]] + url = "https://github.com/Phala-Network/apps-nng" + +[[repo]] + url = "https://github.com/Phala-Network/slot_crowdfunding" + +[[repo]] + url = "https://github.com/Phala-Network/patract-open-platform-program" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-deploy" + +[[repo]] + url = "https://github.com/Phala-Network/khala-parachain" + +[[repo]] + url = "https://github.com/Phala-Network/go-substrate-rpc-client" + +[[repo]] + url = "https://github.com/Phala-Network/khala-launch-issues" + +[[repo]] + url = "https://github.com/Phala-Network/runtime-bridge-monitor" + +[[repo]] + url = "https://github.com/Phala-Network/polkadot" + +[[repo]] + url = "https://github.com/Phala-Network/polkadot-utils" + +[[repo]] + url = "https://github.com/Phala-Network/fork-off-relaychain" + +[[repo]] + url = "https://github.com/Phala-Network/token-bridge-ui" + +[[repo]] + url = "https://github.com/Phala-Network/parachain-projects-info" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-operator" + +[[repo]] + url = "https://github.com/Phala-Network/substrate" + +[[repo]] + url = "https://github.com/Phala-Network/substrate-upgrade-workshop" + +[[repo]] + url = "https://github.com/Phala-Network/ring" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-subgraph" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-subquery" + +[[repo]] + url = "https://github.com/Phala-Network/subql-dictionary" + +[[repo]] + url = "https://github.com/Phala-Network/khala-docker" + +[[repo]] + url = "https://github.com/Phala-Network/wpcap" + +[[repo]] + url = "https://github.com/Phala-Network/prpc-protos" + +[[repo]] + url = "https://github.com/Phala-Network/yasna.rs" + +[[repo]] + url = "https://github.com/Phala-Network/apps" + +[[repo]] + url = "https://github.com/Phala-Network/chainbridge-guardian" + +[[repo]] + url = "https://github.com/Phala-Network/wasm" + +[[repo]] + url = "https://github.com/Phala-Network/cryptocorrosion-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/http_req-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/ring-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/cpufeatures-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/community-bridges" + +[[repo]] + url = "https://github.com/Phala-Network/turbo-telegram" + +[[repo]] + url = "https://github.com/Phala-Network/async-io-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/phala-wiki-next" + +[[repo]] + url = "https://github.com/Phala-Network/subgraph" + +[[repo]] + url = "https://github.com/Phala-Network/khala-ops-healthcheck" + +[[repo]] + url = "https://github.com/Phala-Network/web3index-org" + +[[repo]] + url = "https://github.com/Phala-Network/parking-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/httparse-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/aho-corasick-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/futures-rs-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/event-listener-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/parking_lot-sgx" + +[[repo]] + url = "https://github.com/Phala-Network/app-analytics-data" + +[[repo]] + url = "https://github.com/Phala-Network/js-sdk" + +[[repo]] + url = "https://github.com/Phala-Network/Encode-Hackathon-2021 " diff --git a/data/ecosystems/p/polkadot.toml b/data/ecosystems/p/polkadot.toml index e602b969..28015acf 100644 --- a/data/ecosystems/p/polkadot.toml +++ b/data/ecosystems/p/polkadot.toml @@ -60,6 +60,103 @@ sub_ecosystems = [ "Vertua", "zeitgeistpm", "zero network", + "Crust", + "Centrifuge", + "Bifrost", + "HydraDX", + "Kylin Network", + "MANTRA DAO", + "Matter Labs", + "Moonbeam", + "Adoria Soft", + "AirGap", + "Aleph Zero", + "Ankr", + "Apron Labs", + "Astar Network", + "Automata Network", + "Aventus", + "Bit.country", + "Bluzelle", + "Borlaug Web Services", + "Caelum Labs", + "Celer Network", + "Cere", + "ChainSafe", + "ChainX", + "Chronicled", + "Creator", + "Data Highway", + "DatDot", + "DeepBrainChain", + "Deeper Network", + "DIA", + "Dora Factory", + "DOTMog", + "dTrade", + "Encointer", + "Energy Web Foundation", + "Equilibrium", + "ETCDEV", + "Evercity", + "Fractal", + "Figment", + "FlexDapps", + "GameDAO", + "Geefu", + "Halva", + "Injective Protocol", + "Integritee", + "Kulupu", + "Limechain", + "Litentry", + "Manta Network", + "MathChain", + "MixBytes", + "Node Factory", + "Nodle", + "OAX", + "Obsidian Labs", + "OnFinality", + "Ontology", + "OriginTrail", + "Parallel Finance", + "Patract Labs", + "Polkadex", + "Polkahub", + "Polkascan", + "Polkassembly", + "Polkastats", + "Polkaswap", + "Polkawallet", + "Polymath", + "Pontem Network", + "ProChain", + "RenVM", + "RioDefi", + "Robonomics", + "SafePal", + "SecondState", + "Sensorium", + "Shift", + "Shyft Network", + "Snowfork", + "Social Network", + "Subscan", + "Subspace Network", + "Subsquid", + "Subsocial", + "Subquery", + "t3rn", + "Tea Project", + "Totem", + "TPFS", + "Unique Network", + "Virto Network", + "zCloak Network", + "ZeroPool", + "Zondax", + "Zeitgeist", ] github_organizations = [ @@ -78,6 +175,7 @@ github_organizations = [ "https://github.com/vue-polkadot", "https://github.com/w3f", "https://github.com/webb-tools", + "https://github.com/paritytech", ] # Repositories @@ -2026,6 +2124,10 @@ url = "https://github.com/soramitsu/dauth-springsecurity" [[repo]] url = "https://github.com/soramitsu/devops-interview-app" +[[repo]] +url = "https://github.com/paritytech/cumulus" +tags = ["Protocol"] + [[repo]] url = "https://github.com/soramitsu/did-resolver" @@ -2047,6 +2149,10 @@ url = "https://github.com/soramitsu/fearless-polkadot" [[repo]] url = "https://github.com/soramitsu/fearless-starscream" +[[repo]] +url = "https://github.com/paritytech/ink" +tags = ["Protocol"] + [[repo]] url = "https://github.com/soramitsu/fearless-subquery" @@ -2119,6 +2225,13 @@ url = "https://github.com/soramitsu/iroha-gateway" [[repo]] url = "https://github.com/soramitsu/iroha-go" +[[repo]] +url = "https://github.com/paritytech/substrate-node-template" +tags = ["Protocol"] + +[[repo]] +url = "https://github.com/paritytech/substrate-analytics" + [[repo]] url = "https://github.com/soramitsu/iroha-helpers" @@ -2570,9 +2683,6 @@ url = "https://github.com/uvfive/substrate-lesson" [[repo]] url = "https://github.com/ValeryiaKarpenko/cafe-substrate" -[[repo]] -url = "https://github.com/valibre-org/node" - [[repo]] url = "https://github.com/validitylabs/hopr-polkadot" @@ -3443,3 +3553,72 @@ url = "https://github.com/Zondax/ledger-polkadot-js" [[repo]] url = "https://github.com/Zondax/ledger-polkadot-vm" + +[[repo]] + url = "https://github.com/polkascan/polkascan-pre-harvester" + +[[repo]] + url = "https://github.com/polkascan/py-scale-codec" + +[[repo]] + url = "https://github.com/polkascan/polkascan-pre-explorer-api" + +[[repo]] + url = "https://github.com/polkascan/polkascan-pre-explorer-gui" + +[[repo]] + url = "https://github.com/polkascan/polkascan-os" + +[[repo]] + url = "https://github.com/polkascan/py-substrate-interface" + +[[repo]] + url = "https://github.com/polkascan/substrate-interface-api" + +[[repo]] + url = "https://github.com/polkascan/substrate-interface-gui" + +[[repo]] + url = "https://github.com/polkascan/substrate-interface" + +[[repo]] + url = "https://github.com/polkascan/polkascan-explorer-gui" + +[[repo]] + url = "https://github.com/polkascan/social-contract" + +[[repo]] + url = "https://github.com/polkascan/py-sr25519-bindings" + +[[repo]] + url = "https://github.com/polkascan/py-bip39-bindings" + +[[repo]] + url = "https://github.com/polkascan/py-ed25519-bindings" + +[[repo]] + url = "https://github.com/polkascan/polkadapt" + +[[repo]] + url = "https://github.com/polkascan/polkascan-ui" + +[[repo]] + url = "https://github.com/polkascan/explorer-api" + +[[repo]] + url = "https://github.com/polkascan/py-subwasm-bindings" + +[[repo]] + url = "https://github.com/AvadoDServer" + +[[repo]] + url = "https://github.com/Apron-Network/apron-node" + +[[repo]] + url = "https://github.com/ChainSafe/gossamer" + +[[repo]] + url = "https://github.com/ChainSafe/ChainBridge" + +[[repo]] + url = "https://github.com/ChainSafe/polkadot-spec" diff --git a/data/ecosystems/p/polkahub.toml b/data/ecosystems/p/polkahub.toml new file mode 100644 index 00000000..a9f71119 --- /dev/null +++ b/data/ecosystems/p/polkahub.toml @@ -0,0 +1,15 @@ +title = "Polkahub" +sub_ecosystems = [] +github_organizations = ["https://github.com/akropolisio"] + +# Repositories + +[[repo]] +url = "https://github.com/akropolisio/polkahub-monorepo" + +[[repo]] +url = "https://github.com/akropolisio/polkahub-cli" + +[[repo]] +url = "https://github.com/akropolisio/polkahub-frontend" + diff --git a/data/ecosystems/p/polkascan.toml b/data/ecosystems/p/polkascan.toml index 63ae977e..96097d60 100644 --- a/data/ecosystems/p/polkascan.toml +++ b/data/ecosystems/p/polkascan.toml @@ -33,6 +33,15 @@ url = "https://github.com/polkascan/polkascan-explorer-gui" [[repo]] url = "https://github.com/polkascan/polkascan-os" +[[repo]] +url = "https://github.com/polkascan/polkascan-os" + +[[repo]] +url = "https://github.com/polkascan/polkascan-pre-harvester" + +[[repo]] +url = "https://github.com/polkascan/py-scale-codec" + [[repo]] url = "https://github.com/polkascan/polkascan-pre-explorer-api" @@ -92,3 +101,51 @@ url = "https://github.com/polkascan/substrate-telemetry" [[repo]] url = "https://github.com/polkascan/webassembly-wabt" + +[[repo]] +url = "https://github.com/polkascan/polkascan-os" + +[[repo]] +url = "https://github.com/polkascan/py-substrate-interface" + +[[repo]] +url = "https://github.com/polkascan/substrate-interface-api" + +[[repo]] +url = "https://github.com/polkascan/substrate-interface-gui" + +[[repo]] +url = "https://github.com/polkascan/substrate-interface" + +[[repo]] +url = "https://github.com/polkascan/polkascan-explorer-gui" + +[[repo]] +url = "https://github.com/polkascan/social-contract" + +[[repo]] +url = "https://github.com/polkascan/py-sr25519-bindings" + +[[repo]] +url = "https://github.com/polkascan/py-bip39-bindings" + +[[repo]] +url = "https://github.com/polkascan/py-ed25519-bindings" + +[[repo]] +url = "https://github.com/polkascan/polkadapt" + +[[repo]] +url = "https://github.com/polkascan/polkascan-ui" + +[[repo]] +url = "https://github.com/polkascan/explorer-api" + +[[repo]] +url = "https://github.com/polkascan/py-subwasm-bindings" + +[[repo]] +url = "https://github.com/polkascan/graphene-sqlalchemy" + +[[repo]] +url = "https://github.com/polkascan/graphene-sqlalchemy-filter" diff --git a/data/ecosystems/p/polkassembly.toml b/data/ecosystems/p/polkassembly.toml new file mode 100644 index 00000000..bd0ef40e --- /dev/null +++ b/data/ecosystems/p/polkassembly.toml @@ -0,0 +1,13 @@ +title = "Polkassembly" +sub_ecosystems = [] +github_organizations = ["https://github.com/Premiurly/"] + +# Repositories + +[[repo]] +url = "https://github.com/Premiurly/polkassembly" + +[[repo]] +url = "https://github.com/Premiurly/substrate-etl" + + diff --git a/data/ecosystems/p/polkastats.toml b/data/ecosystems/p/polkastats.toml new file mode 100644 index 00000000..0d7e0db8 --- /dev/null +++ b/data/ecosystems/p/polkastats.toml @@ -0,0 +1,29 @@ +title = "Polkastats" +sub_ecosystems = [] +github_organizations = ["https://github.com/Colm3na"] + +# Repositories + +[[repo]] +url = "https://github.com/Colm3na/polkastats" + +[[repo]] +url = "https://github.com/Colm3na/polkastats-v2" + +[[repo]] +url = "https://github.com/Colm3na/polkastats-v3" + +[[repo]] +url = "https://github.com/Colm3na/polkastats-backend-v3" + +[[repo]] +url = "https://github.com/Colm3na/kusama-validator-resource-center-v2" + +[[repo]] +url = "https://github.com/Colm3na/polkastats-ng" + +[[repo]] +url = "https://github.com/Colm3na/polkastats-subsocial" + +[[repo]] +url = "https://github.com/Colm3na/polkadot-csv-exporter" \ No newline at end of file diff --git a/data/ecosystems/p/polkawallet.toml b/data/ecosystems/p/polkawallet.toml new file mode 100644 index 00000000..0eb481eb --- /dev/null +++ b/data/ecosystems/p/polkawallet.toml @@ -0,0 +1,14 @@ +# Ecosystem Level Information +title = "Polkawallet" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/polkawallet-io/"] + +# Repositories +[[repo]] +url = "https://github.com/polkawallet-io/polkadot-api-RN-debugging" + +[[repo]] +url = "https://github.com/polkawallet-io/polkawallet-flutter" +tags = ["Wallet"] diff --git a/data/ecosystems/p/polymath.toml b/data/ecosystems/p/polymath.toml index bb3b477b..595dfd8d 100644 --- a/data/ecosystems/p/polymath.toml +++ b/data/ecosystems/p/polymath.toml @@ -3,62 +3,92 @@ title = "Polymath" sub_ecosystems = [] -github_organizations = [] +github_organizations = ["https://github.com/PolymathNetwork/"] # Repositories [[repo]] -url = "https://github.com/PolymathNetwork/compliance-templates" + url = "https://github.com/PolymathNetwork/polymath-reserve" [[repo]] -url = "https://github.com/PolymathNetwork/eslint-plugin-polymath" + url = "https://github.com/PolymathNetwork/polymath-allocator" [[repo]] -url = "https://github.com/PolymathNetwork/eslint-plugin-polymath-react" + url = "https://github.com/PolymathNetwork/polymath-core" [[repo]] -url = "https://github.com/PolymathNetwork/example-app-polymathjs" + url = "https://github.com/PolymathNetwork/polymath-apps" [[repo]] -url = "https://github.com/PolymathNetwork/js-ipfs-api" + url = "https://github.com/PolymathNetwork/polymath-sdk" [[repo]] -url = "https://github.com/PolymathNetwork/new-website" + url = "https://github.com/PolymathNetwork/Polymesh" [[repo]] -url = "https://github.com/PolymathNetwork/poly-circulating" + url = "https://github.com/PolymathNetwork/polymath-audit-report-2019-04" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-ads" + url = "https://github.com/PolymathNetwork/polymesh-sdk" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-allocator" + url = "https://github.com/PolymathNetwork/cryptography" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-core" + url = "https://github.com/PolymathNetwork/polkascan-pre-harvester" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-core-deprecated" + url = "https://github.com/PolymathNetwork/polymesh_docs" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-founders" + url = "https://github.com/PolymathNetwork/polymesh-sdk-examples" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-investorportal" + url = "https://github.com/PolymathNetwork/polkascan-os" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-issuer" + url = "https://github.com/PolymathNetwork/polkascan-pre-explorer-api" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-reserve" + url = "https://github.com/PolymathNetwork/polymesh-wallet" [[repo]] -url = "https://github.com/PolymathNetwork/polymath-token" + url = "https://github.com/PolymathNetwork/polymesh-tools" [[repo]] -url = "https://github.com/PolymathNetwork/polymath.js" + url = "https://github.com/PolymathNetwork/substrate" [[repo]] -url = "https://github.com/PolymathNetwork/polymath.js-deprecated" + url = "https://github.com/PolymathNetwork/mock-uid-provider" [[repo]] -url = "https://github.com/PolymathNetwork/token-faucet" + url = "https://github.com/PolymathNetwork/technical-content-examples" + +[[repo]] + url = "https://github.com/PolymathNetwork/dynamic-schema" + +[[repo]] + url = "https://github.com/PolymathNetwork/polymesh-test-compose" + +[[repo]] + url = "https://github.com/PolymathNetwork/polkadot-apps" + +[[repo]] + url = "https://github.com/PolymathNetwork/polymesh-types" + +[[repo]] + url = "https://github.com/PolymathNetwork/substrate-api-sidecar" + +[[repo]] + url = "https://github.com/PolymathNetwork/graphql2rest" + +[[repo]] + url = "https://github.com/PolymathNetwork/hashes" + +[[repo]] + url = "https://github.com/PolymathNetwork/polymesh-subquery" + +[[repo]] + url = "https://github.com/PolymathNetwork/subql" + +[[repo]] + url = "https://github.com/PolymathNetwork/awesome-blockchain-rust" \ No newline at end of file diff --git a/data/ecosystems/p/pontem-network.toml b/data/ecosystems/p/pontem-network.toml index 20ad64bc..10f156f4 100644 --- a/data/ecosystems/p/pontem-network.toml +++ b/data/ecosystems/p/pontem-network.toml @@ -104,3 +104,54 @@ url = "https://github.com/pontem-network/tools" [[repo]] url = "https://github.com/pontem-network/vscode-move-ide" + +[[repo]] + url = "https://github.com/pontem-network/pontem" + +[[repo]] + url = "https://github.com/pontem-network/sp-move-vm" + +[[repo]] + url = "https://github.com/pontem-network/intellij-move" + +[[repo]] + url = "https://github.com/pontem-network/polkadot" + +[[repo]] + url = "https://github.com/pontem-network/bootstrap" + +[[repo]] + url = "https://github.com/pontem-network/move-tools" + +[[repo]] + url = "https://github.com/pontem-network/docs" + +[[repo]] + url = "https://github.com/pontem-network/diem" + +[[repo]] + url = "https://github.com/pontem-network/cumulus" + +[[repo]] + url = "https://github.com/pontem-network/rip_str" + +[[repo]] + url = "https://github.com/pontem-network/paratesting" + +[[repo]] + url = "https://github.com/pontem-network/pontem-types" + +[[repo]] + url = "https://github.com/pontem-network/apps" + +[[repo]] + url = "https://github.com/pontem-network/polkascan-ui" + +[[repo]] + url = "https://github.com/pontem-network/bridge" + +[[repo]] + url = "https://github.com/pontem-network/move-stdlib" + +[[repo]] + url = "https://github.com/pontem-network/contracts" diff --git a/data/ecosystems/s/safepal.toml b/data/ecosystems/s/safepal.toml new file mode 100644 index 00000000..345240ac --- /dev/null +++ b/data/ecosystems/s/safepal.toml @@ -0,0 +1,20 @@ +title = "SafePal" +sub_ecosystems = [] +github_organizations = ["https://github.com/SafePalWallet"] + +# Repositories + +[[repo]] +url = "https://github.com/SafePalWallet/walletkit" + +[[repo]] +url = "https://github.com/SafePalWallet/wallet-adapter" + +[[repo]] +url = "https://github.com/SafePalWallet/ethereum-org-website" + +[[repo]] +url = "https://github.com/SafePalWallet/pancake-uikit" + +[[repo]] +url = "https://github.com/SafePalWallet/walletconnect-monorepo" diff --git a/data/ecosystems/s/sensorium.toml b/data/ecosystems/s/sensorium.toml new file mode 100644 index 00000000..deeda1ea --- /dev/null +++ b/data/ecosystems/s/sensorium.toml @@ -0,0 +1,20 @@ +title = "Sensorium" +sub_ecosystems = [] +github_organizations = ["https://github.com/sensoriumxr/"] + +# Repositories + +[[repo]] + url = "https://github.com/sensoriumxr/django-eth-events" + +[[repo]] + url = "https://github.com/sensoriumxr/MultiSigWallet" + +[[repo]] + url = "https://github.com/sensoriumxr/flutter_screen_recording" + +[[repo]] + url = "https://github.com/sensoriumxr/spotify_sdk" + +[[repo]] + url = "https://github.com/sensoriumxr/spotify-dart" diff --git a/data/ecosystems/s/snowfork.toml b/data/ecosystems/s/snowfork.toml index c5033096..42d0352a 100644 --- a/data/ecosystems/s/snowfork.toml +++ b/data/ecosystems/s/snowfork.toml @@ -45,6 +45,9 @@ url = "https://github.com/Snowfork/snowbridge" [[repo]] url = "https://github.com/Snowfork/snowbridge-experiments" +[[repo]] +url = "https://github.com/Snowfork/go-substrate-rpc-client" + [[repo]] url = "https://github.com/Snowfork/snowbridge-web" @@ -56,3 +59,9 @@ url = "https://github.com/Snowfork/substrate" [[repo]] url = "https://github.com/Snowfork/substrate-ui" + +[[repo]] +url = "https://github.com/Snowfork/substrate" + +[[repo]] +url = "https://github.com/Snowfork/polkadot-launch" diff --git a/data/ecosystems/s/social-network.toml b/data/ecosystems/s/social-network.toml new file mode 100644 index 00000000..88f61662 --- /dev/null +++ b/data/ecosystems/s/social-network.toml @@ -0,0 +1,32 @@ +title = "Social Network" +sub_ecosystems = [] +github_organizations = ["https://github.com/social-network/"] + +# Repositories + +[[repo]] +url = "https://github.com/social-network/blockchain" + +[[repo]] + url = "https://github.com/social-network/polkadot-js" + +[[repo]] + url = "https://github.com/social-network/brand" + +[[repo]] + url = "https://github.com/social-network/indexer" + +[[repo]] + url = "https://github.com/social-network/orbit-db" + +[[repo]] + url = "https://github.com/social-network/conduit" + +[[repo]] + url = "https://github.com/social-network/lexis" + +[[repo]] + url = "https://github.com/social-network/v1" + +[[repo]] + url = "https://github.com/social-network/substrate-archive" diff --git a/data/ecosystems/s/stafi.toml b/data/ecosystems/s/stafi.toml index a561aa11..bb7fff24 100644 --- a/data/ecosystems/s/stafi.toml +++ b/data/ecosystems/s/stafi.toml @@ -3,7 +3,7 @@ title = "Stafi" sub_ecosystems = [] -github_organizations = [] +github_organizations = ["https://github.com/stafiprotocol"] # Repositories [[repo]] @@ -32,3 +32,10 @@ url = "https://github.com/stafiprotocol/stafi-node" [[repo]] url = "https://github.com/stafiprotocol/substrate-api-sidecar" + +[[repo]] +url = "https://github.com/stafiprotocol/polkadot" + +[[repo]] +url = "https://github.com/stafiprotocol/polkadot" + diff --git a/data/ecosystems/s/subquery.toml b/data/ecosystems/s/subquery.toml new file mode 100644 index 00000000..349f012b --- /dev/null +++ b/data/ecosystems/s/subquery.toml @@ -0,0 +1,31 @@ +title = "Subquery" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/subquery"] + +# Repositories +[[repo]] +url = "https://github.com/subquery/subql" + +[[repo]] +url = "https://github.com/subquery/subql" + +[[repo]] +url = "https://github.com/subquery/subql-examples" + +[[repo]] +url = "https://github.com/subquery/subql-starter" + +[[repo]] +url = "https://github.com/subquery/subql-helloworld" + +[[repo]] +url = "https://github.com/subquery/community" + +[[repo]] +url = "https://github.com/subquery/subql-dictionary" + +[[repo]] +url = "https://github.com/subquery/polkadot-cached-provider" + diff --git a/data/ecosystems/s/subscan.toml b/data/ecosystems/s/subscan.toml new file mode 100644 index 00000000..60ad1d8b --- /dev/null +++ b/data/ecosystems/s/subscan.toml @@ -0,0 +1,38 @@ +title = "Subscan" +sub_ecosystems = [] +github_organizations = ["https://github.com/itering/"] + +# Repositories + +[[repo]] + url = "https://github.com/itering/subscan-essentials" + +[[repo]] + url = "https://github.com/itering/subscan-issue-tracker" + +[[repo]] + url = "https://github.com/itering/subscan-multisig-react" + +[[repo]] + url = "https://github.com/itering/subscan-multisig-backend" + +[[repo]] + url = "https://github.com/itering/scale.rb" + +[[repo]] + url = "https://github.com/itering/subscan-api-docs" + +[[repo]] + url = "https://github.com/itering/substrate-api-rpc" + +[[repo]] + url = "https://github.com/itering/scale.go" + +[[repo]] + url = "https://github.com/itering/subscan-multisig-ui" + +[[repo]] + url = "https://github.com/itering/substrate-node-tool" + +[[repo]] + url = "https://github.com/itering/substrate_client.rb" \ No newline at end of file diff --git a/data/ecosystems/s/subsocial.toml b/data/ecosystems/s/subsocial.toml new file mode 100644 index 00000000..4f1cb9aa --- /dev/null +++ b/data/ecosystems/s/subsocial.toml @@ -0,0 +1,71 @@ +# Ecosystem Level Information +title = "Subsocial" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/dappforce"] + +# Repositories + +[[repo]] + url = "https://github.com/dappforce/dappforce-tendermint-explorer" + +[[repo]] + url = "https://github.com/dappforce/polkadot-apps" + +[[repo]] + url = "https://github.com/dappforce/subsocial-offchain" + +[[repo]] + url = "https://github.com/dappforce/subsocial-web-app" + +[[repo]] + url = "https://github.com/dappforce/subsocial-starter" + +[[repo]] + url = "https://github.com/dappforce/dappforce-substrate-multisig" + +[[repo]] + url = "https://github.com/dappforce/subsocial" + +[[repo]] + url = "https://github.com/dappforce/subsocial-js" + +[[repo]] + url = "https://github.com/dappforce/dappforce-subsocial-faucet-bot" + +[[repo]] + url = "https://github.com/dappforce/subsocial-node" + +[[repo]] + url = "https://github.com/dappforce/subsocial-flutter" + +[[repo]] + url = "https://github.com/dappforce/subsocial-docs" + +[[repo]] + url = "https://github.com/dappforce/substrate-balances" + +[[repo]] + url = "https://github.com/dappforce/subsocial-angular" + +[[repo]] + url = "https://github.com/dappforce/dappforce.github.io" + +[[repo]] + url = "https://github.com/dappforce/rust-docs" + +[[repo]] + url = "https://github.com/dappforce/js-docs" + +[[repo]] + url = "https://github.com/dappforce/subsocial-examples" + +[[repo]] + url = "https://github.com/dappforce/statemine-token-lists" + +[[repo]] + url = "https://github.com/dappforce/subsocial-react-native" + +[[repo]] + url = "https://github.com/dappforce/subsocial-flutter-auth " \ No newline at end of file diff --git a/data/ecosystems/s/subspace-network.toml b/data/ecosystems/s/subspace-network.toml new file mode 100644 index 00000000..be671c49 --- /dev/null +++ b/data/ecosystems/s/subspace-network.toml @@ -0,0 +1,56 @@ +title = "Subspace Network" +sub_ecosystems = [] +github_organizations = [] + +#Repositories + +[[repo]] +url = "https://github.com/subspace/jump-consistent-hash" +[[repo]] +url = "https://github.com/subspace/subspace-old-ts" +[[repo]] +url = "https://github.com/subspace/vdf" +[[repo]] +url = "https://github.com/subspace/red-black-tree" +[[repo]] +url = "https://github.com/subspace/reed-solomon-erasure.wasm" +[[repo]] +url = "https://github.com/subspace/sloth-permutation" +[[repo]] +url = "https://github.com/subspace/spartan-codec" +[[repo]] +url = "https://github.com/subspace/spartan-farmer" +[[repo]] +url = "https://github.com/subspace/substrate" +[[repo]] +url = "https://github.com/subspace/rust-in-blockchain" +[[repo]] +url = "https://github.com/subspace/Grant-Milestone-Delivery" +[[repo]] +url = "https://github.com/subspace/substrate-front-end-template" +[[repo]] +url = "https://github.com/subspace/decoupled-execution-experiment" +[[repo]] +url = "https://github.com/subspace/sloth-GPU" +[[repo]] +url = "https://github.com/subspace/subspace-desktop" +[[repo]] +url = "https://github.com/subspace/polkascan-os" +[[repo]] +url = "https://github.com/subspace/polkascan-pre-harvester" +[[repo]] +url = "https://github.com/subspace/subspace" +[[repo]] +url = "https://github.com/subspace/polkascan-pre-explorer-api" +[[repo]] +url = "https://github.com/subspace/sloth256-189" +[[repo]] +url = "https://github.com/subspace/apps" +[[repo]] +url = "https://github.com/subspace/subspace.js" +[[repo]] +url = "https://github.com/subspace/monk-spartan-template" +[[repo]] +url = "https://github.com/subspace/status" +[[repo]] +url = "https://github.com/subspace/subspace-relayer-front-end" diff --git a/data/ecosystems/s/subsquid.toml b/data/ecosystems/s/subsquid.toml new file mode 100644 index 00000000..3febadc7 --- /dev/null +++ b/data/ecosystems/s/subsquid.toml @@ -0,0 +1,22 @@ +title = "Subsquid" +sub_ecosystems = [] +github_organizations = ["https://github.com/subsquid"] + +# Repositories + +[[repo]] +url = "https://github.com/subsquid/hydra" + +[[repo]] +url = "https://github.com/subsquid/docs" + +[[repo]] +url = "https://github.com/subsquid/hydra-template" + +[[repo]] +url = "https://github.com/subsquid/subsquid-token" + +[[repo]] +url = "https://github.com/subsquid/indexer-setup" + + diff --git a/data/ecosystems/t/t3rn.toml b/data/ecosystems/t/t3rn.toml new file mode 100644 index 00000000..e4f5f75a --- /dev/null +++ b/data/ecosystems/t/t3rn.toml @@ -0,0 +1,36 @@ +title = "t3rn" +sub_ecosystems = [] +github_organizations = ["https://github.com/t3rn/"] + +# Repositories + +[[repo]] +url = "https://github.com/t3rn/cargo-contract" + +[[repo]] +url = "https://github.com/t3rn/frontier" + +[[repo]] +url = "https://github.com/t3rn/grandpa-bridge-gadget" + +[[repo]] +url = "https://github.com/t3rn/parity-bridges-common" + +[[repo]] +url = "https://github.com/t3rn/snowbridge" + +[[repo]] +url = "https://github.com/t3rn/substrate" + +[[repo]] +url = "https://github.com/t3rn/substrate-subxt" + +[[repo]] +url = "https://github.com/t3rn/t3rn" + + + + + + + diff --git a/data/ecosystems/t/tea-project.toml b/data/ecosystems/t/tea-project.toml new file mode 100644 index 00000000..c0e32dd6 --- /dev/null +++ b/data/ecosystems/t/tea-project.toml @@ -0,0 +1,86 @@ +title = "Tea Project" +sub_ecosystems = [] +github_organizations = ["https://github.com/tearust"] + +# Repositories + +[[repo]] + url = "https://github.com/tearust/t-rust" + +[[repo]] + url = "https://github.com/tearust/tea-layer1" + +[[repo]] + url = "https://github.com/tearust/binio" + +[[repo]] + url = "https://github.com/tearust/tea-actor-utility" + +[[repo]] + url = "https://github.com/tearust/tea-codec" + +[[repo]] + url = "https://github.com/tearust/tea-docs" + +[[repo]] + url = "https://github.com/tearust/gluon-pallet" + +[[repo]] + url = "https://github.com/tearust/schnorrkel" + +[[repo]] + url = "https://github.com/tearust/gluon-app" + +[[repo]] + url = "https://github.com/tearust/Grant-Milestone-Delivery" + +[[repo]] + url = "https://github.com/tearust/nitro-build" + +[[repo]] + url = "https://github.com/tearust/tea-js-sdk" + +[[repo]] + url = "https://github.com/tearust/aws-nitro-enclaves-cose" + +[[repo]] + url = "https://github.com/tearust/substrate-front-end-template" + +[[repo]] + url = "https://github.com/tearust/apps" + +[[repo]] + url = "https://github.com/tearust/tea-browser-wallet" + +[[repo]] + url = "https://github.com/tearust/substrate" + +[[repo]] + url = "https://github.com/tearust/Open-Grants-Program" + +[[repo]] + url = "https://github.com/tearust/seed-distribution" + +[[repo]] + url = "https://github.com/tearust/ChainBridge" + +[[repo]] + url = "https://github.com/tearust/tea-subql" + +[[repo]] + url = "https://github.com/tearust/chainbridge-substrate" + +[[repo]] + url = "https://github.com/tearust/chainbridge-utils" + +[[repo]] + url = "https://github.com/tearust/chainbridge-substrate-events" + +[[repo]] + url = "https://github.com/tearust/teaproject" + +[[repo]] + url = "https://github.com/tearust/orbit-db-http-api" + +[[repo]] + url = "https://github.com/tearust/delegator-resources" diff --git a/data/ecosystems/t/tpfs.toml b/data/ecosystems/t/tpfs.toml new file mode 100644 index 00000000..6fee46f4 --- /dev/null +++ b/data/ecosystems/t/tpfs.toml @@ -0,0 +1,3 @@ +title = "TPFS" +sub_ecosystems = [] +github_organizations = [] diff --git a/data/ecosystems/u/unique-network.toml b/data/ecosystems/u/unique-network.toml index 17903db6..d3a3ac9f 100644 --- a/data/ecosystems/u/unique-network.toml +++ b/data/ecosystems/u/unique-network.toml @@ -77,3 +77,39 @@ url = "https://github.com/UniqueNetwork/unique-ui" [[repo]] url = "https://github.com/UniqueNetwork/unique-wallet" + +[[repo]] +url = "https://github.com/usetech-llc/clover" + +[[repo]] +url = "https://github.com/usetech-llc/cosmos_api_dotnet" + +[[repo]] +url = "https://github.com/usetech-llc/gallery_backend" + +[[repo]] +url = "https://github.com/usetech-llc/kusama_gallery_frontend" + +[[repo]] +url = "https://github.com/usetech-llc/nft_load_testing" + +[[repo]] +url = "https://github.com/usetech-llc/nft_pallet_v1" + +[[repo]] +url = "https://github.com/usetech-llc/nft_unity" + +[[repo]] +url = "https://github.com/usetech-llc/polkadot_api_cpp" + +[[repo]] +url = "https://github.com/usetech-llc/polkadot_api_dotnet" + +[[repo]] +url = "https://github.com/usetech-llc/sr25519" + +[[repo]] +url = "https://github.com/usetech-llc/substrapunks" + +[[repo]] +url = "https://github.com/usetech-llc/ui-core" diff --git a/data/ecosystems/v/virto-network.toml b/data/ecosystems/v/virto-network.toml new file mode 100644 index 00000000..24aaf705 --- /dev/null +++ b/data/ecosystems/v/virto-network.toml @@ -0,0 +1,18 @@ +title = "Virto Network" +sub_ecosystems = [] +github_organizations = ["https://github.com/virto-network"] + +#Repositories + +[[repo]] +url = "https://github.com/virto-network/virto-node" + +[[repo]] +url = "https://github.com/virto-network/valor" + +[[repo]] +url = "https://github.com/virto-network/sube" + +[[repo]] +url = "https://github.com/virto-network/libwallet" + diff --git a/data/ecosystems/z/zcloak-network.toml b/data/ecosystems/z/zcloak-network.toml new file mode 100644 index 00000000..5dd6a2eb --- /dev/null +++ b/data/ecosystems/z/zcloak-network.toml @@ -0,0 +1,37 @@ +title = "zCloak Network" +sub_ecosystems = [] +github_organizations = ["https://github.com/zCloak-Network"] + +# Repositories +[[repo]] +url = "https://github.com/zCloak-Network/zcloak-node" + +[[repo]] +url = "https://github.com/zCloak-Network/substrate" + +[[repo]] +url = "https://github.com/zCloak-Network/substrate-subxt" + +[[repo]] +url = "https://github.com/zCloak-Network/zCloak-worker" + +[[repo]] +url = "https://github.com/zCloak-Network/simple-merkle-tree" + +[[repo]] +url = "https://github.com/zCloak-Network/apps" + +[[repo]] +url = "https://github.com/zCloak-Network/starks-verifier" + +[[repo]] +url = "https://github.com/zCloak-Network/zcloak-collator" + +[[repo]] +url = "https://github.com/zCloak-Network/open-runtime-module-library" + +[[repo]] +url = "https://github.com/zCloak-Network/winterfell" + +[[repo]] +url = "https://github.com/zCloak-Network/cumulus" diff --git a/data/ecosystems/z/zeitgeist.toml b/data/ecosystems/z/zeitgeist.toml new file mode 100644 index 00000000..5e56a8dd --- /dev/null +++ b/data/ecosystems/z/zeitgeist.toml @@ -0,0 +1,38 @@ +# Ecosystem Level Information +title = "Zeitgeist" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/ZeitgeistPM"] + +# Repositories +[[repo]] +url = "https://github.com/zeitgeistpm/tools" + +[[repo]] +url = "https://github.com/zeitgeistpm/zeitgeist" + +[[repo]] +url = "https://github.com/zeitgeistpm/documentation" + +[[repo]] +url = "https://github.com/zeitgeistpm/Seer-For-China" + +[[repo]] +url = "https://github.com/zeitgeistpm/polkadot" + +[[repo]] +url = "https://github.com/zeitgeistpm/nft-checker-tool" + +[[repo]] +url = "https://github.com/zeitgeistpm/discord-faucet" + +[[repo]] +url = "https://github.com/zeitgeistpm/rikiddo" + +[[repo]] +url = "https://github.com/zeitgeistpm/zeitgeist-subsquid" + +[[repo]] +url = "https://github.com/zeitgeistpm/open-runtime-module-library" + diff --git a/data/ecosystems/z/zeropool.toml b/data/ecosystems/z/zeropool.toml new file mode 100644 index 00000000..dbec3fd9 --- /dev/null +++ b/data/ecosystems/z/zeropool.toml @@ -0,0 +1,45 @@ +title = "ZeroPool" +sub_ecosystems = [] +github_organizations = ["https://github.com/zeropoolnetwork/"] + +# Repositories + +[[repo]] +url = "https://github.com/zeropoolnetwork/libzeropool-rs" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-api-js" + +[[repo]] +url = "https://github.com/zeropoolnetwork/Open-Grants-Program" + +[[repo]] +url = "https://github.com/zeropoolnetwork/libzeropool" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-relayer" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-frontend" + +[[repo]] +url = "https://github.com/zeropoolnetwork/pool-evm-single-l1" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-console" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-core" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zp-chrome-extension" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-utils" + +[[repo]] +url = "https://github.com/zeropoolnetwork/zeropool-substrate" + +[[repo]] +url = "https://github.com/zeropoolnetwork/phase2-bn254" + diff --git a/data/ecosystems/z/zondax.toml b/data/ecosystems/z/zondax.toml index c60722a4..fcd036b6 100644 --- a/data/ecosystems/z/zondax.toml +++ b/data/ecosystems/z/zondax.toml @@ -261,6 +261,12 @@ url = "https://github.com/Zondax/ledger-oasis" [[repo]] url = "https://github.com/Zondax/ledger-oasis-app" +[[repo]] +url = "https://github.com/Zondax/ledger-kusama" + +[[repo]] +url = "https://github.com/Zondax/filecoin-signing-tools" + [[repo]] url = "https://github.com/Zondax/ledger-polkadot" @@ -521,3 +527,12 @@ url = "https://github.com/Zondax/zindexer" [[repo]] url = "https://github.com/Zondax/zxtestrunner" + +[[repo]] +url = "https://github.com/Zondax/ledger-statemine" + +[[repo]] +url = "https://github.com/Zondax/stacks-blockchain-api" + +[[repo]] +url = "https://github.com/Zondax/Open-Grants-Program" \ No newline at end of file