kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

[block explorer] Represent the pre-mined funds in block 0 #774

Open yourheropaul opened 5 years ago

yourheropaul commented 5 years ago

We have pre-mined funds (see networks.go) that are not reflected in the explorer, so it seems like we're hiding them.

We need some kind of artificial, injected transaction to represent them. These should be added to the first block in the explorer and transaction lists, wherever they appear.

These amounts will vary between networks. Not only the test and main nets, but possibly in future currencies as well. Perhaps the values can be drawn from the Go code at compilation time and stored in config?