temptemp3 / arc-200

ERC20 like token on AVM (Algorand + Voi)
https://arc200.algodrop.net
MIT License
7 stars 8 forks source link

fix issue #46 #53

Closed quangtuyen88 closed 11 months ago

quangtuyen88 commented 11 months ago

https://github.com/temptemp3/arc-200/issues/46

temptemp3 commented 11 months ago

Almost buddy ; ) Let's not add balanceOf to getTokenMeta. The balance should be similar to holders in the Token page. Also, token information is hardcoded in TokenAddress page. I suggest copying what the token page does.

temptemp3 commented 11 months ago

Done here https://github.com/temptemp3/arc-200/pull/54