From 8cccf97d5f8187baf76ea9da3a2b063535980191 Mon Sep 17 00:00:00 2001 From: Juuddi Date: Wed, 14 Aug 2024 11:25:47 -0500 Subject: [PATCH] Update TOC --- examples/toc.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/toc.md b/examples/toc.md index e22dc7e5..f1b2cf1b 100644 --- a/examples/toc.md +++ b/examples/toc.md @@ -28,6 +28,17 @@ Happy coding! - Get Quai and Qi conversion rates - Get current protocol expansion number +3. [Query Smart Contract Events](providers/query-event.js) + + - Instantiate a contract with a simplified ABI + - Define a filter to query events + - Query historical events in the last 100 blocks + +4. [Query Transaction Logs](providers/query-logs.js) + + - Define an arbitrary filter + - Query logs matching the filter + ## Signing 1. [Sign and verify transactions on the Quai Ledger](sigining/sign-verify-quai.js)