Skip to content

Comments

feat: Token metadata worker for Stellar tokens (detect, fetch, persist)#57

Merged
JerryIdoko merged 1 commit intoVesting-Vault:mainfrom
OthmanImam:feat/TokenMeta
Feb 23, 2026
Merged

feat: Token metadata worker for Stellar tokens (detect, fetch, persist)#57
JerryIdoko merged 1 commit intoVesting-Vault:mainfrom
OthmanImam:feat/TokenMeta

Conversation

@OthmanImam
Copy link
Contributor

@OthmanImam OthmanImam commented Feb 23, 2026

Closes #41

# [Indexer] Token Metadata Fetcher

Description

This PR introduces a worker that fetches human-readable token metadata (symbol, decimals, name) from the blockchain whenever a new token address is detected. This ensures the backend database stores complete token information rather than just raw addresses.

Acceptance Criteria

  • Added tokens table with fields: address, symbol, decimals, name
  • On VaultCreated event parsing, check if the token exists in the DB
  • If not present, query Stellar RPC for SAC metadata and store it

Labels

  • indexer
  • data

@JerryIdoko JerryIdoko merged commit a227679 into Vesting-Vault:main Feb 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#22 Issue 22: [Indexer] Token Metadata Fetcher

2 participants