eth-total-supply icon indicating copy to clipboard operation
eth-total-supply copied to clipboard

Information and some implementation for calculating the total supply of ETH

Results 7 eth-total-supply issues
Sort by recently updated
recently updated
newest added

I want to make sure this method is accounted for: https://github.com/mandrigin/turbo-api-examples/tree/master/cmd/supply

The difference between issuance and supply is becoming more apparent as the numbers come in and discussions continue. We need to truly understand the difference between these two methods or...

Perhaps we can get a repo on the EthMagicians or EF github. Just putting this here for discussion.

I suggest strong CSV as it is significantly small than JSON. Some of us (me) are working on very small machines such as desktop computers. The small the data the...

There's a fair bit of confusion in the community about how this calculation works. I suggest we all agree on the same set of terms for the various components of...

I'll need to write an RLP-decoder, or find a library for it. Probably easiest just to do it myself