Hey anyone know how to get WalletConnect working with streamlit? I’m trying to let users connect their wallets to the site so I can see info about their balances. Currently I’m using streamlit-wallet-connect package. It works but it’s only for metamask. streamlit-wallet-connect · PyPI
Hi, I’m wanting to use https://pypi.org/project/streamlit-wallet-connect/ as well, but there’s no documentation on how to use it once connected. Does it simply fetch the wallet address or are there ways in which it will allow you to interact with Metamask via your Streamlit app?
Hi @LunarClub! Thanks for the question. I am working on the streamlit-wallet-connect package, currently it doesn’t support WalletConnect but it’s on the roadmap. This week I’m planning to add more functionality for payments & in the following weeks will add support for different wallets. Will also add the documentation later this week.
If you have any other suggestions, they’re much appreciated! Also would love to know what your use case is so that I can modify the package to better suit the people using it. Same for you @Owen-FinTech
Suggestion: the button doesn’t match the streamlit’s interface.
My use case is http://marketscouter.com I need to monetize it so I’m trying to implement the detection of a token that you can purchase. So if user has x tokens he will be premium user.
I went down a similar rabbit hole late last year with no success. Ended up learning hardhat and react as a work around. I would love to revisit this, please keep us posted
Thanks for the suggestions @LunarClub, I will look into it! I updated the package yesterday adding the option to send ERC20 transactions.
Also, @cacosta88, @Owen-FinTech, or anyone else interested, the current package documentation (there’s not much of it yet) is available here. Also if you have any suggestions/issues feel free to create an issue in the repo or submit a PR.