JeffryCA
Results
12
comments of
JeffryCA
I tried that but I get: #5 [Metaplex Token Metadata](https://solscan.io/address/metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s) instruction > Program log: Instruction: Update primary sale via token > Program log: Owner does not match that on the...
I actually solved this last year for my company - essentially I did this: Use Anchorpy to generate a client: ```bash anchorpy client-gen ./idl.json ./src --program-id metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ``` This generated...