from polysynth import Polysynth
address = "YOUR WALLET ADDRESS" # or None if you're not going to make transactions
private_key = "YOUR PRIVATE KEY" # or None if you're not going to make transactions
provider = "WEB3 PROVIDER URL" # can also be set through the environment variable `PROVIDER`
polysynth = Polysynth(address=address, private_key=private_key, provider=provider)