From e7baef4f54922cff1ac337fe9d1bbc5a2f0e4c5b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:00:58 -0800 Subject: [PATCH] Added CosmWasm ecosystem --- data/ecosystems/c/cosmwasm.toml | 106 ++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 data/ecosystems/c/cosmwasm.toml diff --git a/data/ecosystems/c/cosmwasm.toml b/data/ecosystems/c/cosmwasm.toml new file mode 100644 index 00000000..24eb148c --- /dev/null +++ b/data/ecosystems/c/cosmwasm.toml @@ -0,0 +1,106 @@ +# Ecosystem Level Information +title = "CosmWasm" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/CosmWasm"] + +# Repositories +[[repo]] +url = "https://github.com/CosmWasm/big-dipper" + +[[repo]] +url = "https://github.com/CosmWasm/cawesome-wasm" + +[[repo]] +url = "https://github.com/CosmWasm/code-explorer" + +[[repo]] +url = "https://github.com/CosmWasm/core" + +[[repo]] +url = "https://github.com/CosmWasm/cosmjs" + +[[repo]] +url = "https://github.com/CosmWasm/cosmos-sdk" + +[[repo]] +url = "https://github.com/CosmWasm/cosmwasm" + +[[repo]] +url = "https://github.com/CosmWasm/cosmwasm-examples" + +[[repo]] +url = "https://github.com/CosmWasm/cosmwasm-plus" + +[[repo]] +url = "https://github.com/CosmWasm/cosmwasm-simulate" + +[[repo]] +url = "https://github.com/CosmWasm/cosmwasm-template" + +[[repo]] +url = "https://github.com/CosmWasm/cosmwasm-verify" + +[[repo]] +url = "https://github.com/CosmWasm/cw-storage" + +[[repo]] +url = "https://github.com/CosmWasm/CWIPs" + +[[repo]] +url = "https://github.com/CosmWasm/dApps" + +[[repo]] +url = "https://github.com/CosmWasm/docs" + +[[repo]] +url = "https://github.com/CosmWasm/docs-old" + +[[repo]] +url = "https://github.com/CosmWasm/drand-verify" + +[[repo]] +url = "https://github.com/CosmWasm/go-cosmwasm" + +[[repo]] +url = "https://github.com/CosmWasm/ibc-visualizer" + +[[repo]] +url = "https://github.com/CosmWasm/ics" + +[[repo]] +url = "https://github.com/CosmWasm/jsonparser" + +[[repo]] +url = "https://github.com/CosmWasm/keplr-example" + +[[repo]] +url = "https://github.com/CosmWasm/keplr-extension" + +[[repo]] +url = "https://github.com/CosmWasm/name-app" + +[[repo]] +url = "https://github.com/CosmWasm/rust-optimizer" + +[[repo]] +url = "https://github.com/CosmWasm/serde-json-wasm" + +[[repo]] +url = "https://github.com/CosmWasm/simple-option" + +[[repo]] +url = "https://github.com/CosmWasm/starport" + +[[repo]] +url = "https://github.com/CosmWasm/terra-contracts" + +[[repo]] +url = "https://github.com/CosmWasm/testnets" + +[[repo]] +url = "https://github.com/CosmWasm/wasmd" + +[[repo]] +url = "https://github.com/CosmWasm/wasmvm"