erc6551crunch
is a Rust implementation of the profanity tokenbound account (ERC6551)
- Install Rust
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Install
erc6551crunch
-
git clone https://github.com/Kay-79/erc6551crunch.git
-
cd erc6551crunch
- Build
-
cargo build --release
- Now you can crunch your profanity tokenbound account
-
cargo run --release <registry_address> <implement_address> <chain_id> <nft_address> <token_id>
-
cargo run --release 0x000000006551c19487814612e58FE06813775758 0x41C8f39463A868d3A88af00cd0fe7102F30E44eC 1 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D 1
- Check the result in the
result.txt
file
PRs welcome!