cosmos-sdk/simapp/v2
2024-10-10 19:07:35 +02:00
..
simdv2 refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (backport #22205) (#22224) 2024-10-10 19:07:35 +02:00
app_config.go feat: introduce x/validate and split x/auth/tx/config (backport #21822) (#21836) 2024-09-20 17:00:16 +00:00
app_di.go refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (backport #22205) (#22224) 2024-10-10 19:07:35 +02:00
app_test.go refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (backport #22205) (#22224) 2024-10-10 19:07:35 +02:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(genutil): Use sdk types genesis validator (backport #21678) (#22183) 2024-10-09 09:09:07 +02:00
genesis_account_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
genesis_account.go refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
go.mod refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (backport #22205) (#22224) 2024-10-10 19:07:35 +02:00
go.sum refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (backport #22205) (#22224) 2024-10-10 19:07:35 +02:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go docs: tooling (backport #22049) (#22058) 2024-10-03 07:42:33 +00:00

sidebar_position
1

SimApp/v2

SimApp is an application built using the Cosmos SDK for testing and educational purposes. SimApp/v2 demonstrate a runtime/v2, server/v2 and store/v2 wiring.