Handlers define logic that happens when msgs are received. Msgs are implemented in module under x/evm/types/msg.go.
Will most likely just be moving the logic from app/ante.go which includes NewAnteHandler() which handles the different types of txs (ethereum and sdk txs), but there may be more to be built out
See NewHandler() in tutorial's x/nameservice/handler.go.