From e308b1c333b8c71500cfde8627cf468697f6c2b1 Mon Sep 17 00:00:00 2001 From: kensato Date: Wed, 30 Apr 2025 17:18:59 +0900 Subject: [PATCH] Add beginner tutorial section to README.md A new section titled "Beginner Tutorial" has been added to the README, including a link to a step-by-step guide on sending BSV and NFTs with the Python SDK. This aims to assist new users in getting started with the project more easily. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 246f79e..13892ee 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Welcome to the BSV Blockchain Libraries Project, the comprehensive Python SDK de 2. [Getting Started](#getting-started) 3. [Features & Deliverables](#features--deliverables) 4. [Documentation](#documentation) +5. [Tutorial](#Tutorial) 5. [Contribution Guidelines](#contribution-guidelines) 6. [Support & Contacts](#support--contacts) @@ -111,6 +112,11 @@ Detailed documentation of the SDK with code examples can be found at [BSV Skills You can also refer to the [User Test Report](./docs/Py-SDK%20User%20Test%20Report.pdf) for insights and feedback provided by [Yenpoint](https://yenpoint.jp/). +## Beginner Tutorial +#### [Step-by-Step BSV Tutorial: Sending BSV and NFTs](./docs/beginner_tutorial.md) + +This beginner-friendly guide will walk you through sending BSV (Bitcoin SV) and creating NFTs using the BSV Python SDK. We'll take it step-by-step so you can learn at your own pace. + ## Contribution Guidelines We're always looking for contributors to help us improve the project. Whether it's bug reports, feature requests, or pull requests - all