SeveighTech-Management / solana-py-implementation

Implementation of token and solana transfer with working example using the solana py library
MIT License
25 stars 2 forks source link

Unable to Verify Token Account #5

Closed leftkats closed 1 month ago

leftkats commented 6 months ago

Description:

I am encountering an issue while trying to run the code. The problem arises specifically on the line where I attempt to verify the token address. Here's the snippet of the code:

https://github.com/seveightech/solana-py-implementation/blob/1af44a3512d4959c0e1624f8ebdc157fb738f282/example.py#L22

Error Messages: When verifying the token wallet:

Additional Information:

SeveighTech-Management commented 1 month ago

I think this video will give you a fair idea of what to look for: https://www.youtube.com/watch?v=mKJKIgTJ6LY

The private key you use should belong to the same wallet that is used to create the token.