From 35cad6f57ba2103b3f5bc94025d980e57c8852df Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 17 Oct 2020 15:25:46 -0700 Subject: [PATCH] Added Cofix, Moonbean and Plasm --- data/ecosystems/c/cofix.toml | 25 ++++++++ data/ecosystems/m/moonbeam.toml | 22 +++++++ data/ecosystems/p/plasm.toml | 106 ++++++++++++++++++++++++++++++++ 3 files changed, 153 insertions(+) create mode 100644 data/ecosystems/c/cofix.toml create mode 100644 data/ecosystems/m/moonbeam.toml create mode 100644 data/ecosystems/p/plasm.toml diff --git a/data/ecosystems/c/cofix.toml b/data/ecosystems/c/cofix.toml new file mode 100644 index 00000000..9181efa7 --- /dev/null +++ b/data/ecosystems/c/cofix.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "CoFix" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/Computable-Finance"] + +# Repositories +[[repo]] +url = "https://github.com/Computable-Finance/1inchProtocol" + +[[repo]] +url = "https://github.com/Computable-Finance/CoFiX" + +[[repo]] +url = "https://github.com/Computable-Finance/CoFiX-hedger" + +[[repo]] +url = "https://github.com/Computable-Finance/CoFiX-Interface" + +[[repo]] +url = "https://github.com/Computable-Finance/Doc" + +[[repo]] +url = "https://github.com/Computable-Finance/smart-contracts" diff --git a/data/ecosystems/m/moonbeam.toml b/data/ecosystems/m/moonbeam.toml new file mode 100644 index 00000000..20ae5203 --- /dev/null +++ b/data/ecosystems/m/moonbeam.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Moonbeam" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/PureStake/frontier" + +[[repo]] +url = "https://github.com/PureStake/moonbeam" + +[[repo]] +url = "https://github.com/PureStake/moonbeam-docs" + +[[repo]] +url = "https://github.com/PureStake/moonbeam-sub0" + +[[repo]] +url = "https://github.com/PureStake/moonbeam-testnet" diff --git a/data/ecosystems/p/plasm.toml b/data/ecosystems/p/plasm.toml new file mode 100644 index 00000000..515dee32 --- /dev/null +++ b/data/ecosystems/p/plasm.toml @@ -0,0 +1,106 @@ +# Ecosystem Level Information +title = "Plasm" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/staketechnologies"] + +# Repositories +[[repo]] +url = "https://github.com/staketechnologies/Akashi" + +[[repo]] +url = "https://github.com/staketechnologies/Akashi-UI" + +[[repo]] +url = "https://github.com/staketechnologies/apps" + +[[repo]] +url = "https://github.com/staketechnologies/bip68" + +[[repo]] +url = "https://github.com/staketechnologies/bitcore" + +[[repo]] +url = "https://github.com/staketechnologies/common" + +[[repo]] +url = "https://github.com/staketechnologies/frontier" + +[[repo]] +url = "https://github.com/staketechnologies/gazelle-substrate" + +[[repo]] +url = "https://github.com/staketechnologies/hello-world-by-polkadot" + +[[repo]] +url = "https://github.com/staketechnologies/HP" + +[[repo]] +url = "https://github.com/staketechnologies/HP-2020" + +[[repo]] +url = "https://github.com/staketechnologies/ink" + +[[repo]] +url = "https://github.com/staketechnologies/ink-playground" + +[[repo]] +url = "https://github.com/staketechnologies/lockdrop-api-server" + +[[repo]] +url = "https://github.com/staketechnologies/lockdrop-ui" + +[[repo]] +url = "https://github.com/staketechnologies/Plaas" + +[[repo]] +url = "https://github.com/staketechnologies/Plasm" + +[[repo]] +url = "https://github.com/staketechnologies/plasm-apps" + +[[repo]] +url = "https://github.com/staketechnologies/plasm-client" + +[[repo]] +url = "https://github.com/staketechnologies/plasm-contract-client" + +[[repo]] +url = "https://github.com/staketechnologies/plasm-types" + +[[repo]] +url = "https://github.com/staketechnologies/plasmdocs" + +[[repo]] +url = "https://github.com/staketechnologies/plasmnet.io" + +[[repo]] +url = "https://github.com/staketechnologies/PLIC2020" + +[[repo]] +url = "https://github.com/staketechnologies/polkadot-network-website" + +[[repo]] +url = "https://github.com/staketechnologies/polkadot-wiki" + +[[repo]] +url = "https://github.com/staketechnologies/PolkadotWP" + +[[repo]] +url = "https://github.com/staketechnologies/simple-json" + +[[repo]] +url = "https://github.com/staketechnologies/srml-hub" + +[[repo]] +url = "https://github.com/staketechnologies/substrate" + +[[repo]] +url = "https://github.com/staketechnologies/Tsukuyomi" + +[[repo]] +url = "https://github.com/staketechnologies/wakkanay-substrate" + +[[repo]] +url = "https://github.com/staketechnologies/Web3-collaboration"