@inproceedings{discovery10196285,
           month = {August},
       booktitle = {Proceedings of the IEEE International Conference on Software Analysis, Evolution and Reengineering - Companion (SANER-C)},
           title = {DAI: A Dependencies Analyzer and Installer for Solidity Smart Contracts},
         journal = {2024 IEEE International Conference on Software Analysis, Evolution and Reengineering - Companion (SANER-C)},
            year = {2024},
       publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
            note = {This version is the author accepted manuscript. For information on re-use, please refer to the publisher's terms and conditions.},
           pages = {72--75},
        abstract = {The growing importance of Decentralized Applications (dApps) in areas such as the Internet of Things (IoT), Cybersecurity, and Finance is playing a crucial role in advancing software maintenance, security, and data sharing. Understanding the complex architecture and components of dApps is essential to harness their full benefits. This often involves the challenging task of identifying and retrieving key components during the dApp compilation process, particularly when dealing with multiple external dependencies. A case in point is the variety of versions in the OpenZeppelin libraries, where finding compatible elements can be a laborious process. In response to this challenge, we introduce DAI (Dependency Analyser and Installer), a novel tool that automates the identification of compatible external dependency versions for specific smart contracts. This tool significantly simplifies the compilation process for dApps that incorporate external modules, making it more efficient for developers and researchers. We evaluated DAI on 57 real-world dApps, achieving success in determining the right dependency match for 50 cases. However, the inability to compile the remaining 7 dApps due to missing files and artifacts highlights the ongoing complexities in dApp development.},
             url = {https://doi.org/10.1109/SANER-C62648.2024.00015},
          author = {Ibba, Giacomo and Destefanis, Giuseppe and Neykova, Rumyana and Ortu, Marco and Aufiero, Sabrina and Bartolucci, Silvia},
        keywords = {Blockchain, Smart Contracts, Decentralized Applications, Software Engineering}
}