Skip to content

Commit

Permalink
modified by gong
Browse files Browse the repository at this point in the history
  • Loading branch information
GongZiHao0430 committed Dec 23, 2021
1 parent 56e3df0 commit 7db9abe
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 371 deletions.
34 changes: 17 additions & 17 deletions docs/ja/core/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# 核心概念

此存储库包含有关 Cosmos SDK 核心概念的参考文档
このリポジトリには、CosmosSDKのコアコンセプトに関するリファレンスドキュメントが含まれています

1. [`BaseApp`](./baseapp.md)
2. [交易](./transactions.md)
3. [上下文](./context.md)
4. [节点客户端](./node.md)
5. [存储](./store.md)
6. [编码](./encoding.md)
7. [gRPC、REST 和 Tendermint 端点](./grpc_rest.md)
8. [命令行界面](./cli.md)
9. [事件](./events.md)
10. [遥测](./telemetry.md)
11. [对象-能力](./ocap.md)
12. [RunTx恢复中间件](./runtx_middleware.md)
13. [模拟](./simulation.md)
14. [Protobuf 文档](./proto-docs.md)
15. [就地存储迁移](./upgrade.md)
2. [トランザクション](./transactions.md)
3. [コンテキスト](./context.md)
4. [ノードクライアント](./node.md)
5. [ストア](./store.md)
6. [エンコーディング](./encoding.md)
7. [gRPC、REST、Tendermintエンドポイント](./grpc_rest.md)
8. [コマンドラインインターフェイス](./cli.md)
9. [イベント](./events.md)
10. [テレメトリ](./telemetry.md)
11. [Object-Capability](./ocap.md)
12. [RunTxリカバリミドルウェア](./runtx_middleware.md)
13. [シミュレーション](./Simulation.md)
14. [Protobufドキュメント](./proto-docs.md)
15. [インプレースストレージ移行](./upgrade.md)

阅读完核心概念后,查看 [IBC 文档](../ibc/README.md) 了解更多
关于 IBC 核心概念以及如何将 IBC 集成到您的应用程序中。
コアコンセプトを読んだ後、[IBCドキュメント](../ibc/README.md)をチェックして詳細を確認してください
IBCのコアコンセプトと、IBCをアプリケーションに統合する方法について。
Loading

0 comments on commit 7db9abe

Please sign in to comment.