All Projects → interlay → interbtc-spec

interlay / interbtc-spec

Licence: Apache-2.0 license
interBTC specification for a trust-minimized Bitcoin to Polkadot (and beyond) bridge

Programming Languages

Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to interbtc-spec

interbtc
interBTC: Trustless Bitcoin on Polkadot | kBTC: Trustless Bitcoin on Kusama
Stars: ✭ 136 (+750%)
Mutual labels:  bridge, interbtc
dotnet-design-patterns-samples
The samples of .NET design patterns
Stars: ✭ 25 (+56.25%)
Mutual labels:  bridge
matrix-puppet-slack
puppet style slack bridge for matrix
Stars: ✭ 46 (+187.5%)
Mutual labels:  bridge
matrix-pstn-bridge
☎️ A Matrix Puppet bridge for the public telephone network that supports a number of VoIP providers (Twillo, Vonage, etc.). Sends and receives voice and SMS.
Stars: ✭ 25 (+56.25%)
Mutual labels:  bridge
react-native-android-wear-demo
Showcase of a two-way communication between React Native and Android Wear apps.
Stars: ✭ 93 (+481.25%)
Mutual labels:  bridge
can2mqtt
Bidirectional CAN-Bus to MQTT-Bridge
Stars: ✭ 39 (+143.75%)
Mutual labels:  bridge
twitter
A Matrix-Twitter DM puppeting bridge
Stars: ✭ 48 (+200%)
Mutual labels:  bridge
interbtc-api
interBTC TypeScript API
Stars: ✭ 21 (+31.25%)
Mutual labels:  interbtc
matrix-appservice-bridge
Bridging infrastructure for Application Services
Stars: ✭ 119 (+643.75%)
Mutual labels:  bridge
SerialToTCPBridgeProtocol
An error tolerant serial UART to TCP connection, raw data bridge.
Stars: ✭ 16 (+0%)
Mutual labels:  bridge
react-native-mercadopago-px
🚀 MercadoPago PX bridge for react-native
Stars: ✭ 87 (+443.75%)
Mutual labels:  bridge
skype-to-telegram
Skype to Telegram bot, for receive your message from skype in telegram
Stars: ✭ 14 (-12.5%)
Mutual labels:  bridge
lexik-jose-bridge
An Encoder for the LexikJWTAuthenticationBundle that uses web-token/jwt-framework
Stars: ✭ 27 (+68.75%)
Mutual labels:  bridge
rnim
A bridge between R and Nim
Stars: ✭ 22 (+37.5%)
Mutual labels:  bridge
instagram
A Matrix-Instagram DM puppeting bridge
Stars: ✭ 69 (+331.25%)
Mutual labels:  bridge
fuso
一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
Stars: ✭ 1,132 (+6975%)
Mutual labels:  bridge
uvlayout bridge
Blender Add-On: A bridge between Headus UVlayout and Blender
Stars: ✭ 20 (+25%)
Mutual labels:  bridge
tor-private-bridge
Bash script for setting up a private Tor bridge
Stars: ✭ 21 (+31.25%)
Mutual labels:  bridge
FlexHybridApp-iOS
WebView bridge interface with Promise pattern
Stars: ✭ 17 (+6.25%)
Mutual labels:  bridge
magento2-pimcore-bridge
Magento 2 module for Pimcore integration.
Stars: ✭ 28 (+75%)
Mutual labels:  bridge

interBTC Specification

This repository includes the specification for a two-way bridge between Polkadot and Bitcoin. The bridge implements Bitcoin-backed tokens on a Polkadot parachain. The concept of Bitcoin-backed tokens is based on Cryptocurrency-backed Assets.

The specification consists of two parts:

  1. XCLAIM(BTC,DOT) Bitcoin-backed tokens: The protocols and functions required to issue and redeem tokens as well as management of vaults.
  2. BTC-Relay: The component that is used to verify Bitcoin transactions on the Polkadot parachain.

Specification Documents

Contributing

See CONTRIBUTING.md for details.

You can contribute to this project. The following instructions will get you started with a local development environment.

Requirements

The project is built with Sphinx. Install the requirements with:

pip install -r requirements.txt

Autobuild

To have Sphinx automatically detect changes to .rst files and serve the latest changes in the browser, run:

autobuild.sh

The specification is served at http://127.0.0.1:9000/

LaTeX

You will have to have the required LaTeX packages installed to build the LaTeX files and export the document to PDF.

You can then run:

latexbuild.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].