bitshares / open-explorer

Open Source BitShares Blockchain Explorer
https://open-explorer.io
MIT License
20 stars 41 forks source link

Services of explorer can be a library #59

Open oxarbitrage opened 4 years ago

oxarbitrage commented 4 years ago

The services located at app/core can be reusable by other angular applications.

For example if i want to build an exchange with angular i can make use of the market services to get order book, trades, candles, etc.

To make it the services need to be cleaned(they are a mess) and isolated. Not a very easy job but doable and i think in the right direction.