Browse Source

Fixing loop on links

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 6 years ago
parent
commit
dfdce69fa9
  1. 2
      _layouts/externalurl.html
  2. 2
      _org/whitepaper-token.md
  3. 2
      _org/whitepaper-tokensale.md
  4. 6
      _site/android/tutorial.html
  5. 2
      _site/assets/css/main.css
  6. 6
      _site/browser/blockstack_storage.html
  7. 6
      _site/browser/browser-introduction.html
  8. 6
      _site/browser/browser-nav.html
  9. 6
      _site/browser/faq_general.html
  10. 6
      _site/browser/hello-blockstack.html
  11. 6
      _site/browser/ids-creating.html
  12. 6
      _site/browser/ids-introduction.html
  13. 20
      _site/browser/multi-player-storage.html
  14. 6
      _site/browser/purchase-id.html
  15. 6
      _site/browser/todo-list.html
  16. 2
      _site/common/community_ref.html
  17. 6
      _site/common/construction.html
  18. 2
      _site/common/core_ref.html
  19. 2
      _site/common/javascript_ref.html
  20. 2
      _site/common/mining_faq.html
  21. 6
      _site/core/atlas/howitworks.html
  22. 6
      _site/core/atlas/howtouse.html
  23. 6
      _site/core/atlas/overview.html
  24. 6
      _site/core/faq_developer.html
  25. 6
      _site/core/faq_technical.html
  26. 6
      _site/core/install-api.html
  27. 6
      _site/core/memcached.html
  28. 6
      _site/core/naming/architecture.html
  29. 6
      _site/core/naming/comparison.html
  30. 6
      _site/core/naming/creationhowto.html
  31. 6
      _site/core/naming/did.html
  32. 6
      _site/core/naming/forks.html
  33. 6
      _site/core/naming/introduction.html
  34. 6
      _site/core/naming/manage.html
  35. 6
      _site/core/naming/namespaces.html
  36. 6
      _site/core/naming/pickname.html
  37. 6
      _site/core/naming/register.html
  38. 6
      _site/core/naming/resolving.html
  39. 6
      _site/core/naming/search.html
  40. 6
      _site/core/naming/subdomains.html
  41. 6
      _site/core/naming/tutorial_subdomains.html
  42. 6
      _site/core/wire-format.html
  43. 6
      _site/develop/dapp_principles.html
  44. 6
      _site/develop/mining_enroll.html
  45. 6
      _site/develop/mining_intro.html
  46. 6
      _site/develop/mining_review.html
  47. 2
      _site/feed.xml
  48. 6
      _site/ios/tutorial.html
  49. 6
      _site/org/address_check.html
  50. 6
      _site/org/explore.html
  51. 6
      _site/org/faq.html
  52. 6
      _site/org/install.html
  53. 6
      _site/org/overview.html
  54. 6
      _site/org/terms.html
  55. 6
      _site/org/token.html
  56. 6
      _site/org/tokenholders.html
  57. 6
      _site/org/wallet-hardware.html
  58. 6
      _site/org/wallet-intro.html
  59. 6
      _site/org/wallet-use.html
  60. 114
      _site/sitemap.xml
  61. 2
      _site/storage/gaia_redirect.html

2
_layouts/externalurl.html

@ -1,2 +1,2 @@
<title>{{page.title}}</title>
<meta http-equiv="refresh" content="0; url={{ page.redirect }}">
<meta http-equiv="refresh" content="0; url={{ page.redirect_url }}">

2
_org/whitepaper-token.md

@ -2,5 +2,5 @@
title: Blockstack Token Sale Mechanics
layout: externalurl
permalink: /:collection/:path.html
redirect: https://blockstack.com/tokenpaper.pdf
redirect_url: https://blockstack.com/tokenpaper.pdf
---

2
_org/whitepaper-tokensale.md

@ -2,5 +2,5 @@
title: Blockstack Token Whitepaper
layout: externalurl
permalink: /:collection/:path.html
redirect: https://blockstack.com/distribution.pdf
redirect_url: https://blockstack.com/distribution.pdf
---

6
_site/android/tutorial.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/android/tutorial.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/android/tutorial.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/android/tutorial.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Android SDK Tutorial (Pre-release)","@type":"BlogPosting","headline":"Android SDK Tutorial (Pre-release)","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/android/tutorial.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/android/tutorial.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Android SDK Tutorial (Pre-release)","@type":"BlogPosting","headline":"Android SDK Tutorial (Pre-release)","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

2
_site/assets/css/main.css

