Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Afanti 2021-02-20 17:48:39 +08:00 committed by GitHub
parent 7df79b55f0
commit 2f426136bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio
- [Distribution](distribution/spec/README.md) - Fee distribution, and staking token provision distribution.
- [Evidence](evidence/spec/README.md) - Evidence handling for double signing, misbehaviour, etc.
- [Governance](gov/spec/README.md) - On-chain proposals and voting.
- [IBC](ibc/spec/README.md) - IBC protocol for transport, authentication adn ordering.
- [IBC](ibc/spec/README.md) - IBC protocol for transport, authentication and ordering.
- [IBC Transfer](ibc/spec/README.md) - Cross-chain fungible token transfer implementation through IBC.
- [Mint](mint/spec/README.md) - Creation of new units of staking token.
- [Params](params/spec/README.md) - Globally available parameter store.