added new section

This commit is contained in:
VitaliyTr 2017-01-23 01:17:26 +07:00
parent 8bd6cf4bf3
commit f6d9dbdf73
3 changed files with 24 additions and 50 deletions

View file

@ -33,62 +33,36 @@ pages:
Included below is our current work on Evolution, that adds many components such as: Included below is our current work on Evolution, that adds many components such as:
feature-private-heading: Private docs-heading: Evolution Documentation
feature-private-text: Protect your financial information. PrivateSend ensures your activity history and balances are private.
feature-instant-heading: Instant
feature-instant-text: Your time is valuable. InstantSend payments confirm in less than a second.
feature-secure-heading: Secure
feature-secure-text: Security you can count on. Transactions are confirmed by 1,000 Gigahash of X11 ASIC computing power and over 4,100 servers hosted around the world.
merchants-heading: Shop direct with Dash docs-text: The documentation below is intended to be a very early version of what were planning on implementing, however, everything is subject to change over time. These arent really intended to be whitepapers, just simple technical documents showing the design choices and structures.
merchants-text: Instant and private purchases, direct from your Dash wallet
merchants-btn: More Merchants
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
merchants-join-btn: Become a Merchant
merchants-join-link: https://dashpay.atlassian.net/wiki/display/DOC/Integrate+Dash+Payments
architecture-heading: Next-Gen P2P Network docs-btn: Learn More
architecture-text: docs-link: https://www.dash.org/forum/threads/january-2017-budget-report.12601/
At Dashs core is a unique fully-incentivized peer-to-peer network. Miners are rewarded for securing the blockchain and masternodes are rewarded for validating, storing and serving the blockchain to users.
update-heading: EVOLUTION UPDATE
update-text:
Lead evolution developer Andy Freer has been locked away producing huge amounts of documentation for the various concepts of Evolution. This comes after months of conversations between Andy and myself about how each component of Evolution works, then reimagining it and improving the components and designs systematically.
Masternodes represent a new layer of network servers that work in highly secure clusters called quorums to provide a variety of decentralized services, like instant transactions, privacy and governance, while eliminating the threat of low-cost network attacks. Since the original research phase, documentation, specifications, plans and diagrams have been being drafted, growing into a collection of documents that will be put into a wiki with full documentation for Evolutions end-to-end design and implementation.
architecture-btn: Learn More
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
governance-heading: First Self Governing, Self Funding Protocol
governance-text: In Dash, everyone has a voice and the ability to propose projects directly to the network. Anything you can do - from marketing to development - that helps Dash grow and improve can be funded. This means Dash funds its own growth and adoption, consensus is guaranteed, and everyone is accountable to the network.
Just submit a treasury proposal and present your idea to the network for funding and make your case, or if you operate a Masternode, be sure to vote!
proposal-btn: Proposals proposal-btn: Proposals
proposal-submit-btn: Submit a Proposal proposal-submit-btn: Submit a Proposal
network-growth-heading: The Fastest Growing Network evolution-research-heading: EVOLUTION RESEARCH
network-growth-text: evolution-research-text:
Thanks to incentivization, Dashs network has grown to 4,100 masternodes since launch in 2014, meaning Dashs peer-to-peer network is one of the largest in the world. In January 2016 we released an early Evolution prototype based on Electrum which enabled basic functions such as registering a username and paying friends by name.
The prototype was pretty basic, with user interaction limited to just paying a few friends and user data stored on a dev server, but at least it proved the concept.
What we set out to do then was to design and prototype all the key technologies that would make these functions work in a purely P2P way, with data secured on the Dash blockchain and accessible from anywhere on any device, with integrated SPV based security and no centralized intermediary services required, and using the most common and censorship resistant protocol available HTTP(S)
evolution-research-btn: Network Stats
More nodes means more secure services, and more capacity for end-users to access Digital Cash from anywhere in the world, 24/7. launching-heading: LAUNCHING DATES
network-growth-btn: Network Stats launching-text: >
Launching a new software release on the network requires that all budget proposals be re-submitted into the system.
evolution-heading: Digital Currency Evolution Due to the timing of superblocks, we have a short window to launch, near the beginning of the month. In order to ensure we launch the most stable possible version of the software without interfering with the budget system, we would like to hold off until early February to launch 12.1. Launch date: February 5th, 2017.
evolution-text: launching-btn: Budgets
launching-link: https://www.dashcentral.org/budget
What's next? We want digital currencies to be so easy to use your Grandma would use them.
Dash Evolution will enable you to signup and access your Dash from any device and transact as easily as you can with PayPal, but in a fully decentralized way. Stay tuned...
evolution-btn: Learn More
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
news-heading: Latest News
news-btn: View All News
get-started-heading: Get Started
get-started-text: Download the wallet and start using Digital Cash!
get-started-btn: Get Dash
update: update:
title: Dash Official Website | Dash Crypto Currency title: Dash Official Website | Dash Crypto Currency

BIN
assets/img/evolution/doc.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

View file

@ -160,14 +160,14 @@ description: pages.evolution.description
<div class="content"> <div class="content">
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<h2>{% t pages.update.execution-heading %}</h2> <h2>{% t pages.evolution.docs-heading %}</h2>
{% tmd pages.update.execution-text %} {% tmd pages.evolution.docs-text %}
<a href="{% t pages.update.execution-link %}" target="_blank" class="btn-blue">{% t pages.update.execution-btn %}</a> <a href="{% t pages.evolution.docs-link %}" target="_blank" class="btn-blue">{% t pages.evolution.docs-btn %}</a>
</div> </div>
<div class="col-sm-6 home-architecture-graphic"> <div class="col-sm-6 home-architecture-graphic">
<img src="/assets/img/update/execution.png" alt="{% t pages.home.execution-heading %}"> <img src="/assets/img/evolution/execution.png" alt="{% t pages.home.docs-heading %}">
</div> </div>
</div> </div>
</div> </div>