Skip to content

A Rust program for finding salts that create gas-efficient Ethereum tokenbound addresses.

License

Notifications You must be signed in to change notification settings

Kay-79/erc6551crunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erc6551crunch

erc6551crunch is a Rust implementation of the profanity tokenbound account (ERC6551)

Installation

  1. Install Rust
  • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install erc6551crunch
  • git clone https://github.com/Kay-79/erc6551crunch.git
  • cd erc6551crunch
  1. Build
  • cargo build --release
  • Now you can crunch your profanity tokenbound account

Usage

  • cargo run --release <registry_address> <implement_address> <chain_id> <nft_address> <token_id>
  • cargo run --release 0x000000006551c19487814612e58FE06813775758 0x41C8f39463A868d3A88af00cd0fe7102F30E44eC 1 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D 1

Result

  • Check the result in the result.txt file

Contributions

PRs welcome!

Acknowledgements

About

A Rust program for finding salts that create gas-efficient Ethereum tokenbound addresses.

Topics

Resources

License

Stars

Watchers

Forks