bitshares / open-explorer

Open Source BitShares Blockchain Explorer
MIT License
21 stars 41 forks source link

operations more human readable #21

Open oxarbitrage opened 6 years ago

oxarbitrage commented 6 years ago

https://github.com/oxarbitrage/bitshares-explorer/issues/1

need to make operations human readable as cryptofresh. ASAP.

oxarbitrage commented 6 years ago

initial work for this at: https://github.com/oxarbitrage/open-explorer/commit/da7fec00a7849e31d9ddb1b3700f6f3aa93fd29c

already visible in http://open-explorer.io/#/dashboard and account pages(http://open-explorer.io/#/accounts/1.2.20067)

not all ops are added yet to this human readable form but the most popular, work will continue to support them all.

almost all the work is included in a utility file that can be found at: https://github.com/oxarbitrage/open-explorer/blob/master/app/core/app.utilities.js

more utility functions will be added to this file going over https://github.com/oxarbitrage/open-explorer/issues/15