https://github.com/benschza/scrapeth
Elixir & Phoenix Ethereum smart contract address scraper
https://github.com/benschza/scrapeth
auditing elixir elixir-phoenix ethereum infosec
Last synced: 6 months ago
JSON representation
Elixir & Phoenix Ethereum smart contract address scraper
- Host: GitHub
- URL: https://github.com/benschza/scrapeth
- Owner: BenSchZA
- License: mit
- Created: 2019-09-30T20:21:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:49:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T23:41:19.746Z (8 months ago)
- Topics: auditing, elixir, elixir-phoenix, ethereum, infosec
- Language: Elixir
- Size: 659 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScrapEth
An application, and in future perhaps an API, to scrape repositories for Ethereum smart contract addresses. This is partly an exercise in learning Elixir/Phoenix, and partly useful when performing security audits of Ethereum dapps - these addresses will be listed with links to block explorers and other analytics.
For now (may be more permanent in future) see https://kawapi.io/scan and try `ProteaNetwork/protea-gather`.
## Roadmap
0. Scrape GitHub repos
1. Scrape website Javascript code
2. Scrape other sources## Development
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Phoenix framework
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix