Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SkullElf/ABIExtractor
ABI Extractor is a Python tool on the MultiversX blockchain, designed to extract ABI JSONs and smart contract (SC) addresses from dApp JavaScript files.
https://github.com/SkullElf/ABIExtractor
Last synced: 18 days ago
JSON representation
ABI Extractor is a Python tool on the MultiversX blockchain, designed to extract ABI JSONs and smart contract (SC) addresses from dApp JavaScript files.
- Host: GitHub
- URL: https://github.com/SkullElf/ABIExtractor
- Owner: SkullElf
- License: mit
- Created: 2023-08-16T16:12:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T16:46:58.000Z (about 1 year ago)
- Last Synced: 2024-07-31T20:32:21.900Z (3 months ago)
- Language: Python
- Homepage: https://twitter.com/BobbetBot
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-multiversx-dev-resources - ABIExtractor - ABI Extractor is a Python tool designed to extract ABI JSONs, and smart contract (SC) addresses from dApp JavaScript files. (MultiversX community / SDKs and dev tools)
README
# ABI Extractor
## Description
The ABI Extractor is a Python tool on the MultiversX 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 and SC addresses, testing smart contracts using the identified ABI JSONs, and exporting the ABI JSONs along with a relationship JSON.## Installation
### Prerequisites
- Python 3.x
- `requests` library
- `beautifulsoup4` library### Installation Steps
```bash
git clone https://github.com/SkullElf/ABIExtractor
cd abi_extractor
pip install -r requirements.txt
```## Usage
Run the script using the following command:
```bash
python main.py
```
Follow the prompts to input the dApp URL.## Contributing
Contributions are welcome! Please follow these steps:1. Fork the repository.
2. Create a new branch for your features or bug fixes.
3. Push your changes to your forked repository.
4. Create a pull request, detailing the changes you've made.## License
This project is licensed under the MIT License.