cosmos-sdk/docs/cn
Ryan Christoffersen cb66c99eab
chore: add markdownlint to lint commands (#9353)
* add markdownlint config

* update make lint commands

* update markdownlint config

* run make lint-fix

* fix empty link

* resuse docker container

* run lint-fix

* do not echo commands

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-05-27 15:31:04 +00:00
..
basics chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
clients context: remove verifier & trust node (#6805) 2020-07-23 06:44:18 +00:00
intro docs: Docs theme bump, Algolia DocSearch (#7164) 2020-08-25 20:10:20 +00:00
README.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
cn-translation-progress.md

README.md

parent
order
false

Cosmos SDK 文档

::: warning DEPRECATED This documentation is not complete and it's outdated. Please use the English version. :::

开始

  • SDK 介绍Cosmos SDK 的总体概览
  • 快速开始:构建一个标准的基于 cosmos sdk 的 app 并启动节点
  • SDK 开发教程: 一个学习 SDK 的教程。它展示了如何从头开始基于 sdk 构建区块链, 并在此过程中解释了 SDK 的基本原理。

索引

  • 基础文档cosmos sdk 的基础概念文档,例如应用结构、交易的生命周期、账户管理等
  • 核心文档: cosmos sdk 的核心文档,例如baseappstoreserver
  • 构建模块: 对于模块开发者来说的一些重要概念,例如messagekeeperhandlerquerier
  • 接口: 为 cosmos 应用设计接口的文档

开发资源

Cosmos Hub

Cosmos Hub (名为 gaia) 文档已经迁移到这里.

开发语言

Cosmos-SDK 目前是用 Golang编写的, 尽管该框架同样可以在其他语言中实现。请联系我们获取有关资助其他语言实现的信息。

贡献

参考 文档说明 了解构建细节及更新时注意事项。