-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: initial copy of spec to interbtc repo
- Loading branch information
Showing
73 changed files
with
11,306 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[book] | ||
authors = ["Interlay"] | ||
language = "en" | ||
multilingual = false | ||
src = "src" | ||
title = "interBTC Technical Specification" | ||
|
||
[output.html] | ||
mathjax-support = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Summary | ||
|
||
[interBTC at a Glance](intro/at-a-glance.md) | ||
|
||
# Introduction | ||
|
||
- [Cryptocurrency-backed Assets](intro/cba.md) | ||
- [Architecture](intro/architecture.md) | ||
- [Polkadot, Kusama, and Substrate](intro/polkadot.md) | ||
- [Bitcoin Data Model](intro/bitcoin.md) | ||
- [Accepted Bitcoin Transaction Format](intro/accepted-format.md) | ||
- [How to Read This Specification](intro/introduction.md) | ||
|
||
# Specification | ||
|
||
- [BTC-Relay](./spec/btc-relay/index.md) | ||
- [Collateral](./spec/collateral.md) | ||
- [Currency](./spec/currency.md) | ||
- [Fee](./spec/fee.md) | ||
- [Oracle](./spec/oracle.md) | ||
- [Issue](./spec/issue.md) | ||
- [Refund](./spec/refund.md) | ||
- [Redeem](./spec/redeem.md) | ||
- [Replace](./spec/replace.md) | ||
- [Security](./spec/security.md) | ||
- [Relay](./spec/relay.md) | ||
- [Treasury](./spec/treasury.md) | ||
- [Vault Registry](./spec/vault-registry.md) | ||
- [Vault Nomination](./spec/nomination.md) | ||
- [Reward](./spec/reward.md) | ||
- [Staking](./spec/staking.md) | ||
- [Escrow](./spec/escrow.md) | ||
- [Governance](./spec/governance.md) | ||
|
||
# Security and Performance | ||
|
||
- [Vault Liquidations](./security-performance/liquidations.md) | ||
- [XCLAIM Security Analysis](./security-performance/xclaim-security.md) | ||
- [BTC-Relay Security Analysis](./security-performance/btcrelay-security.md) | ||
- [Performance Analysis](./security-performance/performance.md) | ||
|
||
# Economics | ||
|
||
- [Econnomic Incentives](./economics/incentives.md) | ||
- [Fee Model](./economics/fees.md) | ||
|
||
--- | ||
|
||
# All the Rest | ||
|
||
- [License](./other/license.md) | ||
- [Interlay](./other/interlay.md) |
Oops, something went wrong.