Skip to content

icon-project/btp2-eth2

Repository files navigation

Relay System for BTP 2.0

Docker Image Version (latest by date)

Introduction

This is a relay implementation for BTP 2.0 protocol.

Target chains

  • ICON (BTP Block)
  • Ethereum 2.0 (Beacon chain)

See ICON BTP Standard and Relay System for BTP 2.0 for more details.

Getting Started

git clone https://github.com/icon-project/btp2-eth2.git --recurse-submodules
cd btp2-eth2
# compile binary
make relay
# build docker image
make relay-image

How to run relay

1. Setup beacon node with modified loadstar.

2. Run relay with docker. See docker-compose/relay folder.

E2E Testing Demo

References

License

This project is available under the Apache License, Version 2.0.