From a972fbf8e51489ccb1eb647780216e0d209967b1 Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 6 Jun 2023 03:50:30 -0700 Subject: [PATCH] Add readme --- README.md | 26 ++++++++++++++++++++++++++ lib/forge-std | 1 + 2 files changed, 27 insertions(+) create mode 100644 README.md create mode 160000 lib/forge-std diff --git a/README.md b/README.md new file mode 100644 index 0000000..b7e1107 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Penalisation of cheating relayers + +### Changes + +- Almost all cheating relayers staked balances will be nullified +- Cheating relayer `abracadabra-money-gone.eth` compensated the unpaid commission in double volume, this amount will be burned + +### Requirements + +- Rust ([Need only for Windows](https://doc.rust-lang.org/cargo/getting-started/installation.html)) +- Foundryup ([Windows](https://github.com/altugbakan/foundryup-windows), [Linux](https://book.getfoundry.sh/getting-started/installation)) +- Node 14 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm)) + +### Installation + +```text +git clone --recurse-submodules +cd +npm install +``` + +### Testing + +```text +npm run test +``` diff --git a/lib/forge-std b/lib/forge-std new file mode 160000 index 0000000..e8a047e --- /dev/null +++ b/lib/forge-std @@ -0,0 +1 @@ +Subproject commit e8a047e3f40f13fa37af6fe14e6e06283d9a060e