cosmos-sdk/simapp/v2
dependabot[bot] 1a7f859a72
build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in /x/upgrade (#20754)
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-06-24 09:13:06 +00:00
..
simdv2 refactor(x/genutil): abstract module manager requirements (#20740) 2024-06-23 10:59:20 +00:00
app_config.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
app_di.go feat(server/v2): add config & start helper (#20505) 2024-06-19 17:19:57 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
genesis_account.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
go.mod build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in /x/upgrade (#20754) 2024-06-24 09:13:06 +00:00
go.sum build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 in /x/upgrade (#20754) 2024-06-24 09:13:06 +00:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +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.