Thank you for your interest in contributing to this project. We appreciate your efforts to enhance Web3 security by providing additional smart contract security tools. Below, we will guide you through the process of contributing:
- Fork the project to your GitHub account.
- Clone the project to your local environment
git clone [email protected]:LouisTsai-Csie/awesome-smart-contract-analysis-tools.git
- Make some changes to the project.
- Push the changes to the remote repo.
git add .
git commit -m"<commit-message>"
git push
- Open a pull request from your forked repository to the
master
branch of this project, provide an detailed explanation of the changes.
Note You can still contribute to this project without cloning the repository by submitting tools or research papers through GitHub issues. Your contributions are valuable in improving the comprehensiveness and effectiveness of our smart contract security resources.