Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icon-project/btp2-eth2
BTP 2.0 Relay System for Ethereum 2.0
https://github.com/icon-project/btp2-eth2
Last synced: 11 days ago
JSON representation
BTP 2.0 Relay System for Ethereum 2.0
- Host: GitHub
- URL: https://github.com/icon-project/btp2-eth2
- Owner: icon-project
- License: apache-2.0
- Created: 2023-03-08T07:47:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T12:12:23.000Z (8 months ago)
- Last Synced: 2024-08-01T18:24:18.769Z (3 months ago)
- Language: Go
- Size: 449 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icon - icon-project/btp2-eth2 - Relay implemantation for BTP 2.0 Protocol. (Interoperability)
README
# Relay System for BTP 2.0
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/iconloop/relay-eth2?color=blue&label=Docker&sort=semver)](https://hub.docker.com/r/iconloop/relay-eth2)## 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](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-25.md) and [Relay System for BTP 2.0](https://github.com/icon-project/btp2) for more details.
## Getting Started
```shell
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](https://github.com/icon-project/lodestar/wiki#run-a-beacon-node-with-docker).
### 2. Run `relay` with docker. See [docker-compose/relay](docker-compose/relay/README.md) folder.## E2E Testing Demo
* Follow the instruction in [End-to-End Testing Demo](e2edemo) folder.## References
* [ICON BTP Standard](https://github.com/icon-project/IIPs/blob/master/IIPS/iip-25.md)
* [Relay System for BTP 2.0](https://github.com/icon-project/btp2)
* Ethereum consensus client [lodestar](https://github.com/icon-project/lodestar)## License
This project is available under the [Apache License, Version 2.0](LICENSE).