Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gamzanet/gamza-static
Static analysis tool for solidity especially designed for Uniswap v4 hook validation
https://github.com/Gamzanet/gamza-static
analysis-tool solidity uniswap-v4
Last synced: about 2 months ago
JSON representation
Static analysis tool for solidity especially designed for Uniswap v4 hook validation
- Host: GitHub
- URL: https://github.com/Gamzanet/gamza-static
- Owner: Gamzanet
- Created: 2024-10-06T08:02:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:21:59.000Z (2 months ago)
- Last Synced: 2024-10-28T03:49:08.548Z (2 months ago)
- Topics: analysis-tool, solidity, uniswap-v4
- Language: Solidity
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uniswap-v4-resources - gamza-core
- awesome-uniswap-v4-resources - gamza-core
README
# gamza-core
## Description
A simple python project for uniswap v4 hook analysis.
## Installation
installation ends up with exporting `requirments.txt` file.
make sure to use virtual environment while installing the requirements.```bash
# Clone the repository
git clone https://github.com/ooMia/gamza-engine.git# Navigate to the project directory
cd gamza-engine# nvm use
nvm install && nvm use# require corepack
npm install -g corepack# Install dependencies
npm install
```