TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.04k stars 194 forks source link

chifra export --holdings #3636

Closed tjayrush closed 1 month ago

tjayrush commented 2 months ago

Add a command that:

1) runs statements on every tx in an account's history 2) prints only the list of uniq tokens that appear in assetAddr

Super simple. Super useful because then user can run

for each account {
    for each month {
       for each holding {
          print $currency balance of holding for account at end of month
       }
    }
}
tjayrush commented 1 month ago

Will re-open.