Skip to content

Commit

Permalink
Merge remote-tracking branch 'marius/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmansour committed Jul 21, 2021
2 parents c3ab2be + e9f6631 commit c430298
Show file tree
Hide file tree
Showing 10 changed files with 782 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ build
.env.production.local

npm-debug.log*

nodetable
nodes
node-crawler-backend.exe
node-crawler-backend
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
# Ethereum Node Stats
# Ethereum Node Crawler

Will showcase which nodes are ready for London Fork, will be customizable to an fork.
https://blog.ethereum.org/2021/06/18/london-testnets-announcement/

Uses Go Crawler to fetch the data.
The frontend is a react web app and the api is written in go.

## Development

### Frontend
Copy `.env` into `.env.local` and replace the variables. And then `npm install` then `npm start`

Run tests to make sure the data processing is working good. `npm test`

## London Fork

```
Geth: '1.10.4',
Nethermind: '1.10.73',
turbogeth: '2021.06.04-alpha',
besu: '21.7.0-RC1',
OpenEthereum: '3.3.0-rc2',
ethereumjs: '5.4.1'
```
### Backend
TBD
Loading

0 comments on commit c430298

Please sign in to comment.