Skip to content

Commit

Permalink
add most of website structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 2, 2024
1 parent 4d1e5ec commit fcfa172
Show file tree
Hide file tree
Showing 77 changed files with 488 additions and 24 deletions.
55 changes: 40 additions & 15 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,56 @@
+++
sort_by = "weight"
description = "Scalable & confidential smart contracts for Bitcoin & Lightning"
description = "Frequently-asked questions about RGB: smart contracts for Bitcoin and Lightning"
+++

# RGB FAQ {#title}
# RGB Explained {#title}

Post-blockchain smart contracts frequently asked questions

- # Glossary

Definitions with detailed explanations of main RGB terms.

- [RGB user terms](glossary/user)
- [Developer terms](glossary/dev)
- [Legal terms](glossary/legal)
- [System-level terms](glossary/sys)
Everything you wanted to know about RGB – smart contracts for Bitcoin and Lightning – but was afraid to ask

- # Q & A

More than a hundred of most frequently asked questions by RGB users, developers and early adopters, answered by the
people behind RGB design and development.

<a href="qna" class="button">Read questions & answers</a>
<a href="/questions-and-answers" class="button">Read questions & answers</a>

- # Cookbook

A detailed step-by-step walk-throughs for main RGB use cases for users, contract issuers and developers, teaching how
to use RGB assets, issue contracts and write RGB apps.

<a href="cookbook" class="button">Read cookbook</a>
<a href="/cookbook" class="button">Read cookbook</a>

- # Glossary

Detailed definitions of main RGB terms.

<a href="/glossary/user" class="button">RGB user terms</a>

<a href="/glossary/dev" class="button">Developer terms</a>

<a href="/glossary/legal" class="button">Legal terms</a>

<a href="/glossary/sys" class="button">System-level terms</a>

- # Concepts

Learn RGB concepts from our explanatory articles.

<a href="/concepts" class="button">Study concepts</a>

- # Courses

Learn how to program RGB from [Plan B Network] courses.

<a href="https://planb.network/en/courses/csv402" class="button">Watch courses</a>

- # Other sites

<div><a href="https://rgb.tech" class="button">RGB.tech</a></div>

<a href="https://blackpaper.rgb.tech" class="button">RGB Black paper</a>

<a href="https://standards.lnp-bp.org" class="button">LNP/BP Standards</a>


[Plan B Network]: https://planb.network/en/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 32 additions & 0 deletions content/glossary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
+++
description = "Definitions with detailed explanations of main RGB terms"
template = "contents.html"
+++

# RGB Glossary

Definitions with detailed explanations of main RGB terms

- ## For Users and Issuers

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

<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>

- ## 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>

- ## 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>
26 changes: 26 additions & 0 deletions content/questions-and-answers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
+++
description = "Answers to the RGB most frequently asked questions"
template = "contents.html"
+++

# Questions & Answers

Answers to the most frequently asked questions about RGB smart contracts

- ## For users

Answers to non-technical questions for users of the system and contract issuers.

<a href="questions-and-answers/user" class="button">Read</a>

- ## For developers

Detailed technical answers on questions about RGB internals for developers.

<a href="questions-and-answers/dev" class="button">Read</a>

- ## For system engineers

Answers to questions on RGB core components, consensus and standard libraries.

<a href="questions-and-answers/legal" class="button">Read</a>
File renamed without changes.
Empty file.
13 changes: 13 additions & 0 deletions content/questions-and-answers/user/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
+++
description = "Answers to non-technical questions for users of the system and contract issuers"
+++

# Using RGB: Questions & Answers

Answers to non-technical questions for users of the system and contract issuers

If you do not see an answer to your question, you can always ask it on
<a href="https://github.com/orgs/RGB-WG/discussions/categories/q-a" class="button inline">RGB discussions</a>

Be sure also to check our <a href="/glossary/user" class="button inline">user glossary</a>

8 changes: 8 additions & 0 deletions content/questions-and-answers/user/bitcoin/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Bitcoin interoperability"
transparent = true
weight = 90
sort_by = "title"
+++

