Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md #140

Merged
merged 1 commit into from
Apr 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 23 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,30 @@
The Elements Project
Elements blockchain platform
=================================
This is the integration and staging tree for the Elements Project, a series of
improvements and extensions to the Bitcoin protocol.
This is the integration and staging tree for the Elements blockchain platform,
a collection of feature experiments and extensions to the Bitcoin protocol.
This platform enables anyone to build their own businesses or networks
involving sidechain pegged Bitcoin or arbitrary asset tokens.

What is the Elements Project?
-----------------
Elements is an open source collaborative project where we work on a collection
of experiments to more rapidly bring technical innovation to Bitcoin. Elements
are features that are proposed and developed in this technical community that in
arbitrary combinations can be fashioned into sidechains.

https://github.com/ElementsProject/elementsproject.github.io

Learn more on [the Elements Project website](https://www.elementsproject.org).

What is Bitcoin?
Confidential Assets
----------------
https://www.bitcoin.org

Bitcoin is an experimental new digital currency that enables instant payments to
anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
with no central authority: managing transactions and issuing money are carried
out collectively by the network. Elements Alpha is the name of open source
software which enables the use of this currency.
The latest feature in the Elements blockchain platform is Confidential Assets,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit s/,/:/

the ability to issue multiple assets on a blockchain where asset identifiers
and amounts are blinded yet auditable through the use of applied cryptography.

For more information, as well as an immediately useable, binary version of
the Bitcoin Core software, see https://www.bitcoin.org/en/download.
* [Confidential Assets Tutorial](share/rpcuser/assets_tutorial.sh)
* [Confidential Assets Demo](https://github.com/ElementsProject/confidential-assets-demo)

What is Elements?
Features of the Elements blockchain platform
----------------

Compared to Bitcoin itself, it adds the following features:
* [Confidential Assets][issued-assets]
* [Confidential Transactions][confidential-transactions]
* [Additional opcodes][opcodes]
* [Deterministic Peg][deterministic-peg]
* [Signed Blocks][signed-blocks]

Previous elements that have been integrated into Core:
Previous elements that have been integrated into Bitcoin:
* [Segregated Witness][segregated-witness]
* [Relative Lock Time][relative-lock-time]

Expand All @@ -55,3 +43,12 @@ information or see http://opensource.org/licenses/MIT.
[opcodes]: https://www.elementsproject.org/elements/opcodes
[deterministic-peg]: https://www.elementsproject.org/elements/deterministic-pegs
[signed-blocks]: https://www.elementsproject.org/elements/signed-blocks

What is the Elements Project?
-----------------
Elements is an open source collaborative project where we work on a collection
of experiments to more rapidly bring technical innovation to the Bitcoin ecosystem.

https://github.com/ElementsProject/elementsproject.org

Learn more on [the Elements Project website](https://www.elementsproject.org).