Work in progress. Hardcoded to mint 2 lands for 610 APE and approves 100k ape for spending atm, will be updated.
Building
Install rust, https://rustup.sh/
cargo build --release
Output is in ./target/release
Example usage
Approvals:
./sybilsafe --mode=approve --simp-wallet=<funding wallet private key w/o 0x prefix> --executor=<executor private key w/o 0x prefix> --gas=<gas fee for all transactions in bundle in gwei>
Mint:
./sybilsafe --mode=mint --simp-wallet=<funding wallet private key w/o 0x prefix> --executor=<executor private key w/o 0x prefix> --gas=<gas fee for all transactions in bundle in gwei>