64b6bb5270
* rename RegisterCodec to RegisterLegacyAminoCodec * Add changelog * gofmt * rename codec.New() to codec.NewLegacyAmino() * Add change log * Update CHANGELOG.md Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com> * Fix Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com> |
||
---|---|---|
.. | ||
README.md | ||
baseapp.md | ||
baseapp_state-begin_block.png | ||
baseapp_state-checktx.png | ||
baseapp_state-commit.png | ||
baseapp_state-deliver_tx.png | ||
baseapp_state-initchain.png | ||
baseapp_state_types.png | ||
context.md | ||
encoding.md | ||
events.md | ||
node.md | ||
ocap.md | ||
runtx_middleware.md | ||
store.md | ||
telemetry.md | ||
transactions.md |
README.md
Core Concepts
This repository contains reference documentation on the core concepts of the Cosmos SDK.
Baseapp
- Transaction
- Context
- Node Client
- Store
- Encoding
- Events
- Telemetry
- Object-Capabilities
- RunTx recovery middleware
After reading about the core concepts, check the IBC documentation to learn more about the IBC core concepts and how to integrate it to you application.