Skip to content

Commit

Permalink
fix ToC spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
St333p committed Sep 9, 2024
1 parent 4580c46 commit f654a65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ This guide targets the broader technical audience willing to understand in depth
## Table of Contents

### Distributed Computing Concepts

* [Paradigms of Distributed Computing](distributed-computing-concepts/paradigms-of-distributed-computing.md)
* [Client-side Validation](distributed-computing-concepts/client-side-validation.md)
* [Single-use Seals and Proof of Publication](distributed-computing-concepts/single-use-seals.md)

### Commitment Layer

* [Commitment Schemes within Bitcoin and RGB](commitment-layer/commitment-schemes.md)
* [Deterministic Bitcoin Commitments - DBC](commitment-layer/deterministic-bitcoin-commitments-dbc/)
* [Opret](commitment-layer/deterministic-bitcoin-commitments-dbc/opret.md)
Expand All @@ -22,14 +20,12 @@ This guide targets the broader technical audience willing to understand in depth
* [Anchors](commitment-layer/anchors.md)

### RGB State and Operations

* [Introduction to Smart Contracts and their States](rgb-state-and-operations/intro-smart-contract-states.md)
* [Contract Operations](rgb-state-and-operations/state-transitions.md)
* [Components of a Contract Operation](rgb-state-and-operations/components-of-a-contract-operation.md)
* [Features of RGB State](rgb-state-and-operations/features-of-rgb-state.md)

### RGB Contract Implementation

* [Contract Implementation in RGB](rgb-contract-implementation/schema-interface.md)
* [Schema](rgb-contract-implementation/schema/)
* [Schema example: Non-Inflatable Assets](rgb-contract-implementation/schema/non-inflatable-fungible-asset-schema.md)
Expand All @@ -39,11 +35,9 @@ This guide targets the broader technical audience willing to understand in depth
* [Interface Implementation](rgb-contract-implementation/interface-implementation.md)

### RGB over Lightning Network

* [Lightning Network compatibility](rgb-over-lightning-network/lightning-network-compatibility.md)

### Annexes

* [Glossary](annexes/glossary.md)
* [Contract Transfers](annexes/contract-transfers.md)
* [Invoices](annexes/invoices.md)
Expand Down

0 comments on commit f654a65

Please sign in to comment.