Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.03 KB

searchApproveIxAndSNSLookup

Searches for Approve instructions on a Solana program, and uses Solana Name Service to find the Twitter handle associated to a public key.

Getting started

# Clone the repository
git clone https://github.com/Timoon21/searchApproveIxAndSNSLookup.git searchApproveIxAndSNSLookup
cd searchApproveIxAndSNSLookup

...
# Install dependencies
npm install


# Run searchApprove.ts file
npm run search  # runs ./src/searchApprove.ts file
...

# Result
The result is a CSV file : ./log.csv

(back to top)

Useful Links

(back to top)