evt-store-srv 0.1.0

Solana Anchor program that emits typed, base64-encoded payloads as on-chain log events for indexers
Documentation
  • Coverage
  • 57.14%
    16 out of 28 items documented0 out of 11 items with examples
  • Size
  • Source code size: 44.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.63 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 45s Average build duration of successful builds.
  • all releases: 45s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chavers

evt-store-srv

Solana Anchor program that emits typed, base64-encoded payloads into on-chain transaction logs so off-chain indexers can treat them like events.

  • Program ID: Htor6YTegN8f8R6hzKmCc8mGzrWuEEMSGnzff574uypY
  • Anchor: 0.32.x

What it logs (stable order via sol_log_data): [event_type_utf8] [caller_program_pubkey(32)] [decoded_bytes].

Basic instruction

pub fn emit(ctx: Context<Emit>, data_b64: String, event_type: String) -> Result<()>

See repository README for full docs, examples, and test instructions: https://github.com/solTrust/evt-store-srv

License: AGPL-3.0-or-later (see LICENSE)