


Tech Chat - (5). Users can now chat in this channel for cross chatting to all other servers in the network.



not sure this is the right channel to post this question, but based on the name, I'm hoping it is: I am a Blockchain enthusiast, building a decentralized protocol on Ethereum. I'm also a mid level (i guess) pitonista, I usually interact with smart contracts using web3.py (pure python wheel). All good and pink, but now I want to run the module directly in browser (unbelievable what interesting days we're living, huh) and I have issues at runtime because of web3.py having dependencies that are not compiled in Pyodide and also it relies on various networking libraries such as requests, aiohttp, and websockets, which are likely to not work well with Pyodide. (edited)
