Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paritytech/parity-bridge
https://github.com/paritytech/parity-bridge
bridge ethereum kovan parity solidity
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paritytech/parity-bridge
- Owner: paritytech
- License: gpl-3.0
- Archived: true
- Created: 2017-08-13T17:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T10:09:15.000Z (over 4 years ago)
- Last Synced: 2024-08-01T03:19:27.378Z (6 months ago)
- Topics: bridge, ethereum, kovan, parity, solidity
- Language: Rust
- Homepage:
- Size: 1.41 MB
- Stars: 316
- Watchers: 30
- Forks: 80
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - Parity-Bridge - based networks (Applications / Cryptocurrencies)
- awesome-rust-zh - Parity-Bridge - 在任何两个基于以太坊的网络之间架起桥梁 (应用 / 加密货币)
- awesome-rust - Parity-Bridge - based networks (应用 Applications / 加密货币 Cryptocurrencies)
- awesome-substrate - parity-bridge, Bridge between any two ethereum-based networks
- awesome-rust-cn - Parity-Bridge - based networks (应用 / Cryptocurrencies)
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=masterBridge 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.