Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 3.57 KB

rgb-resources.md

File metadata and controls

14 lines (13 loc) · 3.57 KB

📚 RGB Resources

Document Description Audience URL
RGB FAQ Gives introduction into RGB from a power user perspective Most broad rgbfaq.com
Whitepaper (called "blackpaper") Systematically explains RGB, its capabilities and most important applications in half-technical terms Most broad blackpaper.rgb.tech
Specification ("blueprint") Technical explanation of all RGB internals, more readable than standards Schema developers, integrators spec.rgb.tech
Code docs Documentation for the RGB-related APIs RGB maintainers docs.rs/<crate_name>
LNP-BP Standards Formal & complete standardization of RGB algorithms & consensus Auditors, RGB maintainers standards.lnp-bp.org
Yellow paper ("formalism") Formal mathematical specification on RGB Computer scientists, cryptographers yellowpaper.rgb.tech (not published yet)
AluVM Documentation on AluVM - functional virtual machine used in RGB consensus, node and lightning AluVM contributors, auditors, application developers using AluVM aluvm.org
Strict Encoding Documentation on binary encoding used in RGB consensus RGB schema (smart contract) developers; application developers using strict encoding strict-encoding.org
Contractum docs Documentation on Contrctum languague RGB schema (smart contract) developers contractum.org
RGB source code Source code for RGB consensus, standard lib and node RGB contributors github.com/RGB-WG