Skip to content

Commit 31f6cd1

Browse files
committed
concepts contents
1 parent 5d6f49d commit 31f6cd1

File tree

2 files changed

+54
-4
lines changed

2 files changed

+54
-4
lines changed

content/concepts.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
+++
2+
description = "Definitions with detailed explanations of main RGB terms"
3+
template = "contents.html"
4+
+++
5+
6+
# RGB Concepts
7+
8+
Learn RGB concepts from our explanatory articles.
9+
10+
- ## Paradigms
11+
12+
- Confidentiality
13+
- Scalability
14+
- Programability
15+
- Layerization
16+
17+
- ## Smart contracts
18+
19+
- Contracts
20+
- Interfaces
21+
- Assets
22+
- Schemata
23+
24+
- ## Related protocols
25+
26+
- Bitcoin finance
27+
- Bitcoin protocols
28+
- Lightning network protocol
29+
- Bifrost
30+
31+
- ## Foundations
32+
33+
- Client-side validation
34+
- Single-use seals
35+
- Deterministic bitcoin commitments
36+
- Multi-protocol commitments
37+
38+
- ## Computer science
39+
40+
- Partially-replicated state machines
41+
- Contractum
42+
- AluVM
43+
- Strict typing
44+
45+
- ## Governance
46+
47+
- LNP/BP Standards
48+
- RGB RFC (RCP)
49+
- RGB Consortium
50+
- LNP Standards Association

content/glossary.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ Definitions with detailed explanations of main RGB terms
1515

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

18-
<a href="glossary/user" class="button">Read</a>
18+
<a href="/glossary/user" class="button">Read</a>
1919

2020
- ## For Contract & Wallet Devs
2121

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

24-
<a href="glossary/dev" class="button">Read</a>
24+
<a href="/glossary/dev" class="button">Read</a>
2525

2626
- ## Legal Explanations
2727

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

30-
<a href="glossary/legal" class="button">Read</a>
30+
<a href="/glossary/legal" class="button">Read</a>
3131

3232
- ## For System Engineers
3333

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

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

0 commit comments

Comments
 (0)