Wonderland-Money / wonderland-frontend

MIT License
228 stars 296 forks source link

(WIP) Initial work on growth visualization #62

Open olofens opened 2 years ago

olofens commented 2 years ago

image

Some initial (WIP!!) work on visualizations. Also see the subgraph this is based on:

Looking to get some feedback on this -- are you already working on this? Can I get some pointers on how I'm calculating the total treasury balance (I guess that'd be more feedback on the subgraph...).

Also, apologies for all the package.json.lock diff, need to fix that...

olofens commented 2 years ago

Tagging to see if it might help in getting some attention... @Turden

andibakti commented 2 years ago

I love this! A pie chart of the treasury for the different asset type (LP pools, leveraged positions, etc.) would be nice too. I'm working on grabbing the transactions on those wallets too but that would be too much for the official page.

Regarding the treasury calculation this has been my reference. So looks like you got to add the CVX, popsicle LPs and the UST leveraged position.

olofens commented 2 years ago

@andibakti I think they have abandoned this repo and are rebuilding the frontend. Or something like that.

Either way I thought it would be more fun to build and release something like this on my own so started building here: https://github.com/olofens/wonderland-treasury-analytics

Will be adding all tokens, Abracadabra degenbox tracking (UST), PLP support, etc... Thanks for the enthusiasm :)