Skip to content

Commit

Permalink
early release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsha committed Jun 6, 2022
1 parent a4fb258 commit a80ba4b
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,29 @@ chainwalker -h
RCP/IPC endpoint (default "https://cloudflare-eth.com")
```


## Demo


Extracts contracts with minumum balance of 3 eth

![chainwalker](./assets/contractsWithoutMinBalance.png)


Extracts contracts any balance on given block

![chainwalker](./assets/contractsWithoutMinBalance.png)





## limitation

- can not directly grab internal contract transactions

## Dev
clone the repo
- clone the repo
go build main.go


Expand All @@ -60,6 +81,13 @@ If you are using a remote server and the program crashes or gives you an error,
- change the node provider
- change the block numbers
- go with a smaller block distance (between start and end)

- better solution : run you own node and connect to IPC using ``` /root/.ethereum/geth.ipc as -u (url) ```





Credits :
- eth.wiki
- core-geth
- go-Ethereum

0 comments on commit a80ba4b

Please sign in to comment.