sui icon indicating copy to clipboard operation
sui copied to clipboard

How to call sui's nft contract through python

Open calvin-yang opened this issue 1 year ago • 2 comments

How to call sui's nft contract through python

calvin-yang avatar Apr 19 '23 02:04 calvin-yang

Now sui doesn't provide official python sdk.

gofenix avatar Apr 19 '23 13:04 gofenix

Take a look at pysui

FrankC01 avatar Apr 19 '23 14:04 FrankC01

Why not provide a Python SDK?

ooeooo avatar Sep 08 '23 06:09 ooeooo

They just released a TS SDK. Python may be in the works, but there is PySui available as mentioned above.

randall-Mysten avatar Sep 08 '23 16:09 randall-Mysten

They just released a TS SDK. Python may be in the works, but there is PySui available as mentioned above.

But using a third-party one carries risks, as it involves private key operations. So I hope there can be an official version of the Python SDK, which can reassure developers with such concerns.

ooeooo avatar Sep 09 '23 08:09 ooeooo

@ooeooo pysui does not use private keys unless you want to do so.

FrankC01 avatar Sep 09 '23 18:09 FrankC01

@ooeooo pysui does not use private keys unless you want to do so.

Thank you!

ooeooo avatar Sep 10 '23 03:09 ooeooo