I need a freelancer to parse transaction details from Solana transaction logs. The parsed data should be delivered in JSON format.
Example transaction: [login to view URL]
I need parse:
Program data: vdt/007mYe6dbZ0WM6pkbNU14TSP93Z/A6c+1eROLEHE3Yun9wcHfwAQXl8AAAAA0lGJe2kxAAABht96MsOBNZM11kCl4RkY884M1py7/1vnHfQD4Qyaw0SFnUFnAAAAAAC8gVsHAAAALr5OzHmeAwAAEF5fAAAAAC4mPIDonwIA
Search "#6 - [login to view URL]: buy"
Decoded data is:
{
amount:{
type:
"u64"
data:
"54329113924050"
}
maxSolCost:{
type:
"u64"
data:
"1616000000"
}
}
I want to know which algorithm to encode and how to decode in Nodejs
You can try with this data, if ok I will send data in another similar transaction to test fist. Then I will pay