0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript2 forks (2 forks)auto 404
good first issuehacktoberfest
Repository metrics
- Stars
- 3 stars (3 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Tron based address
- Fetch the total number of transactions (sent, received)
- Fetch the balance for the given account
- Fetch the only outgoing transactions
Contributor guide
- Research direction
- Investigate Tron blockchain APIs (e.g., TronGrid, TronScan) to fetch wallet details: total transactions (sent/received), balance, and outgoing transactions. Implement functions to call these endpoints and integrate into the existing backend.
- Tech stack
- javascript
- Domain
- backendapiblockchain
- Issue type
- Feature
- Prerequisites
- JavaScriptBlockchain API basics