File diff suppressed because one or more lines are too long

6
_site/browser/blockstack_storage.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/blockstack_storage.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/blockstack_storage.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/blockstack_storage.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack Storage Tutorial","@type":"BlogPosting","headline":"Blockstack Storage Tutorial","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/blockstack_storage.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/blockstack_storage.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack Storage Tutorial","@type":"BlogPosting","headline":"Blockstack Storage Tutorial","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/browser-introduction.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/browser-introduction.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/browser-introduction.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/browser-introduction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Get the Blockstack Browser","@type":"BlogPosting","headline":"Get the Blockstack Browser","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/browser-introduction.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/browser-introduction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Get the Blockstack Browser","@type":"BlogPosting","headline":"Get the Blockstack Browser","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -166,7 +166,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/browser-nav.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/browser-nav.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/browser-nav.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/browser-nav.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"On this page, you learn more about working with IDs, the Wallet, and Settings.","@type":"BlogPosting","headline":"Browser Nav","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/browser-nav.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/browser-nav.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"On this page, you learn more about working with IDs, the Wallet, and Settings.","@type":"BlogPosting","headline":"Browser Nav","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -166,7 +166,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/faq_general.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/faq_general.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/faq_general.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/faq_general.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Users Frequently Asked Questions (FAQ)","@type":"BlogPosting","headline":"Users Frequently Asked Questions (FAQ)","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/faq_general.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/faq_general.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Users Frequently Asked Questions (FAQ)","@type":"BlogPosting","headline":"Users Frequently Asked Questions (FAQ)","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -166,7 +166,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/hello-blockstack.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/hello-blockstack.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/hello-blockstack.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/hello-blockstack.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Hello, Blockstack Tutorial","@type":"BlogPosting","headline":"Hello, Blockstack Tutorial","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/hello-blockstack.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/hello-blockstack.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Hello, Blockstack Tutorial","@type":"BlogPosting","headline":"Hello, Blockstack Tutorial","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/ids-creating.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/ids-creating.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/ids-creating.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/ids-creating.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Working with IDS","@type":"BlogPosting","headline":"Working with IDS","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/ids-creating.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/ids-creating.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Working with IDS","@type":"BlogPosting","headline":"Working with IDS","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -166,7 +166,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/ids-introduction.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/ids-introduction.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/ids-introduction.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/ids-introduction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Get and use a Blockstack ID","@type":"BlogPosting","headline":"Get and use a Blockstack ID","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/ids-introduction.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/ids-introduction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Get and use a Blockstack ID","@type":"BlogPosting","headline":"Get and use a Blockstack ID","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -166,7 +166,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

20
_site/browser/multi-player-storage.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/multi-player-storage.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/multi-player-storage.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/multi-player-storage.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Manage Data with Gaia","@type":"BlogPosting","headline":"Manage Data with Gaia","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/multi-player-storage.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/multi-player-storage.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Manage Data with Gaia","@type":"BlogPosting","headline":"Manage Data with Gaia","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>
@ -280,11 +280,13 @@ topics:</p>
<h2 id="about-this-tutorial-and-the-prerequisites-you-need">About this tutorial and the prerequisites you need</h2>
<p>At minimum, Blockstack requires macOS High Sierra. This tutorial was written for
a user running macOS High Sierra 10.13.4. The application you build is a
React.js application that is completely decentralized and server-less. While
not strictly required to follow along, basic familiarity with React.js is
helpful.</p>
<div class="uk-alert-primary" uk-alert=""><b>Note:</b> This tutorial was written for a user running macOS. If you are running a Windows
machine, you can still work through this tutorial. You will need to adjust the
instructions for your environment.</div>
<p>The application you build is a React.js application that is completely
decentralized and server-less. While not strictly required to follow along,
basic familiarity with React.js is helpful.</p>
<p>When complete, the app is capable of the following:</p>
@ -310,6 +312,8 @@ it</a>. Finally, if you get stuck at any point
while working on the tutorial, the completed <a href="https://github.com/larrysalibra/publik">source code is available for
you</a> to check your work against.</p>
<p>High Sierra 10.13.4.</p>
<h2 id="use-npm-to-install-yeoman-and-the-blockstack-app-generator">Use npm to install Yeoman and the Blockstack App Generator</h2>
<p>You use <code class="highlighter-rouge">npm</code> to install Yeoman. Yeoman is a generic scaffolding system that

