Add more detailed description of Spectrum and how it's different from RGB/LN
@UkolovaOlga is already working on this.
Since May 11, 2020.
- Dominant language
- No language data
- Stars
- 62
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
>2. State isolation: state is isolated between different smart contracts and they can interact only through special protocols (Spectrum) inside channels.
If you have two assets issued by different issuers, these assets don't interact directly, their data is never mixed and they cannot be cross-validated.
There is a way to exchange one asset for another one using _Spectrum_ protocol, but it was created as a layer on top of Lightning Network and it is not related to RGB itself. Spectrum uses LN cooperation between different transaction graphs. When you make a multihop payment with Lightning, one transaction graph of one state channel is not directly affected by the data from the transaction graph of the other channel, they all communicate through the messaging P2P onion routing protocol. Spectrum works the same way for RGB in this regard.
_Originally posted by @UkolovaOlga in https://github.com/LNP-BP/FAQ/issues/4#issuecomment-626980013_
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.