Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```