6
_site/browser/purchase-id.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/purchase-id.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/purchase-id.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/purchase-id.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Purchase your own domain ID","@type":"BlogPosting","headline":"Purchase your own domain ID","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/purchase-id.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/purchase-id.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Purchase your own domain ID","@type":"BlogPosting","headline":"Purchase your own domain ID","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -166,7 +166,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/browser/todo-list.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/browser/todo-list.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/browser/todo-list.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/todo-list.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Todo List Application Tutorial","@type":"BlogPosting","headline":"Todo List Application Tutorial","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/browser/todo-list.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/browser/todo-list.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Todo List Application Tutorial","@type":"BlogPosting","headline":"Todo List Application Tutorial","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

2
_site/common/community_ref.html

@ -1,2 +1,2 @@
<title>Blockstack Community</title>
<meta http-equiv="refresh" content="0; url=">
<meta http-equiv="refresh" content="0; url=https://community.blockstack.org/">

6
_site/common/construction.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/common/construction.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/common/construction.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/common/construction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Excuse our dust!","@type":"BlogPosting","headline":"Excuse our dust!","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/common/construction.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/common/construction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Excuse our dust!","@type":"BlogPosting","headline":"Excuse our dust!","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -153,7 +153,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

2
_site/common/core_ref.html

@ -1,2 +1,2 @@
<title>Blockstack CORE API</title>
<meta http-equiv="refresh" content="0; url=">
<meta http-equiv="refresh" content="0; url=https://core.blockstack.org/">

2
_site/common/javascript_ref.html

@ -1,2 +1,2 @@
<title>Blockstack Javascript Reference</title>
<meta http-equiv="refresh" content="0; url=">
<meta http-equiv="refresh" content="0; url=https://blockstack.github.io/blockstack.js/">

2
_site/common/mining_faq.html

@ -1,2 +1,2 @@
<title>Mining FAQ</title>
<meta http-equiv="refresh" content="0; url=">
<meta http-equiv="refresh" content="0; url=https://app.co/mining#faq">

6
_site/core/atlas/howitworks.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/atlas/howitworks.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/atlas/howitworks.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/howitworks.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How Atlas Works","@type":"BlogPosting","headline":"How Atlas Works","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/atlas/howitworks.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/howitworks.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How Atlas Works","@type":"BlogPosting","headline":"How Atlas Works","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/atlas/howtouse.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/atlas/howtouse.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/atlas/howtouse.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/howtouse.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How to Use the Atlas Network","@type":"BlogPosting","headline":"How to Use the Atlas Network","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/atlas/howtouse.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/howtouse.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How to Use the Atlas Network","@type":"BlogPosting","headline":"How to Use the Atlas Network","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/atlas/overview.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/atlas/overview.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/atlas/overview.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/overview.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Overview of the Atlas network","@type":"BlogPosting","headline":"Overview of the Atlas network","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/atlas/overview.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/atlas/overview.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Overview of the Atlas network","@type":"BlogPosting","headline":"Overview of the Atlas network","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/faq_developer.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/faq_developer.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/faq_developer.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/faq_developer.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Developer FAQs","@type":"BlogPosting","headline":"Developer FAQs","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/faq_developer.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/faq_developer.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Developer FAQs","@type":"BlogPosting","headline":"Developer FAQs","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/faq_technical.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/faq_technical.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/faq_technical.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/faq_technical.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack Technical FAQ","@type":"BlogPosting","headline":"Blockstack Technical FAQ","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/faq_technical.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/faq_technical.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack Technical FAQ","@type":"BlogPosting","headline":"Blockstack Technical FAQ","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/install-api.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/install-api.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/install-api.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/install-api.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack API","@type":"BlogPosting","headline":"Blockstack API","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/install-api.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/install-api.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack API","@type":"BlogPosting","headline":"Blockstack API","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/memcached.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/memcached.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/memcached.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/memcached.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Installing Memcached","@type":"BlogPosting","headline":"Installing Memcached","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/memcached.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/memcached.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Installing Memcached","@type":"BlogPosting","headline":"Installing Memcached","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/architecture.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/architecture.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/architecture.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/architecture.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand the Architecture","@type":"BlogPosting","headline":"Understand the Architecture","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/architecture.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/architecture.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand the Architecture","@type":"BlogPosting","headline":"Understand the Architecture","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/comparison.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/comparison.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/comparison.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/comparison.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Naming system feature comparison","@type":"BlogPosting","headline":"Naming system feature comparison","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/comparison.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/comparison.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Naming system feature comparison","@type":"BlogPosting","headline":"Naming system feature comparison","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/creationhowto.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/creationhowto.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/creationhowto.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/creationhowto.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Creating a Namespace","@type":"BlogPosting","headline":"Creating a Namespace","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/creationhowto.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/creationhowto.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Creating a Namespace","@type":"BlogPosting","headline":"Creating a Namespace","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/did.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/did.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/did.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/did.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Decentralized Identifiers (DIDs)","@type":"BlogPosting","headline":"Decentralized Identifiers (DIDs)","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/did.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/did.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Decentralized Identifiers (DIDs)","@type":"BlogPosting","headline":"Decentralized Identifiers (DIDs)","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/forks.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/forks.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/forks.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/forks.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"BNS Forks","@type":"BlogPosting","headline":"BNS Forks","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/forks.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/forks.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"BNS Forks","@type":"BlogPosting","headline":"BNS Forks","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/introduction.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/introduction.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/introduction.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/introduction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack Naming Service (BNS)","@type":"BlogPosting","headline":"Blockstack Naming Service (BNS)","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/introduction.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/introduction.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Blockstack Naming Service (BNS)","@type":"BlogPosting","headline":"Blockstack Naming Service (BNS)","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/manage.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/manage.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/manage.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/manage.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Manage BNS Names","@type":"BlogPosting","headline":"Manage BNS Names","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/manage.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/manage.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Manage BNS Names","@type":"BlogPosting","headline":"Manage BNS Names","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/namespaces.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/namespaces.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/namespaces.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/namespaces.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand Namespaces","@type":"BlogPosting","headline":"Understand Namespaces","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/namespaces.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/namespaces.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand Namespaces","@type":"BlogPosting","headline":"Understand Namespaces","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/pickname.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/pickname.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/pickname.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/pickname.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Choose a name","@type":"BlogPosting","headline":"Choose a name","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/pickname.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/pickname.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Choose a name","@type":"BlogPosting","headline":"Choose a name","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/register.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/register.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/register.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/register.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Register a name","@type":"BlogPosting","headline":"Register a name","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/register.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/register.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Register a name","@type":"BlogPosting","headline":"Register a name","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/resolving.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/resolving.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/resolving.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/resolving.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Resolve a name","@type":"BlogPosting","headline":"Resolve a name","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/resolving.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/resolving.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Resolve a name","@type":"BlogPosting","headline":"Resolve a name","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/search.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/search.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/search.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/search.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How to build a Profile Search Index","@type":"BlogPosting","headline":"How to build a Profile Search Index","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/search.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/search.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How to build a Profile Search Index","@type":"BlogPosting","headline":"How to build a Profile Search Index","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/subdomains.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/subdomains.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/subdomains.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/subdomains.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"BNS Subdomains","@type":"BlogPosting","headline":"BNS Subdomains","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/subdomains.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/subdomains.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"BNS Subdomains","@type":"BlogPosting","headline":"BNS Subdomains","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/naming/tutorial_subdomains.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/naming/tutorial_subdomains.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/naming/tutorial_subdomains.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/tutorial_subdomains.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Subdomain Design and Implementation","@type":"BlogPosting","headline":"Subdomain Design and Implementation","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/naming/tutorial_subdomains.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/naming/tutorial_subdomains.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Subdomain Design and Implementation","@type":"BlogPosting","headline":"Subdomain Design and Implementation","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/core/wire-format.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/core/wire-format.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/core/wire-format.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/wire-format.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Bitcoin wire format","@type":"BlogPosting","headline":"Bitcoin wire format","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/core/wire-format.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/core/wire-format.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Bitcoin wire format","@type":"BlogPosting","headline":"Bitcoin wire format","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -276,7 +276,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/develop/dapp_principles.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/develop/dapp_principles.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/develop/dapp_principles.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/dapp_principles.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Principles of Blockstack applications","@type":"BlogPosting","headline":"Principles of Blockstack applications","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/develop/dapp_principles.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/dapp_principles.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Principles of Blockstack applications","@type":"BlogPosting","headline":"Principles of Blockstack applications","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/develop/mining_enroll.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/develop/mining_enroll.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/develop/mining_enroll.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/mining_enroll.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How to enroll","@type":"BlogPosting","headline":"How to enroll","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/develop/mining_enroll.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/mining_enroll.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"How to enroll","@type":"BlogPosting","headline":"How to enroll","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/develop/mining_intro.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/develop/mining_intro.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/develop/mining_intro.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/mining_intro.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand app mining","@type":"BlogPosting","headline":"Understand app mining","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/develop/mining_intro.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/mining_intro.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand app mining","@type":"BlogPosting","headline":"Understand app mining","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/develop/mining_review.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/develop/mining_review.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/develop/mining_review.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/mining_review.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"App reviewer instructions","@type":"BlogPosting","headline":"App reviewer instructions","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/develop/mining_review.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/develop/mining_review.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"App reviewer instructions","@type":"BlogPosting","headline":"App reviewer instructions","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

2
_site/feed.xml

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.3">Jekyll</generator><link href="https://docs.blockstack.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://docs.blockstack.org/" rel="alternate" type="text/html" /><updated>2018-11-01T10:29:39-07:00</updated><id>https://docs.blockstack.org/feed.xml</id><title type="html">Blockstack</title><subtitle>Docs</subtitle><author><name>Blockstack</name></author><entry><title type="html">Site tags</title><link href="https://docs.blockstack.org/2017/05/25/post63.html" rel="alternate" type="text/html" title="Site tags" /><published>2017-05-25T00:00:00-07:00</published><updated>2017-05-25T00:00:00-07:00</updated><id>https://docs.blockstack.org/2017/05/25/post63</id><content type="html" xml:base="https://docs.blockstack.org/2017/05/25/post63.html">&lt;p&gt;https://docs.blockstack.org/assets/posts/&lt;/p&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.6.3">Jekyll</generator><link href="https://docs.blockstack.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://docs.blockstack.org/" rel="alternate" type="text/html" /><updated>2018-11-01T14:14:16-07:00</updated><id>https://docs.blockstack.org/feed.xml</id><title type="html">Blockstack</title><subtitle>Docs</subtitle><author><name>Blockstack</name></author><entry><title type="html">Site tags</title><link href="https://docs.blockstack.org/2017/05/25/post63.html" rel="alternate" type="text/html" title="Site tags" /><published>2017-05-25T00:00:00-07:00</published><updated>2017-05-25T00:00:00-07:00</updated><id>https://docs.blockstack.org/2017/05/25/post63</id><content type="html" xml:base="https://docs.blockstack.org/2017/05/25/post63.html">&lt;p&gt;https://docs.blockstack.org/assets/posts/&lt;/p&gt;
&lt;p&gt;/2017/05/25/post63.html&lt;/p&gt;

6
_site/ios/tutorial.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/ios/tutorial.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/ios/tutorial.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/ios/tutorial.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"iOS SDK Tutorial (Pre-release)","@type":"BlogPosting","headline":"iOS SDK Tutorial (Pre-release)","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/ios/tutorial.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/ios/tutorial.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"iOS SDK Tutorial (Pre-release)","@type":"BlogPosting","headline":"iOS SDK Tutorial (Pre-release)","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -241,7 +241,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/address_check.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/address_check.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/address_check.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/address_check.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Check your address","@type":"BlogPosting","headline":"Check your address","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/address_check.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/address_check.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Check your address","@type":"BlogPosting","headline":"Check your address","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/explore.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/explore.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/explore.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/explore.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Explore the Stacks blockchain","@type":"BlogPosting","headline":"Explore the Stacks blockchain","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/explore.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/explore.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Explore the Stacks blockchain","@type":"BlogPosting","headline":"Explore the Stacks blockchain","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/faq.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/faq.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/faq.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/faq.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Frequently asked questions","@type":"BlogPosting","headline":"Frequently asked questions","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/faq.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/faq.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Frequently asked questions","@type":"BlogPosting","headline":"Frequently asked questions","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/install.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/install.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/install.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/install.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Setup Stacks wallet","@type":"BlogPosting","headline":"Setup Stacks wallet","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/install.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/install.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Setup Stacks wallet","@type":"BlogPosting","headline":"Setup Stacks wallet","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/overview.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/overview.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/overview.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/overview.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"What is the Blockstack Ecosystem","@type":"BlogPosting","headline":"What is the Blockstack Ecosystem","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/overview.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/overview.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"What is the Blockstack Ecosystem","@type":"BlogPosting","headline":"What is the Blockstack Ecosystem","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/terms.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/terms.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/terms.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/terms.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Glossary","@type":"BlogPosting","headline":"Glossary","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/terms.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/terms.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Glossary","@type":"BlogPosting","headline":"Glossary","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/token.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/token.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/token.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/token.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Learn more about the Stacks token","@type":"BlogPosting","headline":"Learn more about the Stacks token","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/token.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/token.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Learn more about the Stacks token","@type":"BlogPosting","headline":"Learn more about the Stacks token","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/tokenholders.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/tokenholders.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/tokenholders.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/tokenholders.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Information for current token holders","@type":"BlogPosting","headline":"Information for current token holders","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/tokenholders.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/tokenholders.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Information for current token holders","@type":"BlogPosting","headline":"Information for current token holders","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/wallet-hardware.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/wallet-hardware.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/wallet-hardware.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/wallet-hardware.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Setup Hardware wallet","@type":"BlogPosting","headline":"Setup Hardware wallet","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/wallet-hardware.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/wallet-hardware.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Setup Hardware wallet","@type":"BlogPosting","headline":"Setup Hardware wallet","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/wallet-intro.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/wallet-intro.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/wallet-intro.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/wallet-intro.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand cryptocurrency wallets","@type":"BlogPosting","headline":"Understand cryptocurrency wallets","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/wallet-intro.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/wallet-intro.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Understand cryptocurrency wallets","@type":"BlogPosting","headline":"Understand cryptocurrency wallets","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

