mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2026-02-01 12:04:19 +01:00
Added CosmWasm ecosystem
This commit is contained in:
106
data/ecosystems/c/cosmwasm.toml
Normal file
106
data/ecosystems/c/cosmwasm.toml
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user