Skip to content

Lightprotocol/v1-history-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script to traverse ~20k transactions and ~40k utxos and try to decrypt all of them for a given wallet.

steps:

  1. install dependencies
npm i --legacy-peer-deps
  1. set the .env file with your wallet's public key and rpc url
RPC_API_URL="https://mainnet.helius-rpc.com/?api-key=<YOUR_API_KEY>"
BASE58_KEYPAIR="<YOUR_WALLET_PRIVATE_KEY>" # as base58 string
  1. run the script
npm run dev

the process may take up to 30 minutes to complete.

when finished, you can find the all found user transactions inside transactions.json file and the enriched utxo data in the enrichedUtxos.json file.

if no transactions are found, this means there were no Light V1 transactions found for your provided wallet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published