From 97401ecb4f88f90e174bcb678ce06488302b1fcc Mon Sep 17 00:00:00 2001 From: Ayush Sharma Date: Sun, 14 Dec 2025 10:03:35 +0530 Subject: [PATCH] docs: add Fleet SDK Educational Tutorial to Learning Resources Adds a comprehensive, gamified tutorial covering: - Transaction building and management - Token minting and management - NFT creation with royalties - Smart contract integration with ErgoScript - Mock chain testing utilities - Interactive playground - VitePress documentation site Features: 86+ tests, 9 practical examples, complete API coverage Tutorial: https://github.com/ayushap18/fleet-sdk-tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 320a4cd3..e7a88551 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ This is a [monorepository](https://monorepo.tools/) which means this contains ma - [Ergonames SDK](https://github.com/ergonames/sdk/blob/master/tx-lib/index.js) - [Stealth Address example implementation](https://github.com/ross-weir/ergo-stealth-address-example) - [SigmaFi UI](https://github.com/capt-nemo429/sigmafi-ui) + +## Learning Resources + +- [Fleet SDK Educational Tutorial](https://github.com/ayushap18/fleet-sdk-tutorial) - A comprehensive, gamified tutorial covering transactions, tokens, NFTs, smart contracts, and more. Features 86+ tests, 9 practical examples, interactive playground, and VitePress documentation.