realtps
realtps copied to clipboard
Add nervos
Hi @brson An API provided by CKB Explorer exposes a field named transaction_count_per_minut
## Statistics
curl "https://testnet-api.explorer.nervos.org/api/v1/statistics" \
-H 'Content-Type: application/vnd.api+json' \
-H 'Accept: application/vnd.api+json'
It is computed from the last 100 blocks and can be changed into TPS(transactions per second)
Thanks for the tip @Keith-CY.
For this project we do insist on counting the transactions within blocks ourselves. We also prefer to go directly to a network node and not through an explorer or other service, though we have not been strict about that.