reilabs / starknet-replay

CLI tool to replay Starknet transactions and profile libfuncs usage.
0 stars 0 forks source link

Create CLI tool #6

Closed Eagle941 closed 1 month ago

Eagle941 commented 3 months ago

The CLI takes the following parameters:

The tool replays the transactions. Initially it will only support pathfinder database. After execution, the tool processes the execution trace and calculate the frequency of each libfunc.

Eagle941 commented 1 month ago

Done in #15