uaktags / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Start work on a coin object, much like exchanges #60

Open uaktags opened 4 years ago

uaktags commented 4 years ago

Each coin is not created equal, some have their own accepted commands, some are masternodes, etc. This should be the coins job to figure out, not the explorer.

57 and #58 will remove the old json approach I had tested before, in favor of a cleaner way to do this (hopefully)