alitaslimi / cross-chain-monitoring

Cross Chain Monitoring Tool
https://cross-chain-monitoring.streamlit.app
MIT License
59 stars 93 forks source link

Great app, some follow-up questions #1

Open epogrebnyak opened 1 year ago

epogrebnyak commented 1 year ago

Thanks for the dashboard, really neat! I wonder why BTC is not at least on some of the charts (Macro). Also networks listed are all level 1 or some are level 2?

alitaslimi commented 1 year ago

Hello Evgeny,

Thank you for your interest in my tool. The lack of BTC data is due to the fact that the focus of the analysis was on other major blockchains and their sub-ecosystems such DEXs and NFTs. Besides, The data for BTC is almost available in the majority of the data providers, in contrast to the data of other blockchains provided in my tool.

For your question regarding the L1s and L2s, there is a mix of both of them in the present tool. The likes of Ethereum, Solana, and NEAR are L1s, while blockchains such as Optimism and Arbitrum are L2.

Sincerely, Ali


From: Evgeny Pogrebnyak @.> Sent: Monday, January 30, 2023 0:26 To: alitaslimi/cross-chain-monitoring @.> Cc: Subscribed @.***> Subject: [alitaslimi/cross-chain-monitoring] Great app, some follow-up questions (Issue #1)

Thanks for the dashboard, really neat! I wonder why BTC is not at least on some of the charts (Macro). Also networks listed are all level 1 or some are level 2?

— Reply to this email directly, view it on GitHubhttps://github.com/alitaslimi/cross-chain-monitoring/issues/1, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5A34WILMLOFLWMVQU4Q6FTWU3KQHANCNFSM6AAAAAAUKOJ4S4. You are receiving this because you are subscribed to this thread.Message ID: @.***>

RajeshKumar216 commented 1 year ago

Hi, im new to streamlit i wanna use your template but i dont how did you call pages in main.py file and how did you add sidebars i didn't find full code or i don't know how to understand it. if you have free time can you please reply back how to copy and use your code

alitaslimi commented 1 year ago

Hello RajeshKumar216, Sorry for being late to respond. Streamlit automatically detects the pages if your app has a "pages" folder. I highly recommend you read their documentation on how to create a Multipage app.