@@ -10,13 +10,13 @@ repository. The current version of the specification is outdated; it will be rep
10
10
required set of the underlying standards is completed.
11
11
12
12
The present parts of the RGB project under development include:
13
- * [ LNPBPS ] ( https://github.com/lnp-bp/lnpbps ) : aforementioned set of core standards
14
- * [ rust-lnpbp] ( https://github.com/lnp-bp/lnpbps ) : core LNPBP library implementing LNPBPS written in Rust
13
+ * [ LNPBPs ] ( https://github.com/lnp-bp/lnpbps ) : aforementioned set of core standards
14
+ * [ rust-lnpbp] ( https://github.com/lnp-bp/lnpbps ) : core LNP/BP library implementing LNPBPS written in Rust
15
15
* [ lbx] ( https://github.com/lnp-bp/lbx ) : command-line tool for performing basic operations (commitments etc)
16
16
defined in LNP/BP standards; based on the rust-lnpbp library
17
- * [ rust-rgb] ( https://github.com/rgb-org/rust-rgb ) : library implementing asset-specific functionality on top
17
+ * [ rust-rgb] ( https://github.com/rgb-org/rust-rgb ) : library implementing wallet- and asset-specific functionality on top
18
18
of generic client-validated state paradigm
19
- * [ Kaleidoscope] ( https://github.com/rgb-org/kaleidoscope ) : command-line wallet for Bitcoin and RGB protocols
19
+ * [ Kaleidoscope] ( https://github.com/rgb-org/kaleidoscope ) : reference command-line wallet for Bitcoin and RGB protocols
20
20
* [ Bifrost] ( https://github.com/rgb-org/Bifrost ) : server for storing client-validated data blobs. On hold.
21
21
22
22
In this repository you can browse the most recent version under this develop branch, which existed before it was
@@ -28,7 +28,7 @@ branches of the current repo:
28
28
performed in the mid 2019 by Maxim Orlovsky
29
29
30
30
# RGB protocol old specification, v0.9
31
- 1 . [ OpenSeals ] ( 01-OpenSeals.md ) – a framework defining distributed state management mechanics used by
31
+ 1 . [ Seals layer ] ( 01-OpenSeals.md ) – a framework defining distributed state management mechanics used by
32
32
RGB to issue and account issued assets on top of LNP/BP suite.
33
33
2 . [ LightningNetwork] ( 02-LightningNetwork.md ) – implementation of OpenSeals for Lightning Network channels
34
34
3 . [ Wire protocol] ( 03-Wire.md ) – wire protocol for OpenSeals P2P node communications
0 commit comments