Registry / other / cosmos-cosmos-sdk

cosmos-cosmos-sdk

JSON →
library0.53.6gogounverified

Package cosmos-sdk is a framework for building blockchain applications in Go.

go get github.com/cosmos/cosmos-sdk
INSTALL
IMPORT
SIG · COSMOS-COSMOS-SDK
C
cosmos-cosmos-sdk
othergov0.53.6
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.

sdk
github.com/cosmos/cosmos-sdk

Minimal example creating a coin using the Cosmos SDK types package.

package main import ( "fmt" "github.com/cosmos/cosmos-sdk/types" ) func main() { coin := types.NewCoin("uatom", types.NewInt(1000)) fmt.Println(coin.String()) }
Debug
Known issues
breakingMajor version changes (v0.45 to v0.47+) introduced breaking API changes, especially in modules and app wiring.
fix
Refer to the migration guide when upgrading between major versions.
affects: >=0.45.0
Upgrade
Version history
0.53.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
cosmos-cosmos-sdk — go get cosmos-cosmos-sdk · libregistry