3e14868bd627cfbcfaebf694ed052acd3fbd4144
* tools: Add ineffassign linter This errors on assignments that don't actually do anything. i.e. x, err := myFunc(1) y, err = myFunc(2) This will call out that the first function's call error was never used. * Fix makefile, add misspell to makefile
Cosmos SDK
| Branch | Tests | Coverage |
|---|---|---|
| develop | ||
| master |
The Cosmos-SDK is a framework for building blockchain applications in Golang.
It is being used to build Gaia, the first implementation of the Cosmos Hub,
WARNING: The SDK has mostly stabilized, but we are still making some breaking changes.
Note: Requires Go 1.10+
Gaia Testnet
For more information on connecting to the testnet, see cmd/gaia/testnets
For the latest status of the testnet, see the status file.
Install
See the install instructions
Quick Start
Disambiguation
This Cosmos-SDK project is not related to the React-Cosmos project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.
Releases
2
v0.53.4-zenith-0.1.0
Latest
Languages
Go
93.1%
C
5.5%
Java
0.3%
Sage
0.3%
Makefile
0.2%
Other
0.5%
