Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjj1679 committed Dec 5, 2024
1 parent 64371d0 commit 66ed1cb
Show file tree
Hide file tree
Showing 9 changed files with 1,080 additions and 460 deletions.
573 changes: 573 additions & 0 deletions ERC20.py

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Start node

```
anvil --fork-url https://eth.llamarpc.com --port <PORT>
```

### Update Config in `config.py`

PORT = <PORT>

### Start simulating

```
python3 main.py
```
Loading

0 comments on commit 66ed1cb

Please sign in to comment.