Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Solana ETL lets you convert blockchain data into convenient formats like CSVs and relational databases.
Install Solana ETL CLI:
cd cli
python setup.py install
Environment:
> export SERUM_DEX_V3 = "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin"
> export METADATA_PROGRAM_ID = "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"
Export all
> solanaetl export_all \
--start 138802069 \
--end 138802069 \
--output-dir=./output
Export blocks and transactions (include input accounts, instructions):
> solanaetl export_blocks_and_transactions --start-block 0 --end-block 500000 \
--blocks-output blocks.csv \
--transactions-output transactions.csv \
--instructions-output instructions.csv
Export instructions:
> solanaetl extract_field -i transactions.csv -o transaction_signatures.txt -f signature
> solanaetl export_instructions \
-t ./transaction_signatures.txt \
-o instructions.csv
Extract token transfer:
> solanaetl extract_token_transfers \
-i ./instructions.csv \
-o token_transfers.csv
Export accounts:
> solanaetl extract_accounts \
-t ./transactions.csv \
-o accounts.csv
Export tokens:
> solanaetl extract_tokens \
-a ./accounts.csv \
-o tokens.csv
> python -m pip install -r requirements_test.txt
> python -m pytest
FAQs
Tools for exporting Solana blockchain data to CSV or JSON
We found that solana-etl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.