cosmos-sdk/simapp/v2
mergify[bot] ff18b0ac20
refactor(types,client,simapp): remove some address String() calls (backport #21455) (#21499)
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-02 10:50:30 +00:00
..
simdv2 refactor(types,client,simapp): remove some address String() calls (backport #21455) (#21499) 2024-09-02 10:50:30 +00:00
app_config.go refactor(simapp): Audit simapp (backport #21311) (#21470) 2024-08-29 21:53:27 +00:00
app_di.go refactor(simapp): Audit simapp (backport #21311) (#21470) 2024-08-29 21:53:27 +00:00
app_test.go refactor(types,client,simapp): remove some address String() calls (backport #21455) (#21499) 2024-09-02 10:50:30 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go feat: export genesis in simapp v2 (backport #21199) (#21325) 2024-08-16 13:58:48 +02:00
genesis_account_test.go refactor(simapp): Audit simapp (backport #21311) (#21470) 2024-08-29 21:53:27 +00:00
genesis_account.go refactor(simapp): Audit simapp (backport #21311) (#21470) 2024-08-29 21:53:27 +00:00
go.mod chore: update schema to v0.2.0 in all go.mod's (backport #21488) (#21491) 2024-08-30 23:44:56 +02:00
go.sum chore: update schema to v0.2.0 in all go.mod's (backport #21488) (#21491) 2024-08-30 23:44:56 +02:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go chore: remove crisis modules (#20809) 2024-07-02 14:20:07 +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.