You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Rim Rakhimov ffa33c6be3
Verifier alliance test cases (#612)
* 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 Update workflows to use a github registry for the docker cache (#510) 3 months ago
eth-bytecode-db Verifier alliance test cases (#612) 5 days ago
eth-bytecode-db-extractors Update services to rust v1.72 (#598) 4 weeks ago
helm/smart-contract-verifier renamed 1 year ago
libs Update sourcify lib to handle missing `/home/` prefix (#613) 6 days ago
multichain-search Update cargo-chef to use v0.1.62 with rust v1.72 (#606) 3 weeks ago
sig-provider Update cargo-chef to use v0.1.62 with rust v1.72 (#606) 3 weeks ago
smart-contract-verifier Update cargo-chef to use v0.1.62 with rust v1.72 (#606) 3 weeks ago
stats Add counters description 2 weeks ago
visualizer Update cargo-chef to use v0.1.62 with rust v1.72 (#606) 3 weeks ago
.gitignore update .gitignore 8 months ago
CONTRIBUTING.md Add Readme (#45) 1 year ago
LICENSE-MIT Create LICENSE-MIT 1 year ago
README.md fix workflow badges (#256) 9 months ago

README.md

Blockscout Rust Services

A set of services used by Blockscout blockchain explorer, written in Rust.

Services

  1. smart-contract-verifier - provides API for ethereum contract verification written in Solidity and Vyper

  2. sig-provider - aggregator of ethereum signatures for transactions and events

  3. multichain-search - service for searching transactions, blocks, tokens, etc in all blockscout instances. Contains frontend and backend parts.

  4. visualizer - service for evm visualization such as:

    1. Solidity contract visualization using sol2uml
  5. 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.