* comment out ungenerated uml .svg in the md files * generate svgs to docs/uml * create docs/uml/svg * move .punl to docs/uml/puml * update uml path in md files * docs: update relative path of uml svg in `x` md files * docs: remove plantuml script from pre.sh Co-authored-by: Marko <marbar3778@yahoo.com>
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
- Command-Line Interface
- Events
- Telemetry
- Object-Capabilities
- RunTx recovery middleware
- Simulation
- Protobuf documentation
- In-Place Store Migrations
After reading about the core concepts, check the IBC documentation to learn more about the IBC core concepts and how to integrate IBC in your application.