Tiny bash script to add foundry to existing solidity projects. Compatible with hardhat. Adapted from foundry book.
Make sure you have bash and curl installed on your system. Navigate to the existing project and run:
bash <( curl -Ls https://raw.githubusercontent.com/raxhvl/foundryize/main/foundryize.sh)
The script will guide you through the process and provide instructions for the next steps.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! We appreciate your help in making Foundryize even better. Here are a few ways you can contribute:
- Open an issue to report a bug or suggest an enhancement.
- Create a pull request with improvements or fixes.
- Provide feedback and ideas to help shape the project's direction.
Looking forward to your contributions and are happy to have you on board!