Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 808 Bytes

SecureTrace

A Blockchain Forensics Tool to track crypto assets and transactions

Set up five variables in .env in the root directory

  • ALCHEMY_APIKEY
  • DB_HOST
  • DB_USER
  • DB_PASS
  • DB_NAME

Then run

npm i
source .env
sudo systemctl start mariadb
node src/back-end/SecureTrace.js
npm start

Endpoints

  • /fetch-address-details for fetching holdings of an address
  • /token-transfers for fetching to and from transfer of tokens of an address
  • /fetch-transaction-details for fetching all token transfers that occurred in a transaction
  • /recent-txs for fetching latest txs across multiple chains
  • /top-tokens for fetching top EVM based tokens by market cap
  • /fetch-algorand-details for fetching holdings of an Algorand address