fibercrypto / fibercrypto/skycoin
API endpoint for total number of transactions
- Dominant language
- Go
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We have the total number of blocks from /blockchain/metadata, the total number of unspents, and the total number of addresses with a nonzero balance. Similarly, we should have the total number of transactions in some API.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the API implementation for /blockchain/metadata and the existing endpoints that report unspent and nonzero-balance address totals. Identify how transaction totals are obtained, then add the corresponding API response and verify that it reports the total number of transactions consistently with the other blockchain statistics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100