Registry / other / simapp

simapp

JSON →
library0.0.0-20260519162159-48864c7f5a54gogounverified

SimApp is the reference application for the Cosmos SDK, used for testing and demonstration purposes.

go get cosmossdk.io/simapp
INSTALL
IMPORT
SIG · SIMAPP
S
simapp
othergov0.0.0-20260519162159-48864c7f5a54
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

simapp
cosmossdk.io/simapp

Creates a new SimApp instance and prints its name.

package main import ( "fmt" "cosmossdk.io/simapp" ) func main() { app := simapp.NewSimApp(nil, nil, nil, nil, nil, nil, nil, nil, nil) fmt.Println(app.Name()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260519162159-48864c7f5a54latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
simapp — go get simapp · libregistry