github.com/leovct/zkevm-bridge-service@v0.4.4/README.md (about)

     1  # zkEVM Bridge service
     2  
     3  This repo implements a backend service written in Go, that enables clients, like the [web UI](https://github.com/0xPolygonHermez/zkevm-bridge-ui),
     4  to interact with the [bridge smart contract](https://github.com/0xPolygonHermez/zkevm-contracts) by providing Merkleproofs.
     5  
     6  ## Architecture
     7  
     8  <p align="center">
     9    <img src="./docs/architecture.drawio.png"/>
    10  </p>
    11  
    12  ## Running the bridge service
    13  
    14  - [Running locally](docs/running_local.md)
    15