Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paritytech/parity-bridge


https://github.com/paritytech/parity-bridge

bridge ethereum kovan parity solidity

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Deprecated Bridges

### This repo is **deprecated**. Originally it contained the ETH <> ETH-PoA bridge (see `tumski` tag). Later it was repurposed for ETH-PoA <> Substrate bridge development, however we've decided to work on the bridge from scratch, and you can find the latest version in:
https://github.com/paritytech/parity-bridges-common

**DISCLAIMER:** *we recommend not using the bridge in "production" (to bridge significant amounts) just yet.
it's missing a code audit and should still be considered alpha. we can't rule out that there are bugs that might result in loss of the bridged amounts.
we'll update this disclaimer once that changes*

[![Build Status][travis-image]][travis-url]
[![Solidity Coverage Status][coveralls-image]][coveralls-url] (contracts only)

[travis-image]: https://travis-ci.org/paritytech/parity-bridge.svg?branch=master
[travis-url]: https://travis-ci.org/paritytech/parity-bridge
[coveralls-image]: https://coveralls.io/repos/github/paritytech/parity-bridge/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/paritytech/parity-bridge?branch=master

Bridge is able to pass arbitrary messages between an Ethereum Proof of Authority chain and
a Substrate Chain - either Standalone or Polkadot Parachain.

## TODO: Docs

These docs are very incomplete yet. Describe high-level goals here in the (near) future.