proposal-33-compensate-rela.../README.md

46 lines
890 B
Markdown

# Proposal to compensate relayer attack losses
### Changes / effect description
- 1
- 2
- ...
### 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 18 or higher ([Windows](https://github.com/coreybutler/nvm-windows), [Linux](https://github.com/nvm-sh/nvm))
### Installation
```text
git clone --recurse-submodules https://git.tornado.ws/Theo/proposal-33-compensate-relayer-losses
cd proposal-33-compensate-relayer-losses
npm install
```
### Testing
```text
npm run test:windows
```
or
```text
npm run test:linux
```
##### Test with gas
```text
npm run test:gas:windows
```
or
```text
npm run test:gas:linux
```