Skip to content

Commit

Permalink
docs: create ecosystem section (#13562)
Browse files Browse the repository at this point in the history
* create ecosystem section

* add mention of ethermint
  • Loading branch information
tac0turtle committed Oct 17, 2022
1 parent 18d8b64 commit a34d5b2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
5 changes: 0 additions & 5 deletions docs/docs/cosmwasm/_category_.json

This file was deleted.

18 changes: 17 additions & 1 deletion docs/docs/cosmwasm/README.md → docs/docs/ecosystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "IBC",
"label": "Ecosystem",
"position": 8,
"link": null
}
}
7 changes: 0 additions & 7 deletions docs/docs/ibc/README.md

This file was deleted.

0 comments on commit a34d5b2

Please sign in to comment.