From 69766a89d444348fbf1f6b13d305f8f75b535df5 Mon Sep 17 00:00:00 2001 From: YuuGR1337 Date: Thu, 25 Jun 2026 08:42:43 +0700 Subject: [PATCH] docs: write comprehensive readme with examples Closes #13 Signed-off-by: YuuGR1337 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5b6b305..30abbbd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ const client = new TrustFlowClient({ await client.connect(); +// Fund an escrow after creation +await escrow.fund({ amountStroops: '1000000' }); + // Create an escrow const escrow = await createEscrow(client, { sender: 'GDEPOSITOR...',