329 B
329 B
| sidebar_position |
|---|
| 1 |
What is runtime?
The runtime package is the Cosmos SDK package that combines the building blocks of your blockchain together. It wires together the modules, the applications, the codecs, and the stores.
A user only needs to import runtime in their app.go and instantiate a runtime.App.