Amend links to point at new .org site content

This commit is contained in:
wintercooled 2018-10-20 09:27:10 +01:00
parent 71890d50e5
commit 7b2a3311f1

View file

@ -15,6 +15,7 @@ and amounts are blinded yet auditable through the use of applied cryptography.
* [Confidential Assets Whitepaper](https://blockstream.com/bitcoin17-final41.pdf) to be presented [April 7th at Financial Cryptography 2017](http://fc17.ifca.ai/bitcoin/schedule.html) in Malta * [Confidential Assets Whitepaper](https://blockstream.com/bitcoin17-final41.pdf) to be presented [April 7th at Financial Cryptography 2017](http://fc17.ifca.ai/bitcoin/schedule.html) in Malta
* [Confidential Assets Tutorial](contrib/assets_tutorial/assets_tutorial.sh) * [Confidential Assets Tutorial](contrib/assets_tutorial/assets_tutorial.sh)
* [Confidential Assets Demo](https://github.com/ElementsProject/confidential-assets-demo) * [Confidential Assets Demo](https://github.com/ElementsProject/confidential-assets-demo)
* [Elements Code Tutorial](https://elementsproject.org/elements-code-tutorial/overview) covering blockchain configuration and how to use the main features.
Features of the Elements blockchain platform Features of the Elements blockchain platform
---------------- ----------------
@ -22,30 +23,27 @@ Features of the Elements blockchain platform
Compared to Bitcoin itself, it adds the following features: Compared to Bitcoin itself, it adds the following features:
* [Confidential Assets][asset-issuance] * [Confidential Assets][asset-issuance]
* [Confidential Transactions][confidential-transactions] * [Confidential Transactions][confidential-transactions]
* [Additional opcodes][opcodes] * [Federated Two-Way Peg][federated-peg]
* [Deterministic Peg][deterministic-peg]
* [Signed Blocks][signed-blocks] * [Signed Blocks][signed-blocks]
* [Additional opcodes][opcodes]
Previous elements that have been integrated into Bitcoin: Previous elements that have been integrated into Bitcoin:
* [Segregated Witness][segregated-witness] * Segregated Witness
* [Relative Lock Time][relative-lock-time] * Relative Lock Time
Elements deferred for additional research and standardization: Elements deferred for additional research and standardization:
* [Schnorr Signatures][schnorr-signatures] * Schnorr Signatures
License License
------- -------
Elements is released under the terms of the MIT license. See [COPYING](COPYING) for more Elements 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 [confidential-transactions]: https://elementsproject.org/features/confidential-transactions
[segregated-witness]: https://www.elementsproject.org/elements/segregated-witness [opcodes]: https://elementsproject.org/features/opcodes
[relative-lock-time]: https://www.elementsproject.org/elements/relative-lock-time [federated-peg]: https://elementsproject.github.io/features#federatedpeg
[schnorr-signatures]: https://www.elementsproject.org/elements/schnorr-signatures [signed-blocks]: https://elementsproject.github.io/features#signedblocks
[opcodes]: https://www.elementsproject.org/elements/opcodes [asset-issuance]: https://elementsproject.org/features/issued-assets
[deterministic-peg]: https://www.elementsproject.org/elements/deterministic-pegs
[signed-blocks]: https://www.elementsproject.org/elements/signed-blocks
[asset-issuance]: https://www.elementsproject.org/elements/asset-issuance
What is the Elements Project? What is the Elements Project?
----------------- -----------------
@ -54,4 +52,4 @@ of experiments to more rapidly bring technical innovation to the Bitcoin ecosyst
https://github.com/ElementsProject/elementsproject.org https://github.com/ElementsProject/elementsproject.org
Learn more on [the Elements Project website](https://www.elementsproject.org). Learn more on [the Elements Project website](https://elementsproject.org).