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