Hi,
first of all I think you have done an excellent job at creating a Python version of the Solana CLI!
I have seen the SPL client it seems to require a lot of arguments to initialize but I don't really know where to get them from. I think what this library is missing are some examples within the docs, for instance, how could we replicate the following Solana CLI actions using solana-py:
spl-token create-token
spl-token create-account <TOKEN>
spl-token mint <TOKEN> 100
Hi, first of all I think you have done an excellent job at creating a Python version of the Solana CLI! I have seen the SPL client it seems to require a lot of arguments to initialize but I don't really know where to get them from. I think what this library is missing are some examples within the docs, for instance, how could we replicate the following Solana CLI actions using solana-py: