| Crates.io | evt-store-srv |
| lib.rs | evt-store-srv |
| version | 0.1.0 |
| created_at | 2025-12-29 16:37:20.731495+00 |
| updated_at | 2025-12-29 16:37:20.731495+00 |
| description | Solana Anchor program that emits typed, base64-encoded payloads as on-chain log events for indexers |
| homepage | https://github.com/solTrust/evt-store-srv |
| repository | https://github.com/solTrust/evt-store-srv |
| max_upload_size | |
| id | 2010881 |
| size | 45,254 |
Solana Anchor program that emits typed, base64-encoded payloads into on-chain transaction logs so off-chain indexers can treat them like events.
Htor6YTegN8f8R6hzKmCc8mGzrWuEEMSGnzff574uypYWhat 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)