From fffdeca5016890157d3f39fa8e84fcdac76f8d75 Mon Sep 17 00:00:00 2001 From: SimiHunjan Date: Thu, 19 Dec 2024 12:42:54 -0800 Subject: [PATCH 1/3] Update README.md Signed-off-by: SimiHunjan --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e62a51ed6..c367c2537 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ The Hedera Transaction Tool application is a demo application that allows a user to generate keys, create, sign, and submit transactions to a Hedera network. This software is designed for use solely by the Hedera Council and staff. The software is being released as open source as example code only, and is not intended or suitable for use in its current form by anyone other than members of the Hedera Council and Hedera personnel. If you are not a Hedera Council member or staff member, use of this application or of the code in its current form is not recommended and is at your own risk. +## Documentation +The user guide for this application can be found [here][https://docs.hedera.com/hedera-transactions-tool). + ## Contributing Contributions are welcome. Please see the From 528823e90594db2f7455eef1b9fb36ec7cce853c Mon Sep 17 00:00:00 2001 From: SimiHunjan Date: Thu, 19 Dec 2024 18:26:33 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: Andrew Brandt Signed-off-by: SimiHunjan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c367c2537..e756110c3 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The Hedera Transaction Tool application is a demo application that allows a user and is at your own risk. ## Documentation + The user guide for this application can be found [here][https://docs.hedera.com/hedera-transactions-tool). ## Contributing From 5613a3046d10f9fd34aa222cb0ed2ded3592ded2 Mon Sep 17 00:00:00 2001 From: SimiHunjan Date: Fri, 20 Dec 2024 17:54:09 -0800 Subject: [PATCH 3/3] Update README.md Signed-off-by: SimiHunjan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e756110c3..473040c3c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ and is at your own risk. ## Documentation -The user guide for this application can be found [here][https://docs.hedera.com/hedera-transactions-tool). +The user guide for this application can be found [here](https://docs.hedera.com/hedera-transactions-tool). ## Contributing