@rabbitholegg/questdk-plugin-neynar
v1.0.0-alpha.34
Published
1. Find the ABI of the function your transaction is calling, and add export it as a const in the abi.ts file 1. this can be multiple ABIs, if the transaction is calling multiple functions 2. in Neynar.ts, fill out each Action function by mapping
Downloads
18
Readme
Neynar Plugin for Boost
New Plugin TODO list
- Find the ABI of the function your transaction is calling, and add export it as a const in the abi.ts file
- this can be multiple ABIs, if the transaction is calling multiple functions
- in Neynar.ts, fill out each Action function by mapping the ActionParams to the ABI of the function