Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Update IMPLEMENTATION_SPEC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thorchain-admin committed Dec 23, 2018
1 parent 909652e commit cb6c5a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions x/eth-bifrost/IMPLEMENTATION_SPEC.md
@@ -1,11 +1,16 @@
# The THORChain <--> Ethereum Bifrost
# The THORChain <--> Ethereum Bifrost Specification

## Introduction

This document acts as a guide to implementors of the THORChain/Ethereum Bifrost to allow for Ethereum and ERC-20 tokens to move between THORChain and Ethereum.

### Related Reading
This spec is heavily based on the Cosmos Peggy project spec (https://github.com/cosmos/peggy/blob/master/spec/readme.md) and new Cosmos oracle module (https://github.com/cosmos/cosmos-sdk/blob/master/examples/democoin/x/oracle/README.md). Make sure to read and understand both of those first.

The Main Bifrost Whitepaper: https://github.com/thorchain/Resources/blob/master/Whitepapers/Bifrost-Protocol/whitepaper-en.md

The Bifrost Networking Spec: https://github.com/thorchain/Resources/blob/master/Whitepapers/Bifrost-Protocol/networking-whitepaper-en.md

This spec is also based on the Cosmos Peggy project spec (https://github.com/cosmos/peggy/blob/master/spec/readme.md) and new Cosmos oracle module (https://github.com/cosmos/cosmos-sdk/blob/master/examples/democoin/x/oracle/README.md).

## Design Principles
To ensure the Bifrost Protocol is widely extensible to most other blockchains, the following are the principles that are adhered to:
Expand Down

0 comments on commit cb6c5a9

Please sign in to comment.