cosmos-sdk/simapp/v2
dependabot[bot] 964b429f74
build(deps): Bump cosmossdk.io/x/tx from 1.0.0-alpha.1 to 1.0.0-alpha.2 (#22467)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-07 13:45:49 +01:00
..
simdv2 fix(simapp/v2): full AutoCLI support (backport #22410) (#22458) 2024-11-06 22:12:33 +01:00
app_config.go refactor(server/v2): eager config loading (backport #22267) (#22391) 2024-10-29 10:49:58 +01:00
app_di.go refactor(server/v2): remove serverv2.AppI (partial backport #22446) (#22454) 2024-11-06 19:07:40 +01:00
app_test.go refactor(server/v2): eager config loading (backport #22267) (#22391) 2024-10-29 10:49:58 +01:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(server/v2): simplify app manager (partial backport #22300) (#22323) 2024-10-21 16:13:35 +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 build(deps): Bump cosmossdk.io/x/tx from 1.0.0-alpha.1 to 1.0.0-alpha.2 (#22467) 2024-11-07 13:45:49 +01:00
go.sum build(deps): Bump cosmossdk.io/x/tx from 1.0.0-alpha.1 to 1.0.0-alpha.2 (#22467) 2024-11-07 13:45:49 +01:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go refactor(server/v2): eager config loading (backport #22267) (#22391) 2024-10-29 10:49:58 +01: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.