hello, how to use pysui to call contract read function
Closed this issue · 1 comments
old-boys commented
I am skilled at using web3py to interact with evm blockchain, but for sui blockchain, how to interact with the contract, can pysui give some sample codes.
FrankC01 commented
Plenty of examples of reading objects off the chain in pgql_s_example.py, pgql_a_example.py
For using transaction builder for move calls check pgql_s_ptb.py