cosmos-sdk/simapp/v2
dependabot[bot] abaccb4d4b
build(deps): Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#22270)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-16 15:10:39 +00:00
..
simdv2 feat: wire v2 handlers (#22112) 2024-10-16 14:21:18 +00:00
app_config.go feat: introduce x/validate and split x/auth/tx/config (#21822) 2024-09-20 15:05:46 +00:00
app_di.go fix(server/v2/cometbft): wire app closer (#22240) 2024-10-14 06:07:34 +00:00
app_test.go refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (#22205) 2024-10-10 14:29:40 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(genutil): Use sdk types genesis validator (#21678) 2024-10-09 05:18:05 +00:00
genesis_account_test.go chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
genesis_account.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
go.mod build(deps): Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#22270) 2024-10-16 15:10:39 +00:00
go.sum build(deps): Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#22270) 2024-10-16 15:10:39 +00:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go docs: tooling (#22049) 2024-10-03 05:05:39 +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.