diff --git a/docs/docs/cosmwasm/_category_.json b/docs/docs/cosmwasm/_category_.json deleted file mode 100644 index 78d324a8e157..000000000000 --- a/docs/docs/cosmwasm/_category_.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "label": "CosmWasm", - "position": 9, - "link": null -} \ No newline at end of file diff --git a/docs/docs/cosmwasm/README.md b/docs/docs/ecosystem/README.md similarity index 56% rename from docs/docs/cosmwasm/README.md rename to docs/docs/ecosystem/README.md index 10d54d48f710..6623daf36203 100644 --- a/docs/docs/cosmwasm/README.md +++ b/docs/docs/ecosystem/README.md @@ -2,10 +2,26 @@ sidebar_position: 1 --- -# CosmWasm smart contracts +# Ecosystem + +This section highlights some of the cosmos ecosystem tooling and where to find it. + +## IBC + +See the official [`ibc-go` documentation](https://ibc.cosmos.network). + +## CosmWasm smart contracts >CosmWasm is a smart contracting platform built for the Cosmos ecosystem. Simply put, it's the Cosmos (Cosm) way of using WebAssembly (Wasm) hence the name. >CosmWasm is written as a module that can plug into the Cosmos SDK. This means that anyone currently building a blockchain using the Cosmos SDK can quickly and easily add CosmWasm smart contracting support to their chain, without adjusting existing logic. Read more about writing smart contracts with CosmWasm at their [documentation site](https://docs.cosmwasm.com/docs/1.0/), or visit [the repository](https://github.com/CosmWasm/cosmwasm). + +## EVM + +Read more about writing smart contracts with solidity at the official [`evm` documentation page](https://docs.evmos.org/modules/evm/). + + + +> Note: If you would like to add your tooling to this section, please make a pr to the cosmos-sdk, we will gladly accept it. diff --git a/docs/docs/ibc/_category_.json b/docs/docs/ecosystem/_category_.json similarity index 57% rename from docs/docs/ibc/_category_.json rename to docs/docs/ecosystem/_category_.json index 8da05518865b..0067da65f8b8 100644 --- a/docs/docs/ibc/_category_.json +++ b/docs/docs/ecosystem/_category_.json @@ -1,5 +1,5 @@ { - "label": "IBC", + "label": "Ecosystem", "position": 8, "link": null -} \ No newline at end of file +} diff --git a/docs/docs/ibc/README.md b/docs/docs/ibc/README.md deleted file mode 100644 index ee6c22387f7d..000000000000 --- a/docs/docs/ibc/README.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -sidebar_position: 1 ---- - -# IBC - -See the official [`ibc-go` documentation](https://ibc.cosmos.network).