Skip to content

Commit d589b82

Browse files
authored
docs rework (#1264)
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent a3e86c3 commit d589b82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1500
-1807
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Code of Conduct Guidelines
22
==========================
33

4-
Please review the Hyperledger [Code of
5-
Conduct](https://lf-decentralized-trust.github.io/governance/governing-documents/code-of-conduct.html#code-of-conduct)
4+
Please review the Hyperledger [Code of Conduct](https://www.lfdecentralizedtrust.org/code-of-conduct)
65
before participating. It is important that we keep things civil.
76

87
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The project will be subject to rapid changes to complete the open-sourcing proce
1313

1414
# Useful Links
1515

16-
- [`Documentation`](./docs/design.md): Discover the design principles of the Fabric Token SDK.
17-
- [`Education Sessions`](./docs/education/README.md): Detailed education sessions with code walkthrough of the Fabric Token SDK.
16+
- [`Documentation`](docs/tokensdk.md): The design principles of the Fabric Token SDK.
17+
- [`Development`](docs/development/development.md): All about the development guidelines.
1818
- [`Fabric Samples`](https://github.com/hyperledger/fabric-samples/tree/main/token-sdk) Token SDK sample application is the
1919
quickest way to get a full network running with a REST API to issue, transfer and redeem tokens right away.
2020
- [`Benchmarks`](./docs/benchmark/benchmark.md): Benchmark guidelines and reports.
@@ -74,7 +74,6 @@ If you want to provide your own versions of the fabric binaries then just set `F
7474
- (October 12, 2023) [How to create a currency management app and deploy it to a Hyperledger Fabric network](https://www.youtube.com/watch?v=PX9SDva97vQ):
7575
In this comprehensive guide, we'll walk you through two essential aspects of the Fabric Token-SDK. Firstly, you'll learn how to develop a straightforward token application to manage a currency. You'll grasp the fundamentals of creating tokens, and implementing transaction logic using the Fabric Token-SDK. Once you've mastered the application development, we'll then show you how to effortlessly deploy it in your existing Fabric network, ensuring a seamless integration with your blockchain infrastructure. By the end of this tutorial, you'll be equipped with the skills to expand your blockchain capabilities and unleash the true potential of decentralized currency management. (Refers to [Fabric Samples](https://github.com/hyperledger/fabric-samples/tree/main/token-sdk))
7676

77-
7877
# Motivation
7978

8079
**Hyperledger Fabric: Blockchain Built for Business**

docs/apis/driver-api.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/apis/token-api.md

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)