citycoins / ui

Basic UI components for interacting with the CityCoin contract. Requires Stacks Wallet for Web.
https://minecitycoins.com
GNU General Public License v3.0
28 stars 13 forks source link

⚡[FEAT] Remove max supply #122

Closed whoabuddy closed 2 years ago

whoabuddy commented 2 years ago

Is your feature request related to a problem? Please describe.

There is some confusion around "Max Supply" and "Total Supply" shown in the UI.

The max supply is the total blocks that passed since activation multiplied by the block rewards.

The total supply is reported by the token, and should only be slighlty lower due to the fact CityCoins are not minted until a miner claims them.

Describe the solution you'd like

Remove or rename max supply, with more preference to remove since Total Supply is the more accurate number.

whoabuddy commented 2 years ago

Closing because this issue is no longer relevant after the redesign.