You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2024. It is now read-only.
I started testing thirdweb recently. I've been looking for a python SDK for web3 that is easy and fun to work with for a very long time. The standard python web3 package is still a little bit iffy to use, it's hard to get all the settings right. The big ones like truffle, hardhat are in javascript, foundry is interesting but slightly more complex.
Anyway. Can we have more examples please? I am especially interested in tutorials for making a simple ERC-20 token and a ERC-721 token because these are the most common contracts at the moment. Hope you have the same goal as me: an SDK that everyone can use, that removes all the frankly unnecessary complexity of geth and solidity and allows for all the millions of webdevs in the world to start focusing on business logic instead of configuration files.