RGB consensus library #121
Locked
dr-orlovsky
started this conversation in
Ideas
Replies: 1 comment
-
RGB Core has become that sort of the library. The discussion is closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am thinking of separating a library which will contain all the code (above rust-bitcoin) used for RGB validation, alike "libbitcoinconsensus". This is the code which must be carefully audited and kept without modifications after the release (unless a bugfix is required). Each PR to that repo must be reviewed as much as possible.
RGB Core Library will be based on RGB consensus library and will add features for creating different RGB data structures: schemata, geneses, state transitions, consignments, data containers etc.
RGB Node will remain a binary adding client-side-validation data storage & networking (via Bifrost) to that.
There might be alternative implementations of RGB Core and RGB Node functionality not coming from LNP/BP Standards Association (this repos will be just a reference implementations) - but all implementations must use singular RGB consensus lib.
Beta Was this translation helpful? Give feedback.
All reactions