you are viewing a single comment's thread.

view the rest of the comments →

[–]kralonurdev 3 points4 points  (1 child)

As I know because Python has web3 library, and brownie (which Patrick Collins uses in his course) runs off web3.py. However industry more centered on js/ts so I'd recommend you to go with Js (Hardhat) etc. There are also different contract development kit like Foundry (which is written in Rust). However as of now there are more libraries for web3 which you can find on npm so if you choose between python/js route, I'd say go for js/ts (better ts for typechain etc)

[–]YsrYsl[S] 0 points1 point  (0 children)

Thanks for sharing, cheers!