escrow is a bi-party holding contract for the transfer of eth using a basic conduit to hold funds on behalf of both parties
Deploy with forge
```shell
$ forge script script/BasicConduit.s.sol:BasicConduitScript --rpc-url <your_rpc_url> --private-key <your_private_key>