Skip to content

docs: add dedicated event decryption page for TypeScript (viem) client #88

@drappi-ai

Description

@drappi-ai

Summary

The Python and Alloy (Rust) client docs both have dedicated pages covering SRC20 event decryption with examples and full workflows. The TypeScript (viem) docs only mention watchSRC20EventsWithKey() in action summary tables on the shielded public client page — there's no dedicated page with usage examples or parameter documentation.

What's needed

A page at docs/gitbook/clients/typescript/viem/event-decryption.md (or similar) covering:

  • How to watch for and decrypt SRC20 Transfer/Approval events
  • watchSRC20EventsWithKey() usage with parameters and examples
  • Viewing key registration and management
  • Historical event fetching and decryption

For reference

  • Alloy equivalent: docs/gitbook/clients/alloy/src20/event-decryption.md
  • Python equivalent: docs/gitbook/clients/python/src20/event-watching/README.md

Discovered during docs audit of the Events page in the Seismic Solidity section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions