Go to file
Federico Kunze 0e3f87313e
ibc-transfer: enable transfer parameter (#6607)
* ibc-transfer: enable transfer parameter

* param_test.go

* update tests and types

* gRPC test

* relay logic and spec update

* fix tests

* unused param
2020-08-17 02:24:14 -04:00
.circleci
.github x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
baseapp tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
client tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
codec tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
contrib add gateway to tools (#7058) 2020-08-14 19:28:45 -04:00
crypto tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
docs x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
proto ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
scripts Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
server tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
simapp ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
std tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
store tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
telemetry Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
tests tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
testutil Merge PR #7006: auth: Update AccountRetriever 2020-08-13 10:22:16 -04:00
third_party/proto tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
types x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
version
x ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
.codecov.yml
.dockerignore
.gitattributes
.gitignore
.golangci.yml
.goreleaser.yml
.mergify.yml
CHANGELOG.md x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile Add flag & toml config for gRPC server (#6933) 2020-08-05 15:45:22 +00:00
LICENSE
Makefile tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
README.md
SECURITY.md
STABLE_RELEASES.md
Vagrantfile
buf.yaml Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
docker-compose.yml Merge PR #7006: auth: Update AccountRetriever 2020-08-13 10:22:16 -04:00
go.mod tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
go.sum tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
snapcraft.yaml
snapcraft.yaml.in

README.md

Cosmos SDK

banner

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.14+

Quick Start

To learn how the SDK works from a high-level perspective, go to the SDK Intro.

If you want to get started quickly and learn how to build on top of the SDK, please follow the SDK Application Tutorial. You can also fork the tutorial's repository to get started building your own Cosmos SDK application.

For more, please go to the Cosmos SDK Docs.

Cosmos Hub Mainnet

The Cosmos Hub application, gaia, has moved to its own repository. Go there to join the Cosmos Hub mainnet and more.

Scaffolding

If you are starting a new app or a new module we provide a scaffolding tool to help you get started and speed up development. If you have any questions or find a bug, feel free to open an issue in the repo.

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.