loiluu / peacerelay

Moved to this repo https://github.com/KyberNetwork/peace-relay
MIT License
29 stars 13 forks source link

Peace Relay

  1. before getting to know Peace Relay, you should first learn about how BTC Relay works
  2. formal introduction of Peace Relay and more detail by Loi Luu on medium!

    What is PeaceRelay

    Peace Relay is a system of smart contracts that aim to allow for cross-EVM-chain communication using relay contracts.

These contracts will be able to verifiy merkle-patricia proofs about state, transactions, or receipts within specific blocks.

This, along with the wonderful Ethash verification work done by SmartPool, allows for trustless cross chain transfers of all tokens on any EVM chain. This implementation uses the merkle-patricia proofs implemented by Zac Mitton.

How does it work