Taemin Cha
Taemin Cha
I have same situation. Waiting for update!
Hopefully, It might help you: #10
Looking for #9, I think It may help you. :) Sadly, It seems like It's not applied to PyPI.
@jnsead Umm... I used following python code to know how libra api works. I hope it can help you. ``` python from pylibra import LibraClient, LibraWallet from pylibra.proto.transaction_pb2 import TransactionArgument...
@jnsead (1) Actually, If you have a private key, you can send transactions without regard to a wallet. (2) `tx_script` came from [libra source code](https://github.com/libra/libra/blob/master/language/stdlib/transaction_scripts/peer_to_peer_transfer.mvir) (I compiled it with libra...
@sabgkang Libra testnet evolves very fast. I don't know what happened, but I think there are compiler or/and language changes.
@jnsead Hi, I'm not following latest libra changes, so I don't know what happened. Sorry :(