coderofstuff / kaspa-transaction-report

Generates transaction report for all addresses you define as your own
https://kaspa-transaction-report.vercel.app
MIT License
1 stars 5 forks source link

Too many transactions? #2

Open trussc opened 6 months ago

trussc commented 6 months ago

Hi, I'm almost positive from the other issue that was closed as my issue is the same I try to generate the csv file it buffers, but then just stops and nothing happens. I checked my Kaspa explorer and I have almost 4000 transactions on my wallet so I'm guessing I have too many? Help would be greatly appreciated!

issamjbara commented 2 months ago

Getting the following issue when executing the run npm generate

export {generateReport}; ^^^^^^

SyntaxError: Unexpected token 'export' at internalCompileFunction (node:internal/vm:73:18) at wrapSafe (node:internal/modules/cjs/loader:1187:20) at Module._compile (node:internal/modules/cjs/loader:1231:27) at Module._extensions..js (node:internal/modules/cjs/loader:1321:10) at Module.load (node:internal/modules/cjs/loader:1125:32) at Module._load (node:internal/modules/cjs/loader:965:12) at Module.require (node:internal/modules/cjs/loader:1149:19) at require (node:internal/modules/helpers:121:18) at Object. (C:\Users\XXXXX\Desktop\KASPA\kaspa-transaction-report-main\index.js:5:26) at Module._compile (node:internal/modules/cjs/loader:1267:14)