In order to guarantee a secure connection between apps and the LCD the communication must be encrypted - even if clients and server run on the same local machine, credentials must never be transmitted in clear text. Upon start up, the server generates a self-signed certificate and a key. Both are stored as temporary files; removal is guaranteed on exit. This new behaviour is now enabled by default, though users are provided with a --insecure flag to switch it off. |
||
|---|---|---|
| .circleci | ||
| .github | ||
| baseapp | ||
| client | ||
| cmd | ||
| codec | ||
| crypto | ||
| docs | ||
| examples | ||
| networks | ||
| scripts | ||
| server | ||
| store | ||
| tests | ||
| tools | ||
| types | ||
| version | ||
| x | ||
| .codecov.yml | ||
| .dockerignore | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| Makefile | ||
| PENDING.md | ||
| README.md | ||
| SECURITY.md | ||
| Vagrantfile | ||
Cosmos SDK
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
To join the latest testnet, follow the guide.
For status updates and genesis files, see the testnets repo.
Install
See the install instructions.
Quick Start
See the Cosmos Docs
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.
