pbca26 / komodo-omni-explorer

Komodo Omni Explorer
17 stars 15 forks source link

V2 rework #61

Closed pbca26 closed 2 years ago

pbca26 commented 2 years ago

This PR contains a complete rewrite of the code based on NextJS framework. All outdated and/or incompatible features like charts, BarterDex stats are removed. All KMD ecosystem features are retained and reworked into smaller modules. Additionally, now it's possible to use web sockets to receive updates when they actually happen instead of old long polling way. The PR is for backend portion only!