Skip to content

Instantly share code, notes, and snippets.

@m-kus
Created July 11, 2019 08:39
Show Gist options
  • Save m-kus/29b9c6b8a35b3d9a99bcfbc6f46b9ef9 to your computer and use it in GitHub Desktop.
Save m-kus/29b9c6b8a35b3d9a99bcfbc6f46b9ef9 to your computer and use it in GitHub Desktop.
Query contract storage containing urls
from conseil import conseil
Account = conseil.tezos.alphanet.accounts
Account.storage.query() \
.filter(Account.storage.like('.com')) \
.all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment