The ABI Extractor is a Python tool on the Alephium Blockchain, designed to extract ABI JSONs and smart contract (SC) addresses from dApp JavaScript files. The tool automates the process of scanning dApp JavaScript code for embedded ABI JSONs, testing smart contracts using the identified ABI JSONs, and exporting the ABI JSONs.
- Python 3.x
requests
librarybeautifulsoup4
library
git clone https://github.com/SkullElf/ABIExtractor-Alephium
cd abi_extractor
pip install -r requirements.txt
Run the script using the following command:
python main.py
Follow the prompts to input the dApp URL.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your features or bug fixes.
- Push your changes to your forked repository.
- Create a pull request, detailing the changes you've made.
This project is licensed under the MIT License.