From 4d55a73a1887c8156a0844ed690f51f0d6ce57cc Mon Sep 17 00:00:00 2001 From: BehllyTamar191 Date: Sat, 28 Feb 2026 12:53:49 +0300 Subject: [PATCH] Add Quick Start guide for wallet balance check Added a Quick Start section for checking wallet balance using PyCardano. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b6281b5f..da2f8212 100644 --- a/README.md +++ b/README.md @@ -268,3 +268,13 @@ You can support us by 1) sponsoring through Github, or 2) donating ADA to our AD

+ +## Quick Start: Check Wallet Balance (Testnet) + +This example shows how to connect PyCardano to Blockfrost (testnet) and +retrieve ADA balance for a wallet. + +### 1. Install + +```bash +pip install pycardano