mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-16 05:32:17 -04:00
organize chapters for the ongoing research, remove dead links, add new resources
This commit is contained in:
parent
1748d1ed22
commit
184e917000
98 changed files with 421 additions and 11268 deletions
|
@ -1,31 +1,37 @@
|
|||
## cosmos and IBC
|
||||
## cosmos and ibc
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
* IBC is an interoperability protocol for communicating arbitrary data between arbitrary state machines.
|
||||
<br>
|
||||
|
||||
* 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.
|
||||
* ibc is an interoperability protocol for communicating arbitrary data between arbitrary state machines.
|
||||
|
||||
* 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.
|
||||
* 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.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
### resources
|
||||
|
||||
### cool resources
|
||||
|
||||
* [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)
|
||||
* [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)
|
||||
<br>
|
||||
|
||||
* **[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)**
|
||||
* **[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)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue