Skip to content

Commit

Permalink
local anvil
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Nov 4, 2024
1 parent deaa1c9 commit 117adc8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 10 deletions.
19 changes: 19 additions & 0 deletions desktop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# desktop

run on mac m2

```sh
brew install sdl2

export LIBRARY_PATH="$LIBRARY_PATH:/opt/homebrew/lib"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/homebrew/lib"
export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/opt/homebrew/lib"

cargo run -r
```

anvil

```
anvil -b 1 --no-request-size-limit --disable-block-gas-limit --disable-code-size-limit --disable-min-priority-fee
```
Loading

0 comments on commit 117adc8

Please sign in to comment.