Skip to content

Elenore23/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.

About

BTP 2.0 Relay System for Ethereum 2.0

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 61.7%
  • TypeScript 31.8%
  • Shell 2.3%
  • Makefile 2.3%
  • Solidity 1.6%
  • Dockerfile 0.2%
  • JavaScript 0.1%