mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Add links to dedicated pages describing each Element.
This commit is contained in:
parent
37cc527cdf
commit
a681cb7ad9
1 changed files with 15 additions and 7 deletions
22
README.md
22
README.md
|
|
@ -32,13 +32,13 @@ https://github.com/ElementsProject/elements/tree/alpha
|
||||||
Elements Alpha is the Elements project's first experimental test chain.
|
Elements Alpha is the Elements project's first experimental test chain.
|
||||||
|
|
||||||
Compared to Bitcoin itself, it adds the following features:
|
Compared to Bitcoin itself, it adds the following features:
|
||||||
* Confidential Transactions
|
* [Confidential Transactions][confidential-transactions]
|
||||||
* Segregated Witness
|
* [Segregated Witness][segregated-witness]
|
||||||
* Relative Lock Time
|
* [Relative Lock Time][relative-lock-time]
|
||||||
* Schnorr Signatures
|
* [Schnorr Signatures][schnorr-signatures]
|
||||||
* Additional opcodes
|
* [Additional opcodes][opcodes]
|
||||||
* Deterministic Peg (pegged to Bitcoin's testnet currency).
|
* [Deterministic Peg (pegged to Bitcoin's testnet currency).][deterministic-peg]
|
||||||
* Signed Blocks
|
* [Signed Blocks][signed-blocks]
|
||||||
|
|
||||||
See alpha-README.md for build and use instructions.
|
See alpha-README.md for build and use instructions.
|
||||||
|
|
||||||
|
|
@ -47,3 +47,11 @@ License
|
||||||
|
|
||||||
Elements Alpha is released under the terms of the MIT license. See [COPYING](COPYING) for more
|
Elements Alpha is released under the terms of the MIT license. See [COPYING](COPYING) for more
|
||||||
information or see http://opensource.org/licenses/MIT.
|
information or see http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
|
[confidential-transactions]: https://www.elementsproject.org/elements/confidential-transactions
|
||||||
|
[segregated-witness]: https://www.elementsproject.org/elements/segregated-witness
|
||||||
|
[relative-lock-time]: https://www.elementsproject.org/elements/relative-lock-time
|
||||||
|
[schnorr-signatures]: https://www.elementsproject.org/elements/schnorr-signatures
|
||||||
|
[opcodes]: https://www.elementsproject.org/elements/opcodes
|
||||||
|
[deterministic-peg]: https://www.elementsproject.org/elements/deterministic-peg
|
||||||
|
[signed-blocks]: https://www.elementsproject.org/elements/signed-blocks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue