Skip to content

Commit

Permalink
Update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuddi authored and rileystephens28 committed Aug 14, 2024
1 parent f779e74 commit 8cccf97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8cccf97

Please sign in to comment.