From 640537eefcfd0b3ae22f44c67748988767624b11 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Mon, 3 Oct 2022 18:14:51 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=84=20Cosmos=20and=20IBC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cosmos/README.md | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 cosmos/README.md
diff --git a/cosmos/README.md b/cosmos/README.md
new file mode 100644
index 0000000..058107d
--- /dev/null
+++ b/cosmos/README.md
@@ -0,0 +1,38 @@
+## 🧄 Cosmos and IBC
+
+
+
+*IBC is an interoperability protocol for communicating arbitrary data between arbitrary state machines.*
+
+*The protocol consists of two distinct layers: the transport layer (TAO) which provides the necessary infrastructure to establish secure connections and authenticate data packets between chains, and the application layer, which defines exactly how these data packets should be packaged and interpreted by the sending and receiving chains.*
+
+*The IBC application layer can be used to build a wide range of cross-chain applications, including but not limited to token transfers, interchain accounts (delegate calls between two chains), non-fungible token transfers and oracle data feeds.*
+
+
+
+### building
+
+
+
+* [cosmos developer portal](https://tutorials.cosmos.network/)
+* [cosmos sdk](https://github.com/cosmos/cosmos-sdk/)
+* [ibc go](https://github.com/cosmos/ibc-go)
+* [tendermint core](https://github.com/cosmos/ibc-go)
+* [cosmos hub](https://github.com/cosmos/gaia)
+* [cosmology](https://cosmology.tech/learn)
+* [ignite](https://github.com/ignite/cli)
+* [gravity bridge](https://github.com/cosmos/gravity-bridge)
+* [ethermint](https://github.com/evmos/ethermint)
+
+
+
+### block explorers and data
+
+
+
+* [atom scan](https://atomscan.com/)
+* [big dipper](https://bigdipper.live/)
+* [iob scan](https://ibc.iobscan.io/home)
+* [mint scan](https://hub.mintscan.io/overview)
+* [ng explorers](https://hub.mintscan.io/overview)
+* [map of zones](https://mapofzones.com/home?columnKey=ibcVolume&period=24h)