Skip to content

codeesura/uniswap-challange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap Challange

A Rust tool optimized for the Uniswap challenge to find salts that generate gas-efficient Ethereum addresses.

This project is a modified version of the original create2crunch tool by 0age. The code has been customized specifically for the Uniswap challenge.

Installation & Usage

Docker Setup

  1. Clone the repository:

    git clone https://github.com/codeesura/uniswap-challange
    cd uniswap-challange
  2. Build the Docker image:

    docker build -t uniswap-challange .
  3. Run the Docker container:

    docker run -d --name uniswap-container uniswap-challange
  4. Check Logs:

    docker logs --follow uniswap-container

Local Setup

Alternatively, you can run it locally with Rust installed:

cargo run --release

Notes

  • For ARM-based systems (e.g., Apple Silicon), use:
    cargo run --release --no-default-features
  • This tool can be resource-intensive, especially with GPU usage. Monitor your system’s performance to avoid overheating.

Credits

Modified from the original 0age/create2crunch.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •