Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ja_JP] Key Concepts / Smart Contracts and Chaincode #888

Open
shimos opened this issue Sep 28, 2023 · 0 comments
Open

[ja_JP] Key Concepts / Smart Contracts and Chaincode #888

shimos opened this issue Sep 28, 2023 · 0 comments
Labels
jaJP-docs-ongoing Japanese Documentation ongoing

Comments

@shimos
Copy link
Contributor

shimos commented Sep 28, 2023

Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/smartcontract/smartcontract.html
Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/smartcontract/smartcontract.md

diff --git a/docs/source/smartcontract/smartcontract.md b/docs/source/smartcontract/smartcontract.md
index 28ee9d514..0a0b7ae38 100644
--- a/docs/source/smartcontract/smartcontract.md
+++ b/docs/source/smartcontract/smartcontract.md
@@ -15,15 +15,16 @@ and how and when to use them.
 
 In this topic, we'll cover:
 
-* [What is a smart contract](#smart-contract)
-* [A note on terminology](#terminology)
-* [Smart contracts and the ledger](#ledger)
-* [How to develop a smart contract](#developing)
-* [The importance of endorsement policies](#endorsement)
-* [Valid transactions](#valid-transactions)
-* [Channels and chaincode definitions](#channels)
-* [Communicating between smart contracts](#intercommunication)
-* [What is system chaincode?](#system-chaincode)
+- [Smart Contracts and Chaincode](#smart-contracts-and-chaincode)
+  - [Smart contract](#smart-contract)
+  - [Terminology](#terminology)
+  - [Ledger](#ledger)
+  - [Development](#development)
+  - [Endorsement](#endorsement)
+  - [Valid transactions](#valid-transactions)
+  - [Channels](#channels)
+  - [Intercommunication](#intercommunication)
+  - [System chaincode](#system-chaincode)
 
 ## Smart contract
 
@@ -129,8 +130,7 @@ where you can see a smart contract transaction that creates a new asset:
     }
 ```
 
-You can learn more about the **Basic** smart contract in the [Writing your
-first application](../write_first_app.html) tutorial.
+You can learn more about the **Basic** smart contract in the [Running a Fabric Application](../write_first_app.html) tutorial.
 
 A smart contract can describe an almost infinite array of business use cases
 relating to immutability of data in multi-organizational decision making. The
@shimos shimos added the jaJP-docs-ongoing Japanese Documentation ongoing label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jaJP-docs-ongoing Japanese Documentation ongoing
Projects
Development

No branches or pull requests

1 participant