#byte #hex #display #hex-string

blockscout-display-bytes

Wrapper type around Bytes to deserialize/serialize "0x" prefixed hex strings

1 stable release

1.0.0 Nov 23, 2022

#40 in #hex-string

Download history 21/week @ 2024-01-05 73/week @ 2024-01-12 33/week @ 2024-01-19 39/week @ 2024-01-26 5/week @ 2024-02-02 27/week @ 2024-02-09 37/week @ 2024-02-16 56/week @ 2024-02-23 40/week @ 2024-03-01 44/week @ 2024-03-08 62/week @ 2024-03-15 51/week @ 2024-03-22 125/week @ 2024-03-29 117/week @ 2024-04-05 79/week @ 2024-04-12 32/week @ 2024-04-19

358 downloads per month
Used in solidity-metadata

MIT license

7KB
184 lines

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.

Dependencies

~0.6–3.5MB
~65K SLoC