Direct Implementation

Integrating directly into the searcher's contract

Searchers can implement the fastLaneCall and the necessary security checks directly into their smart contract.

An example can be found at https://github.com/FastLane-Labs/auction/blob/main/contracts/searcher-direct/FastLaneSearcherDirect.sol

Last updated