smartcontract.codes - a search interface for verified solidity source code
smartcontract.codes is a search engine that allows you to search, browse and interact with solidity source code
git clone https://github.com/ethereum-play/smartcontract.codes.git
cd smarcontract.codes
npm install
npm start
npm run build
git add -A
git commit -m 'Commit message here'
git push
Consists of different kind of network nodes:
-
DHT nodes - help with discovery
-
source code nodes - collect source code
-
target list nodes - collect crawler targets
-
crawler & scraper nodes - add new source codes to the network
Find out more about it in our slides
- Open issues on things that are broken
- Fix open issues by sending PRs
- Add documentation
MIT