Currently, I trying to access the contract of solana with python based env. I want to try simple test like that.
- Access the contract of solana
- Access the function(hello) with solana-py
The solana contract info is here (devnet): https://explorer.solana.com/address/78PoQT2bBAJiQxk3qBshvxvFEiPeARDAzYE6zwqpbnUv?cluster=devnet
I searched some related information in StackOverflow are below:
How to access the contract function in solana using python? In the solidity env, I just create an instance with abi and contract address. However, I thought that solana contract is a little complex.