Skip to content

stratisproject/blockscout-rs

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 77.3%
  • Solidity 12.8%
  • TypeScript 6.7%
  • Shell 1.1%
  • Python 0.7%
  • Just 0.6%
  • Other 0.8%