Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the approach of RGB architecture? #12

Open
UkolovaOlga opened this issue May 12, 2020 · 0 comments
Open

What is the approach of RGB architecture? #12

UkolovaOlga opened this issue May 12, 2020 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation FAQ Question about LNP/BP tech stack

Comments

@UkolovaOlga
Copy link
Member

RGB uses paradigm-based approach:

  • Layer isolation via abstraction
  • Layer interaction via strictly-defined interfaces
  • No future hardforks, just a single release

Common development/coding architecture paradigms used for RGB:

  • Strict encoding: LNPBP-6
  • Single-use seals: LNPBP-7
  • Cryptographic commitments: LNPBP-8
  • Client-side verification: LNPBP-9
    Paradigms descriptions can be found in 
GitHub here

RGB applies these general paradigms to Bitcoin transaction graph

  • Single-use seals: transaction output-based seals (LNPBP-10; lnpbp::bp::txo_seals)
  • Strict encoding: RGB consensus encoding (LNPBP-11; lnpbp::rgb::*)
  • Cryptographic commitments:
    • deterministic bitcoin commitments (LNPBP-1, -2, -3; lnpbp::bp::dbc)
    • multi-contract commitments (LNPBP-4; lnpbp::lnpbps::lnpbp4)
  • Client-side verification:
    • RGB schema (LNPBP-12; lnpbp::rgb::schema)
    • RGB contracts 
(LNPBP-13; lnpbp::rgb::{transition, stash, ancor, consignment})
@UkolovaOlga UkolovaOlga added documentation Improvements or additions to documentation FAQ Question about LNP/BP tech stack labels May 12, 2020
@UkolovaOlga UkolovaOlga self-assigned this May 12, 2020
@UkolovaOlga UkolovaOlga added this to Backlog in LNP/BP FAQ board May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation FAQ Question about LNP/BP tech stack
Projects
LNP/BP FAQ board
  
Backlog
Development

No branches or pull requests

1 participant