Given addresses used on a Blockchain (Polygon or Sepolia), retrieves transaction data and calculate metrics such as average NFTs sold per address.
Here the output of a run with 3 addresses:
You need to copy file .settings.yaml.example to .settings.yaml and edit that file providing your own API token for Polygon and Sepolia.
You need to provide a file of addresses, copy addresses.yaml.example to addresses.yaml and provide the wallet addresses under wallets.
Then to run the program run the folllowing command from a directory above the repo directory:
python -m BlockChainMetrics.main -n <network>
Have a look at the code for more options.
This software has been developed in the scope of the Dafne+ project.
Dafne+ has received funding from the European Union's Horizon Europe Research and Innovation programme under Grant Agreement No. 101061548.
