From 1dc78bb79bb3c73dbe616360a15df057617ec966 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:31:23 -0700 Subject: [PATCH] Create sandwich-notes.md --- Smart-Contract-Security/sandwich-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Smart-Contract-Security/sandwich-notes.md diff --git a/Smart-Contract-Security/sandwich-notes.md b/Smart-Contract-Security/sandwich-notes.md new file mode 100644 index 0000000..629d1d5 --- /dev/null +++ b/Smart-Contract-Security/sandwich-notes.md @@ -0,0 +1,9 @@ +## Notes on Sandwich attacks + +
+ +### On Ethreum + +
+ +* [A practical example on how to perform sandwich attacks on UniswapV2 pairs](https://github.com/libevm/subway)