How RGB works with different Bitcoin-related technologies
4 changes: 4 additions & 0 deletions content/questions-and-answers/user/bitcoin/rgb-and-ark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with Ark?"
description = ""
+++
4 changes: 4 additions & 0 deletions content/questions-and-answers/user/bitcoin/rgb-and-bitvm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with BitVM?"
description = ""
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with covenants?"
description = ""
+++
4 changes: 4 additions & 0 deletions content/questions-and-answers/user/bitcoin/rgb-and-dlc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with DLCs (and scriptless scripts)?"
description = ""
+++
4 changes: 4 additions & 0 deletions content/questions-and-answers/user/bitcoin/rgb-and-eltoo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with eltoo?"
description = ""
+++
4 changes: 4 additions & 0 deletions content/questions-and-answers/user/bitcoin/rgb-and-liquid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with Liquid?"
description = ""
+++
4 changes: 4 additions & 0 deletions content/questions-and-answers/user/bitcoin/rgb-and-mercury.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with Mercury Layer?"
description = ""
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Does RGB work with Simplicity?"
description = ""
+++
6 changes: 6 additions & 0 deletions content/questions-and-answers/user/general/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "General questions"
transparent = true
weight = 10
sort_by = "weight"
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/alternatives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How RGB compares to alternatives?"
description = ""
weight = 40
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Does RGB require Bitcoin softfork?"
description = ""
weight = 31
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Does RGB require Taproot?"
description = ""
weight = 30
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/how-scalable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How scalable RGB is?"
description = ""
weight = 21
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Is RGB a blockchain?"
description = ""
weight = 3
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/l2-or-l3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Is RGB L2 or L3?"
description = ""
weight = 4
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Does RGB work with other blockchains?"
description = ""
weight = 41
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/rgb-forks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Are there forks in RGB?"
description = ""
weight = 34
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/rgb-governance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How RGB is governed?"
description = ""
weight = 9
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/rgb-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Is RGB in mainnet?"
description = ""
weight = 7
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/rgb-roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "What is RGB roadmap?"
description = ""
weight = 8
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/turing-complete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Is RGB Turing-complete?"
description = ""
weight = 22
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/what-can-I-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "What can I do with RGB?"
description = ""
weight = 20
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/what-is-rgb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "What is RGB?"
description = ""
weight = 1
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "What RGB name means"
description = ""
weight = 2
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/general/who-created-rgb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Who created RGB?"
description = ""
weight = 10
+++
6 changes: 6 additions & 0 deletions content/questions-and-answers/user/issue/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "Issuing assets with RGB"
transparent = true
weight = 40
sort_by = "weight"
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/issue/how-issue-token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How I can issue a token?"
description = ""
weight = 1
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/issue/rgb-evm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Does RGB support EVM?"
description = ""
weight = 10
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/issue/rgb-issue-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Can I issue RGB assets on mainnet?"
description = ""
weight = 3
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/issue/rgb-solidity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Can I use solidity to write contracts?"
description = ""
weight = 11
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/issue/rgb-testnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Is there RGB testnet?"
description = ""
weight = 2
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/issue/which-languages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Which languages do I need to know to use RGB?"
description = ""
weight = 2
+++
6 changes: 6 additions & 0 deletions content/questions-and-answers/user/lightning/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "RGB and Lightning"
transparent = true
weight = 20
sort_by = "weight"
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/lightning/fees.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How I pay fees in Lightning with RGB?"
description = ""
weight = 60
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How many RGB assets can be in a channel?"
description = ""
weight = 70
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "How to use RGB on lightning?"
description = ""
weight = 0
+++
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Do I require inbound liquidity to be paid in RGB?"
description = ""
weight = 50
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/lightning/node-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Which Lightning nodes support RGB?"
description = ""
weight = 1
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/lightning/rgb-routing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Can I route payments througn non-RGB lightning nodes?"
description = ""
weight = 20
+++
5 changes: 5 additions & 0 deletions content/questions-and-answers/user/lightning/splicing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "Can I splice in and out with RGB?"
description = ""
weight = 40
+++
6 changes: 6 additions & 0 deletions content/questions-and-answers/user/payments/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "Paying with RGB"
transparent = true
weight = 30
sort_by = "weight"
+++
Loading

0 comments on commit fcfa172

Please sign in to comment.