cosmos-sdk/simapp/v2
mergify[bot] a24c76fcca
refactor: clarify usage of genesis.TxHandler in v1 vs v2 (backport #21213) (#21218)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-08 11:48:30 +00:00
..
simdv2 feat(simapp): Add snapshots commands (backport #21065) (#21185) 2024-08-06 18:02:14 +02:00
app_config.go feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (backport #20790) (#21060) 2024-07-24 18:19:12 +02:00
app_di.go chore: remove unreleased and not sdk dependent packages from v0.52.x 1/n (#21093) 2024-08-01 08:04:46 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(server/v2): extend the use of generic transaction type all the way up (#20789) 2024-06-27 10:18:25 +00:00
genesis_account.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
go.mod refactor: clarify usage of genesis.TxHandler in v1 vs v2 (backport #21213) (#21218) 2024-08-08 11:48:30 +00:00
go.sum refactor: clarify usage of genesis.TxHandler in v1 vs v2 (backport #21213) (#21218) 2024-08-08 11:48:30 +00: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.