Skip to content

Commit

Permalink
concepts contents
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 2, 2024
1 parent 5d6f49d commit 31f6cd1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
50 changes: 50 additions & 0 deletions content/concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
+++
description = "Definitions with detailed explanations of main RGB terms"
template = "contents.html"
+++

# RGB Concepts

Learn RGB concepts from our explanatory articles.

- ## Paradigms

- Confidentiality
- Scalability
- Programability
- Layerization

- ## Smart contracts

- Contracts
- Interfaces
- Assets
- Schemata

- ## Related protocols

- Bitcoin finance
- Bitcoin protocols
- Lightning network protocol
- Bifrost

- ## Foundations

- Client-side validation
- Single-use seals
- Deterministic bitcoin commitments
- Multi-protocol commitments

- ## Computer science

- Partially-replicated state machines
- Contractum
- AluVM
- Strict typing

- ## Governance

- LNP/BP Standards
- RGB RFC (RCP)
- RGB Consortium
- LNP Standards Association
8 changes: 4 additions & 4 deletions content/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ Definitions with detailed explanations of main RGB terms

Non-technical explanations of main RGB terms for users of the system and contract issuers.

<a href="glossary/user" class="button">Read</a>
<a href="/glossary/user" class="button">Read</a>

- ## For Contract & Wallet Devs

Detailed technical explanation of RGB internals for wallet, contract and application developers.

<a href="glossary/dev" class="button">Read</a>
<a href="/glossary/dev" class="button">Read</a>

- ## Legal Explanations

Explanations of legal meaning of terms related to RGB, such as concepts of rights, contracts, ownership.

<a href="glossary/legal" class="button">Read</a>
<a href="/glossary/legal" class="button">Read</a>

- ## For System Engineers

Terms which are important to know for contributing to RGB core components, consensus and standard libraries.

<a href="glossary/sys" class="button">Read</a>
<a href="/glossary/sys" class="button">Read</a>

0 comments on commit 31f6cd1

Please sign in to comment.