Browse Source

Updating to direct to Zero-to-Dapp (#135)

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
7d80476adf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _data/navigation_home.yml
  2. 23
      _develop/zero_to_dapp_1.md

2
_data/navigation_home.yml

@ -13,7 +13,7 @@
- title: Build Blockchain Applications - title: Build Blockchain Applications
desc: Learn how to build a blockchain application with Blockstack. Work through web and mobile tutorials. desc: Learn how to build a blockchain application with Blockstack. Work through web and mobile tutorials.
icon: code icon: code
doc: browser/hello-blockstack doc: develop/zero_to_dapp_1
- title: Use the Naming Service - title: Use the Naming Service
desc: Work with namespaces, zone files, and other advanced BNS topics. desc: Work with namespaces, zone files, and other advanced BNS topics.

23
_develop/zero_to_dapp_1.md

@ -8,19 +8,23 @@ image: /assets/img/zero-to-dapp.png
**Zero-to-DApp 1 of 4** **Zero-to-DApp 1 of 4**
Welcome to the Blockstack Zero-to-DApp tutorial. In this tutorial, you build, Welcome to the Blockstack Zero-to-DApp tutorial. The tutorial uses the
run, modify, and deploy a decentralized application (DApp) called Animal Blockstack platform to teach you about blockchain technology and the Blockstack
Kingdom. This application makes use of blockchain technology through the use of Ecosystem. The tutorial teaches you what makes a DApp different than a
the Blockstack platform. As you follow along, you'll learn what makes a DApp traditional application. You'll build and run a DApp. You'll also learn about
different than traditional applications. You'll also learn about the Blockstack the Blockstack Signature Fund and the Application Mining program which awards funds to DApp developer every month.
Signature Fund and its Application Mining designed to fund DApp development.
The tutorial has four parts of which this is first, and it contains the
The tutorial has four parts of which this is first. This part contains the
following topics: following topics:
* TOC * TOC
{:toc} {:toc}
You can complete the entire Zero-to-DApp tutorial in less than 45 minutes. If
you prefer a 10-minute hello-world code sample, see the [Hello, Blockstack
Tutorial](browser/hello-blockstack).
### Skills you need to follow this tutorial ### Skills you need to follow this tutorial
{:.no_toc} {:.no_toc}
@ -43,7 +47,8 @@ quickly through the pages and that's fine too.
## How traditional and decentralized applications differ ## How traditional and decentralized applications differ
A decentralized application (DApp) uses blockchain technology for the In this tutorial, you build, run, modify, and deploy a decentralized application
(DApp) called Animal Kingdom. A DApp uses blockchain technology for the
authentication and data storage components of an application’s platform. authentication and data storage components of an application’s platform.
Blockchain applications are decentralized applications, meaning they move data Blockchain applications are decentralized applications, meaning they move data
control and identity management from central authorities and organizations to control and identity management from central authorities and organizations to

Loading…
Cancel
Save