Questions tagged [erc1155]

16 questions
-1
votes
1 answer

How to transfer ERC1155 token using web3py?

I need to transfer an ERC1155 token using Python... something very simple: send token from account1 to account2 using python. Token: ERC 1155 Network: Polygon Language: Python Could someone please leave an example how to do it? from web3 import…
1
2