OpenFoundry utilizes Foundry for Solidity contract testing and OpenAI's API for test script generation and analysis.
Located in the backend
directory.
-
Install Dependencies: Navigate to the
backend
directory and install Python dependencies.cd backend pip install -r requirements.txt
-
Run the Application:
python app.py
Open another terminal
Located in the frontend
directory.
- Install Dependencies
cd frontend npm install
- Run the Application
npm run dev