feat(client/v2): add autocli run + simapp example (#13867)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Aaron Craelius
2022-12-31 01:53:08 +00:00
committed by GitHub
co-authored by Julien Robert
parent 02ca843d49
commit ebfd057716
37 changed files with 1232 additions and 57 deletions
+2
View File
@@ -9,6 +9,8 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
)
const ModuleName = "runtime"
// App implements the common methods for a Cosmos SDK-based application
// specific blockchain.
type AppI interface {