* Add basic test cases for full and partial matches * Add test case with constructor arguments. Rename and refactor full and partial match test cases * Add test cases for immutables, libraries, double auxdata. Refactor partial match test case * Add test for the case when metadata hash is absent ('bytecodeHash': 'none') |
5 days ago | |
---|---|---|
.github | 3 months ago | |
eth-bytecode-db | 5 days ago | |
eth-bytecode-db-extractors | 4 weeks ago | |
helm/smart-contract-verifier | 1 year ago | |
libs | 6 days ago | |
multichain-search | 3 weeks ago | |
sig-provider | 3 weeks ago | |
smart-contract-verifier | 3 weeks ago | |
stats | 2 weeks ago | |
visualizer | 3 weeks ago | |
.gitignore | 8 months ago | |
CONTRIBUTING.md | 1 year ago | |
LICENSE-MIT | 1 year ago | |
README.md | 9 months ago |
README.md
Blockscout Rust Services
A set of services used by Blockscout blockchain explorer, written in Rust.
Services
-
smart-contract-verifier - provides API for ethereum contract verification written in Solidity and Vyper
-
sig-provider - aggregator of ethereum signatures for transactions and events
-
multichain-search - service for searching transactions, blocks, tokens, etc in all blockscout instances. Contains frontend and backend parts.
-
visualizer - service for evm visualization such as:
- Solidity contract visualization using sol2uml
-
eth-bytecode-db - Ethereum Bytecode Database. Verifies smart-contracts and searches for the sources via bytecodes
Contributing
We appreciate your support. Before writing code and submiting pull request, please read contributing instructions.
License
This project is primarily distributed under the terms of the MIT license. See LICENSE-MIT for details.