6
_site/org/wallet-use.html

@ -17,9 +17,9 @@
<meta property="og:url" content="https://docs.blockstack.org/org/wallet-use.html" />
<meta property="og:site_name" content="Blockstack" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2018-11-01T10:29:39-07:00" />
<meta property="article:published_time" content="2018-11-01T14:14:16-07:00" />
<script type="application/ld+json">
{"datePublished":"2018-11-01T10:29:39-07:00","url":"https://docs.blockstack.org/org/wallet-use.html","dateModified":"2018-11-01T10:29:39-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/wallet-use.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Use the Stacks wallet","@type":"BlogPosting","headline":"Use the Stacks wallet","@context":"http://schema.org"}</script>
{"datePublished":"2018-11-01T14:14:16-07:00","url":"https://docs.blockstack.org/org/wallet-use.html","dateModified":"2018-11-01T14:14:16-07:00","mainEntityOfPage":{"@type":"WebPage","@id":"https://docs.blockstack.org/org/wallet-use.html"},"author":{"@type":"Person","name":"Blockstack"},"description":"Use the Stacks wallet","@type":"BlogPosting","headline":"Use the Stacks wallet","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- <meta property="og:image" content="https://docs.blockstack.org/assets/posts/logo.png"/> -->
@ -214,7 +214,7 @@
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Blockstack</span></span><br> -->
<time datetime="2018-11-01T10:29:39-07:00" itemprop="datePublished">
<time datetime="2018-11-01T14:14:16-07:00" itemprop="datePublished">
Nov 1, 2018
</time>

114
_site/sitemap.xml

@ -2,227 +2,227 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://docs.blockstack.org/android/tutorial.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/blockstack_storage.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/browser-introduction.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/browser-nav.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/faq_general.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/hello-blockstack.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/ids-creating.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/ids-introduction.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/multi-player-storage.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/purchase-id.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/browser/todo-list.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/common/community_ref.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/common/construction.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/common/core_ref.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/common/javascript_ref.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/common/mining_faq.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/atlas/howitworks.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/atlas/howtouse.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/atlas/overview.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/faq_developer.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/faq_technical.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/install-api.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/memcached.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/architecture.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/comparison.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/creationhowto.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/did.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/forks.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/introduction.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/manage.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/namespaces.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/pickname.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/register.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/resolving.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/search.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/subdomains.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/naming/tutorial_subdomains.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/core/wire-format.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/develop/dapp_principles.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/develop/mining_enroll.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/develop/mining_intro.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/develop/mining_review.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/ios/tutorial.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/address_check.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/explore.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/faq.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/install.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/overview.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/terms.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/token.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/tokenholders.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/wallet-hardware.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/wallet-intro.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/wallet-use.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/whitepaper-token.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/org/whitepaper-tokensale.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/2017/05/25/post63.html</loc>
@ -230,7 +230,7 @@
</url>
<url>
<loc>https://docs.blockstack.org/storage/gaia_redirect.html</loc>
<lastmod>2018-11-01T10:29:39-07:00</lastmod>
<lastmod>2018-11-01T14:14:16-07:00</lastmod>
</url>
<url>
<loc>https://docs.blockstack.org/changelog/</loc>

2
_site/storage/gaia_redirect.html

@ -1,2 +1,2 @@
<title>Storage with Gaia</title>
<meta http-equiv="refresh" content="0; url=">
<meta http-equiv="refresh" content="0; url=https://github.com/blockstack/gaia">

Loading…
Cancel
Save