* Add structure of tx page * WIP * Finish CLI * Add go examples * Add golang examples * Tweaks * Update links * Update docs/run-node/interact-node.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * Update docs/run-node/interact-node.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * Put code snippets in functiosn * Put snippet in functions Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.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 | ||
grpc_rest.md | ||
node.md | ||
ocap.md | ||
proto-docs.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
- gRPC, REST and Tendermint Endpoints
- Events
- Telemetry
- Object-Capabilities
- RunTx recovery middleware
- Protobuf documentation
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.