From a9f137f1697347abbd165103bea906f3baab190f Mon Sep 17 00:00:00 2001
From: Kristian Polso
Date: Thu, 5 Apr 2018 09:55:07 +0300
Subject: [PATCH] Closes #14
---
dist/index.html | 2 +-
dist/static/js/app.40cf27690a111cff92a4.js | 2 ++
.../static/js/app.40cf27690a111cff92a4.js.map | 1 +
dist/static/js/app.f4a1c41702b48f9c356b.js | 2 --
.../static/js/app.f4a1c41702b48f9c356b.js.map | 1 -
.../js/manifest.2ae2e69a05c33dfc65f8.js.map | 2 +-
src/components/pages/Contribute.vue | 16 ++++++++++---
src/components/pages/Develop.vue | 16 ++++++++++---
src/components/pages/Documentation.vue | 16 ++++++++++++-
src/components/pages/Resources.vue | 24 +++++++++++++++++--
10 files changed, 68 insertions(+), 14 deletions(-)
create mode 100644 dist/static/js/app.40cf27690a111cff92a4.js
create mode 100644 dist/static/js/app.40cf27690a111cff92a4.js.map
delete mode 100644 dist/static/js/app.f4a1c41702b48f9c356b.js
delete mode 100644 dist/static/js/app.f4a1c41702b48f9c356b.js.map
diff --git a/dist/index.html b/dist/index.html
index dc2d7ed..ffba5d9 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -1 +1 @@
-LBRY.tech
\ No newline at end of file
+LBRY.tech
\ No newline at end of file
diff --git a/dist/static/js/app.40cf27690a111cff92a4.js b/dist/static/js/app.40cf27690a111cff92a4.js
new file mode 100644
index 0000000..374555b
--- /dev/null
+++ b/dist/static/js/app.40cf27690a111cff92a4.js
@@ -0,0 +1,2 @@
+webpackJsonp([1],{0:function(t,e){},"1uR0":function(t,e){},"7P5P":function(t,e){},"7zck":function(t,e){},MH40:function(t,e){},NHnr:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("7+uW"),s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-app",[a("v-toolbar",{attrs:{"clipped-left":"",app:"","scroll-off-screen":""}},[a("v-toolbar-title",{staticClass:"align-center"},[a("span",{staticClass:"title"},[a("router-link",{attrs:{to:"/"}},[t._v("LBRY.tech")])],1)]),t._v(" "),a("v-spacer"),t._v(" "),a("v-toolbar-items",{staticClass:"hidden-sm-and-down"},[a("v-btn",{attrs:{flat:"",to:"/overview"}},[t._v("Overview")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/documentation"}},[t._v("Documentation")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/contribute"}},[t._v("How to Contribute")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/develop"}},[t._v("How to Develop")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/resources"}},[t._v("Resources")])],1)],1),t._v(" "),a("v-content",[a("router-view")],1)],1)},staticRenderFns:[]};var n=a("VU/8")({data:function(){return{}},name:"App"},s,!1,function(t){a("tOFu")},null,null).exports,r=a("/ocq"),o=new i.default,l={data:function(){return{uploadDialog:!1,txhash:"",confirmed:!1}},watch:{uploadDialog:function(){var t=this;this.uploadDialog&&setTimeout(function(){t.confirmed=!0},1e4)}},created:function(){var t=this;o.$on("file-uploaded",function(e){t.txhash=e,t.uploadDialog=!0})},name:"Hook"},u={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{attrs:{fluid:"","grid-list-md":"","text-xs-center":"",id:"hook"}},[a("v-layout",{attrs:{row:"",wrap:"",id:"hook-navigation"}},[a("v-flex",{attrs:{xs4:""}},[a("router-link",{attrs:{exact:"",to:"/"}},[a("v-btn",{attrs:{color:"grey",fab:""}},[t._v("1")]),t._v("\n Resolve a claim\n ")],1)],1),t._v(" "),a("v-flex",{attrs:{xs4:""}},[a("router-link",{attrs:{to:"/step-2"}},[a("v-btn",{attrs:{color:"grey",fab:""}},[t._v("2")]),t._v("\n Publish content\n ")],1)],1),t._v(" "),a("v-flex",{attrs:{xs4:""}},[a("router-link",{attrs:{to:"/step-3"}},[a("v-btn",{attrs:{color:"grey",fab:""}},[t._v("3")]),t._v("\n Support with LBC\n ")],1)],1)],1),t._v(" "),a("router-view"),t._v(" "),a("v-dialog",{attrs:{"hide-overlay":"",persistent:"",width:"30rem"},model:{value:t.uploadDialog,callback:function(e){t.uploadDialog=e},expression:"uploadDialog"}},[a("v-card",[t.confirmed?[a("v-card-title",{staticClass:"headline"},[t._v("Your image has been published!")]),t._v(" "),a("v-card-text",[a("a",{attrs:{href:"https://explorer.lbry.io/tx/"+t.txhash,target:"_blank"}},[t._v("Check out your content on the LBRY blockchain explorer")])]),t._v(" "),a("v-card-actions",[a("v-btn",{attrs:{flat:""},on:{click:function(e){t.uploadDialog=!1}}},[t._v("Dismiss this dialog")])],1)]:[a("v-card-title",{staticClass:"headline"},[a("v-progress-circular",{attrs:{indeterminate:"",color:"primary"}}),t._v(" Waiting for confirmations...")],1),t._v(" "),a("v-card-text",[t._v("Your image was uploaded to the LBRY network but we are currently waiting for the first confirmation. This should take just a few minutes. In the mean time, go ahead and try the other steps!")])]],2)],1)],1)},staticRenderFns:[]};var c={components:{hook:a("VU/8")(l,u,!1,function(t){a("7P5P")},null,null).exports},data:function(){return{}},name:"Home"},d={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("hook"),t._v(" "),a("v-container",{attrs:{fluid:""}},[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[a("h1",[t._v("HTML Ipsum Presents")]),t._v(" "),a("p",[a("strong",[t._v("Pellentesque habitant morbi tristique")]),t._v(" senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. "),a("em",[t._v("Aenean ultricies mi vitae est.")]),t._v(" Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, "),a("code",[t._v("commodo vitae")]),t._v(", ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. "),a("a",{attrs:{href:"#"}},[t._v("Donec non enim")]),t._v(" in turpis pulvinar facilisis. Ut felis.")]),t._v(" "),a("h2",[t._v("Header Level 2")]),t._v(" "),a("ol",[a("li",[t._v("Lorem ipsum dolor sit amet, consectetuer adipiscing elit.")]),t._v(" "),a("li",[t._v("Aliquam tincidunt mauris eu risus.")])]),t._v(" "),a("blockquote",[a("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.")])]),t._v(" "),a("h3",[t._v("Header Level 3")]),t._v(" "),a("ul",[a("li",[t._v("Lorem ipsum dolor sit amet, consectetuer adipiscing elit.")]),t._v(" "),a("li",[t._v("Aliquam tincidunt mauris eu risus.")])]),t._v(" "),a("pre",[a("code",[t._v("\n #header h1 a {\n display: block;\n width: 300px;\n height: 80px;\n }\n ")])])])],1)],1)],1)},staticRenderFns:[]};var v=a("VU/8")(c,d,!1,function(t){a("UtJB")},null,null).exports,m={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[a("h1",{staticClass:"display-1"},[a("p",[t._v("Introduction to LBRY protocol")])]),t._v(" "),a("p",[a("img",{attrs:{src:"https://placehold.it/1200x600?text=Placeholder+Graphic"}})]),t._v(" "),a("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar leo id nisl ullamcorper, non tristique nulla varius. Curabitur urna turpis, porta ac lectus vel, imperdiet semper mi. Integer sollicitudin, urna id imperdiet commodo, quam nunc ultrices dolor, eu laoreet risus ante nec purus. Vivamus eget ornare felis.")]),t._v(" "),a("h2",{staticClass:"title"},[a("p",[t._v("Subtitle here")])]),t._v(" "),a("p",[t._v("Morbi sed mauris libero. "),a("strong",[t._v("Mauris blandit")]),t._v(" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. ")]),t._v(" "),a("h2",{staticClass:"title"},[a("p",[t._v("Subtitle here")])]),t._v(" "),a("p",[t._v("Morbi sed mauris libero. "),a("strong",[t._v("Mauris blandit")]),t._v(" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. ")]),t._v(" "),a("h2",{staticClass:"title"},[a("p",[t._v("Subtitle here")])]),t._v(" "),a("p",[t._v("Morbi sed mauris libero. "),a("strong",[t._v("Mauris blandit")]),t._v(" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. ")])])],1)],1)},staticRenderFns:[]};var p=a("VU/8")({data:function(){return{}},name:"Overview"},m,!1,function(t){a("kREH")},null,null).exports,h={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("v-navigation-drawer",{attrs:{clipped:"",app:""},model:{value:t.drawer,callback:function(e){t.drawer=e},expression:"drawer"}},[a("v-list",{attrs:{dense:""}},[a("v-list-tile",[a("v-list-tile-content",[a("v-list-tile-title",[t._v("Link 1")])],1)],1),t._v(" "),a("v-list-tile",[a("v-list-tile-content",[a("v-list-tile-title",[t._v("Link 2")])],1)],1)],1)],1),t._v(" "),a("v-container",[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[a("h1",{staticClass:"display-1"},[a("p",[t._v("Documentation lives here!")])])])],1)],1)],1)},staticRenderFns:[]};var f=a("VU/8")({data:function(){return{}},name:"Documentation"},h,!1,function(t){a("1uR0")},null,null).exports,_={render:function(){var t=this.$createElement,e=this._self._c||t;return e("v-container",[e("v-layout",{attrs:{row:"",wrap:""}},[e("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[e("h1",{staticClass:"display-1"},[e("p",[this._v("How to Contribute")])])])],1)],1)},staticRenderFns:[]};var b=a("VU/8")({data:function(){return{}},name:"Contribute"},_,!1,function(t){a("W2Bn")},null,null).exports,g={render:function(){var t=this.$createElement,e=this._self._c||t;return e("v-container",[e("v-layout",{attrs:{row:"",wrap:""}},[e("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[e("h1",{staticClass:"display-1"},[e("p",[this._v("Development resources and guides")])])])],1)],1)},staticRenderFns:[]};var x=a("VU/8")({data:function(){return{}},name:"Develop"},g,!1,function(t){a("UXqZ")},null,null).exports,C={render:function(){var t=this.$createElement,e=this._self._c||t;return e("v-container",[e("v-layout",{attrs:{row:"",wrap:""}},[e("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[e("h1",{staticClass:"display-1"},[e("p",[this._v("Important Resources")])]),this._v(" "),e("p",[e("ul",[e("li",[e("a",{attrs:{href:"https://discord.gg/YjYbwhS",target:"_blank"}},[this._v("Discord")])]),this._v(" "),e("li",[e("a",{attrs:{href:"https://chat.lbry.io/",target:"_blank"}},[this._v("Slack")])]),this._v(" "),e("li",[e("a",{attrs:{href:"https://www.reddit.com/r/lbry/",target:"_blank"}},[this._v("Reddit")])])])])])],1)],1)},staticRenderFns:[]};var w=a("VU/8")({data:function(){return{}},name:"Resources"},C,!1,function(t){a("MH40")},null,null).exports,k=a("mvHQ"),y=a.n(k),L={data:function(){return{address:"Claim goes here",jsonData:"",isLoading:!1,exampleCode:""}},methods:{fetchMetadata:function(){var t=this;t.jsonData="",t.isLoading=!0,t.exampleCode='# Example code using the daemon\ncurl \'http://localhost:5279\' --data \'{"method":"resolve","params":{"uri":"'+this.address+"\"}}'",this.$http.get("http://daemon.lbry.tech/?method=resolve&uri="+this.address).then(function(e){t.isLoading=!1,t.jsonData=y()(e.body,null," ")})},chooseClaim:function(t){this.address=t,this.fetchMetadata()}},name:"Step1"},R={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{attrs:{fluid:"",id:"step1-page"}},[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:""}},[a("h1",{staticClass:"display-2"},[t._v("Learn the LBRY protocol by examples")]),t._v(" "),a("p",{staticClass:"subheading"},[t._v("Let's start by getting the associated metadata for "),a("a",{attrs:{href:"#"}},[t._v("a claim")]),t._v(".")])]),t._v(" "),a("v-flex",{attrs:{xs12:"",sm10:""}},[a("v-text-field",{attrs:{solo:"",dark:"",prefix:"lbry://"},model:{value:t.address,callback:function(e){t.address=e},expression:"address"}})],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm2:""}},[a("v-btn",{staticClass:"mt-0",attrs:{large:""},on:{click:t.fetchMetadata}},[t._v("Execute")])],1),t._v(" "),""!=t.exampleCode?a("v-flex",{attrs:{xs12:""}},[a("pre",{directives:[{name:"highlightjs",rawName:"v-highlightjs",value:t.exampleCode,expression:"exampleCode"}]},[a("code",{staticClass:"bash"})])]):t._e(),t._v(" "),t.isLoading?a("v-flex",{attrs:{xs12:""}},[a("v-progress-circular",{attrs:{indeterminate:"",color:"primary"}})],1):t._e(),t._v(" "),t.jsonData?a("v-flex",{attrs:{xs12:""}},[a("p",{staticClass:"subheading"},[t._v("Success! Here is the response for "),a("strong",[t._v("lbry://"+t._s(t.address))]),t._v(":")]),t._v(" "),a("pre",{directives:[{name:"highlightjs",rawName:"v-highlightjs",value:t.jsonData,expression:"jsonData"}],staticClass:"json-example"},[a("code",{staticClass:"json"})]),t._v(" "),a("v-btn",{staticClass:"mt-3",attrs:{large:""},on:{click:function(e){t.$router.push("step-2")}}},[t._v("Go to next step")])],1):t._e(),t._v(" "),t.isLoading||t.jsonData?t._e():[a("v-flex",{attrs:{xs12:""}},[a("p",{staticClass:"subheading"},[t._v("... or select a live example from below")])]),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/itsadisaster.jpg",height:"200px"},on:{click:function(e){t.chooseClaim("itsadisaster")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("itsadisaster")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("It's a Disaster")]),t._v(" "),a("div",{staticClass:"account"},[t._v("Anonymous")])])])],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/unbubbled.png",height:"200px"},on:{click:function(e){t.chooseClaim("unbubbled1-1")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("unbubbled1-1")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("Unbubbled with Jamie King, Ep1.1 - Bitcoin, Boom or Bust")]),t._v(" "),a("div",{staticClass:"account"},[t._v("@Unbubbled")])])])],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/fortnite.jpg",height:"200px"},on:{click:function(e){t.chooseClaim("fortnite-top-stream-moments-nickatnyte")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("fortnite-top-stream-moments-nickatnyte")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("FORTNITE TOP STREAM MOMENTS - Nickatnyte & GamingwithMolt")]),t._v(" "),a("div",{staticClass:"account"},[t._v("@nickatnyte")])])])],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/lbrymine.png",height:"200px"},on:{click:function(e){t.chooseClaim("six")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("six")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("LBRY Coin (LBC) GPU Miner for AMD and NVIDIA")]),t._v(" "),a("div",{staticClass:"account"},[t._v("Anonymous")])])])],1)],1)]],2)],1)},staticRenderFns:[]};var q=a("VU/8")(L,R,!1,function(t){a("yqJF")},null,null).exports,D=a("iPd/"),F=a.n(D),U=a("yazS"),E={directives:{imagesLoaded:F.a},components:{ImageUploader:U.ImageUploader},data:function(){return{valid:!1,isLoading:!1,topLine:"This is an example meme",bottomLine:"that I made",title:"",description:"",author:"",language:"EN",license:"Public Domain",nsfw:!1,backgroundImage:"",textFieldRules:[function(t){return!!t||"Field is required"}]}},methods:{updateCanvas:function(){var t=document.getElementById("meme-canvas").getContext("2d"),e=document.getElementById("base-image");t.clearRect(0,0,400,300),t.drawImage(e,0,0,400,300,0,0,400,300),t.lineWidth=4,t.font="bold 28px Coda",t.strokeStyle="black",t.fillStyle="white",t.textAlign="center",t.textBaseline="top",t.strokeText(this.topLine.toUpperCase(),200,20),t.fillText(this.topLine.toUpperCase(),200,20),t.strokeText(this.bottomLine.toUpperCase(),200,260),t.fillText(this.bottomLine.toUpperCase(),200,260)},submit:function(){o.$emit("file-uploaded","txhashhere")},imagesLoaded:function(t){var e=this;document.fonts.load("bold 28px Coda").then(function(){e.updateCanvas()})},setImage:function(t){document.getElementById("base-image").src=t,setTimeout(this.updateCanvas,1e3)},imageUploaded:function(){}},created:function(){},watch:{topLine:function(){this.updateCanvas()},bottomLine:function(){this.updateCanvas()}},name:"Step2"},V={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{attrs:{fluid:"",id:"step2-page"}},[a("v-layout",{directives:[{name:"images-loaded",rawName:"v-images-loaded",value:t.imagesLoaded,expression:"imagesLoaded"}],attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:""}},[a("h1",{staticClass:"display-2"},[t._v("Publish your content on the blockchain")]),t._v(" "),a("p",{staticClass:"subheading"},[t._v("Upload an image to the blockchain and you are able to view it on the "),a("a",{attrs:{href:"http://explorer.lbry.io",target:"_blank"}},[t._v("LBRY Blockchain Explorer")]),t._v(".")])]),t._v(" "),a("v-flex",{attrs:{xs12:"",sm8:""}},[a("img",{attrs:{src:"static/lbry-green.png",id:"base-image"}}),t._v(" "),a("canvas",{attrs:{id:"meme-canvas",width:"400",height:"300"}},[t._v("\n Sorry, canvas not supported\n ")]),t._v(" "),a("v-flex",{staticClass:"mx-auto",attrs:{xs12:"",sm6:""}},[a("v-card",{staticClass:"pa-3"},[a("p",{staticClass:"subheading"},[t._v("Upload a background image")]),t._v(" "),a("image-uploader",{attrs:{quality:.8,autoRotate:!0,maxWidth:400,outputFormat:"string",preview:!1},on:{input:t.setImage,onComplete:t.imageUploaded}})],1)],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm4:""}},[a("v-card",{staticClass:"pa-3"},[a("v-form",{ref:"form",attrs:{"lazy-validation":""},model:{value:t.valid,callback:function(e){t.valid=e},expression:"valid"}},[a("v-text-field",{attrs:{dark:"",solo:"",rules:t.textFieldRules,required:""},model:{value:t.topLine,callback:function(e){t.topLine=e},expression:"topLine"}}),t._v(" "),a("v-text-field",{attrs:{dark:"",solo:"",rules:t.textFieldRules,required:""},model:{value:t.bottomLine,callback:function(e){t.bottomLine=e},expression:"bottomLine"}}),t._v(" "),a("v-text-field",{attrs:{label:"Title",rules:t.textFieldRules,required:""},model:{value:t.title,callback:function(e){t.title=e},expression:"title"}}),t._v(" "),a("v-text-field",{attrs:{label:"Description",rules:t.textFieldRules,required:""},model:{value:t.description,callback:function(e){t.description=e},expression:"description"}}),t._v(" "),a("v-text-field",{attrs:{label:"Author",rules:t.textFieldRules,required:""},model:{value:t.author,callback:function(e){t.author=e},expression:"author"}}),t._v(" "),a("v-text-field",{attrs:{label:"Language",rules:t.textFieldRules,required:""},model:{value:t.language,callback:function(e){t.language=e},expression:"language"}}),t._v(" "),a("v-text-field",{attrs:{label:"License",rules:t.textFieldRules,required:""},model:{value:t.license,callback:function(e){t.license=e},expression:"license"}}),t._v(" "),a("v-checkbox",{attrs:{label:"NSFW"},model:{value:t.nsfw,callback:function(e){t.nsfw=e},expression:"nsfw"}}),t._v(" "),a("v-btn",{attrs:{disabled:!t.valid},on:{click:t.submit}},[t._v("Submit")])],1)],1)],1),t._v(" "),t.isLoading?a("v-flex",{attrs:{xs12:""}},[a("v-progress-circular",{attrs:{indeterminate:"",color:"primary"}})],1):t._e()],1)],1)},staticRenderFns:[]};var B=a("VU/8")(E,V,!1,function(t){a("V+V2")},null,null).exports,S={render:function(){var t=this.$createElement,e=this._self._c||t;return e("v-container",{attrs:{fluid:"",id:"step3-page"}},[e("v-layout",{attrs:{row:"",wrap:""}},[e("v-flex",{attrs:{xs12:""}},[e("h1",{staticClass:"display-2"},[this._v("Support your favorite content creators with LBRY")]),this._v(" "),e("p",{staticClass:"subheading"},[this._v("Send LBRY coins to claim addresses and the owner will receive it in their wallet.")])])],1)],1)},staticRenderFns:[]};var j=a("VU/8")({data:function(){return{}},methods:{},name:"Step3"},S,!1,function(t){a("eyFN")},null,null).exports;i.default.use(r.a);var M=new r.a({routes:[{path:"/",name:"Home",component:v,children:[{path:"",name:"Step1",component:q},{path:"step-2",name:"Step2",component:B},{path:"step-3",name:"Step3",component:j}]},{path:"/overview",name:"Overview",component:p},{path:"/documentation",name:"Documentation",component:f},{path:"/contribute",name:"Contribute",component:b},{path:"/develop",name:"Develop",component:x},{path:"/resources",name:"Resources",component:w}]}),P=a("3EgV"),I=a.n(P),H=(a("7zck"),a("8+8L")),T=a("5CJf"),$=a.n(T);i.default.use(I.a,{theme:{primary:"#155b4a"}}),i.default.use(H.a),i.default.use($.a),i.default.config.productionTip=!1,new i.default({el:"#app",router:M,components:{App:n},template:""})},UXqZ:function(t,e){},UtJB:function(t,e){},"V+V2":function(t,e){},W2Bn:function(t,e){},eyFN:function(t,e){},kREH:function(t,e){},tOFu:function(t,e){},yqJF:function(t,e){}},["NHnr"]);
+//# sourceMappingURL=app.40cf27690a111cff92a4.js.map
\ No newline at end of file
diff --git a/dist/static/js/app.40cf27690a111cff92a4.js.map b/dist/static/js/app.40cf27690a111cff92a4.js.map
new file mode 100644
index 0000000..3ea5665
--- /dev/null
+++ b/dist/static/js/app.40cf27690a111cff92a4.js.map
@@ -0,0 +1 @@
+{"version":3,"sources":["webpack:///./src/App.vue?34db","webpack:///./src/App.vue","webpack:///src/App.vue","webpack:///./src/event-bus.js","webpack:///src/components/partials/Hook.vue","webpack:///./src/components/partials/Hook.vue?d33a","webpack:///./src/components/partials/Hook.vue","webpack:///src/components/pages/Home.vue","webpack:///./src/components/pages/Home.vue?c121","webpack:///./src/components/pages/Home.vue","webpack:///./src/components/pages/Overview.vue?d522","webpack:///./src/components/pages/Overview.vue","webpack:///src/components/pages/Overview.vue","webpack:///./src/components/pages/Documentation.vue?61ec","webpack:///./src/components/pages/Documentation.vue","webpack:///src/components/pages/Documentation.vue","webpack:///./src/components/pages/Contribute.vue?ea7a","webpack:///./src/components/pages/Contribute.vue","webpack:///src/components/pages/Contribute.vue","webpack:///./src/components/pages/Develop.vue?3682","webpack:///./src/components/pages/Develop.vue","webpack:///src/components/pages/Develop.vue","webpack:///./src/components/pages/Resources.vue?1800","webpack:///./src/components/pages/Resources.vue","webpack:///src/components/pages/Resources.vue","webpack:///src/components/partials/Step1.vue","webpack:///./src/components/partials/Step1.vue?5e67","webpack:///./src/components/partials/Step1.vue","webpack:///src/components/partials/Step2.vue","webpack:///./src/components/partials/Step2.vue?d8c6","webpack:///./src/components/partials/Step2.vue","webpack:///./src/components/partials/Step3.vue?2de3","webpack:///./src/components/partials/Step3.vue","webpack:///src/components/partials/Step3.vue","webpack:///./src/router/index.js","webpack:///./src/main.js"],"names":["selectortype_template_index_0_src_App","render","_vm","this","_h","$createElement","_c","_self","attrs","clipped-left","app","scroll-off-screen","staticClass","to","_v","flat","staticRenderFns","src_App","__webpack_require__","normalizeComponent","ssrContext","event_bus","vue_esm","Hook","txhash","partials_Hook","fluid","grid-list-md","text-xs-center","id","row","wrap","xs4","exact","color","fab","hide-overlay","persistent","width","model","value","callback","$$v","uploadDialog","expression","href","target","on","click","$event","indeterminate","Home","Hook_normalizeComponent","pages_Home","xs12","xl6","offset-xl3","components_pages_Home","Home_normalizeComponent","pages_Overview","src","components_pages_Overview","Overview_normalizeComponent","pages_Documentation","clipped","drawer","dense","components_pages_Documentation","Documentation_normalizeComponent","pages_Contribute","components_pages_Contribute","Contribute_normalizeComponent","pages_Develop","components_pages_Develop","Develop_normalizeComponent","pages_Resources","components_pages_Resources","Resources_normalizeComponent","Step1","address","fetchMetadata","partials_Step1","sm10","solo","dark","prefix","sm2","large","exampleCode","directives","name","rawName","_e","_s","$router","push","isLoading","jsonData","sm3","hover","height","chooseClaim","components_partials_Step1","Step1_normalizeComponent","Step2","imagesLoaded","vueimagesloaded_default","a","ImageUploader","vue_image_upload_resize","updateCanvas","file","partials_Step2","sm8","sm6","quality","autoRotate","maxWidth","outputFormat","preview","input","setImage","onComplete","imageUploaded","sm4","ref","lazy-validation","valid","rules","textFieldRules","required","topLine","bottomLine","label","title","description","author","language","license","nsfw","disabled","submit","components_partials_Step2","Step2_normalizeComponent","partials_Step3","components_partials_Step3","Step3_normalizeComponent","use","vue_router_esm","router","routes","path","component","children","vuetify_default","theme","primary","vue_resource_esm","vue_highlightjs_default","config","productionTip","el","components","App","template"],"mappings":"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","file":"static/js/app.40cf27690a111cff92a4.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-app',[_c('v-toolbar',{attrs:{\"clipped-left\":\"\",\"app\":\"\",\"scroll-off-screen\":\"\"}},[_c('v-toolbar-title',{staticClass:\"align-center\"},[_c('span',{staticClass:\"title\"},[_c('router-link',{attrs:{\"to\":\"/\"}},[_vm._v(\"LBRY.tech\")])],1)]),_vm._v(\" \"),_c('v-spacer'),_vm._v(\" \"),_c('v-toolbar-items',{staticClass:\"hidden-sm-and-down\"},[_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/overview\"}},[_vm._v(\"Overview\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/documentation\"}},[_vm._v(\"Documentation\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/contribute\"}},[_vm._v(\"How to Contribute\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/develop\"}},[_vm._v(\"How to Develop\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/resources\"}},[_vm._v(\"Resources\")])],1)],1),_vm._v(\" \"),_c('v-content',[_c('router-view')],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-79ef867c\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/App.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-79ef867c\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../node_modules/vue-loader/lib/selector?type=styles&index=0!./App.vue\")\n}\nvar normalizeComponent = require(\"!../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./App.vue\"\nimport __vue_script__ from \"!!babel-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./App.vue\"\n/* template */\nimport __vue_template__ from \"!!../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-79ef867c\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../node_modules/vue-loader/lib/selector?type=template&index=0!./App.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/App.vue\n// module id = null\n// module chunks = ","\n \n\n \n\n \n LBRY.tech\n \n \n \n Overview\n Documentation\n How to Contribute\n How to Develop\n Resources\n \n\n \n\n \n\n \n\n \n\n \n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/App.vue","import Vue from 'vue'\n\nvar EventBus = new Vue();\n\nexport default EventBus\n\n\n\n// WEBPACK FOOTER //\n// ./src/event-bus.js","\n \n \n \n \n 1\n Resolve a claim\n \n \n \n \n 2\n Publish content\n \n \n \n \n 3\n Support with LBC\n \n \n \n \n \n \n \n Your image has been published!\n Check out your content on the LBRY blockchain explorer\n \n Dismiss this dialog\n \n \n \n Waiting for confirmations...\n Your image was uploaded to the LBRY network but we are currently waiting for the first confirmation. This should take just a few minutes. In the mean time, go ahead and try the other steps!\n \n \n \n \n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/components/partials/Hook.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',{attrs:{\"fluid\":\"\",\"grid-list-md\":\"\",\"text-xs-center\":\"\",\"id\":\"hook\"}},[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\",\"id\":\"hook-navigation\"}},[_c('v-flex',{attrs:{\"xs4\":\"\"}},[_c('router-link',{attrs:{\"exact\":\"\",\"to\":\"/\"}},[_c('v-btn',{attrs:{\"color\":\"grey\",\"fab\":\"\"}},[_vm._v(\"1\")]),_vm._v(\"\\n Resolve a claim\\n \")],1)],1),_vm._v(\" \"),_c('v-flex',{attrs:{\"xs4\":\"\"}},[_c('router-link',{attrs:{\"to\":\"/step-2\"}},[_c('v-btn',{attrs:{\"color\":\"grey\",\"fab\":\"\"}},[_vm._v(\"2\")]),_vm._v(\"\\n Publish content\\n \")],1)],1),_vm._v(\" \"),_c('v-flex',{attrs:{\"xs4\":\"\"}},[_c('router-link',{attrs:{\"to\":\"/step-3\"}},[_c('v-btn',{attrs:{\"color\":\"grey\",\"fab\":\"\"}},[_vm._v(\"3\")]),_vm._v(\"\\n Support with LBC\\n \")],1)],1)],1),_vm._v(\" \"),_c('router-view'),_vm._v(\" \"),_c('v-dialog',{attrs:{\"hide-overlay\":\"\",\"persistent\":\"\",\"width\":\"30rem\"},model:{value:(_vm.uploadDialog),callback:function ($$v) {_vm.uploadDialog=$$v},expression:\"uploadDialog\"}},[_c('v-card',[(_vm.confirmed)?[_c('v-card-title',{staticClass:\"headline\"},[_vm._v(\"Your image has been published!\")]),_vm._v(\" \"),_c('v-card-text',[_c('a',{attrs:{\"href\":'https://explorer.lbry.io/tx/' + _vm.txhash,\"target\":\"_blank\"}},[_vm._v(\"Check out your content on the LBRY blockchain explorer\")])]),_vm._v(\" \"),_c('v-card-actions',[_c('v-btn',{attrs:{\"flat\":\"\"},on:{\"click\":function($event){_vm.uploadDialog = false}}},[_vm._v(\"Dismiss this dialog\")])],1)]:[_c('v-card-title',{staticClass:\"headline\"},[_c('v-progress-circular',{attrs:{\"indeterminate\":\"\",\"color\":\"primary\"}}),_vm._v(\" Waiting for confirmations...\")],1),_vm._v(\" \"),_c('v-card-text',[_vm._v(\"Your image was uploaded to the LBRY network but we are currently waiting for the first confirmation. This should take just a few minutes. In the mean time, go ahead and try the other steps!\")])]],2)],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-1f1efcdc\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/partials/Hook.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-1f1efcdc\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Hook.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Hook.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Hook.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-1f1efcdc\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Hook.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/partials/Hook.vue\n// module id = null\n// module chunks = ","\n\n
\n\n \n\n \n\n \n\n \n\n
HTML Ipsum Presents
\n\n
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.
\n\n
Header Level 2
\n\n \n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
\n
Aliquam tincidunt mauris eu risus.
\n \n\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.
\n\n
Header Level 3
\n\n
\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
\n\n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/components/pages/Home.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('hook'),_vm._v(\" \"),_c('v-container',{attrs:{\"fluid\":\"\"}},[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\",\"xl6\":\"\",\"offset-xl3\":\"\"}},[_c('h1',[_vm._v(\"HTML Ipsum Presents\")]),_vm._v(\" \"),_c('p',[_c('strong',[_vm._v(\"Pellentesque habitant morbi tristique\")]),_vm._v(\" senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. \"),_c('em',[_vm._v(\"Aenean ultricies mi vitae est.\")]),_vm._v(\" Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, \"),_c('code',[_vm._v(\"commodo vitae\")]),_vm._v(\", ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. \"),_c('a',{attrs:{\"href\":\"#\"}},[_vm._v(\"Donec non enim\")]),_vm._v(\" in turpis pulvinar facilisis. Ut felis.\")]),_vm._v(\" \"),_c('h2',[_vm._v(\"Header Level 2\")]),_vm._v(\" \"),_c('ol',[_c('li',[_vm._v(\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\")]),_vm._v(\" \"),_c('li',[_vm._v(\"Aliquam tincidunt mauris eu risus.\")])]),_vm._v(\" \"),_c('blockquote',[_c('p',[_vm._v(\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.\")])]),_vm._v(\" \"),_c('h3',[_vm._v(\"Header Level 3\")]),_vm._v(\" \"),_c('ul',[_c('li',[_vm._v(\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\")]),_vm._v(\" \"),_c('li',[_vm._v(\"Aliquam tincidunt mauris eu risus.\")])]),_vm._v(\" \"),_c('pre',[_c('code',[_vm._v(\"\\n #header h1 a {\\n display: block;\\n width: 300px;\\n height: 80px;\\n }\\n \")])])])],1)],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-651f5aba\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/pages/Home.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-651f5aba\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Home.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Home.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Home.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-651f5aba\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Home.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/pages/Home.vue\n// module id = null\n// module chunks = ","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\",\"xl6\":\"\",\"offset-xl3\":\"\"}},[_c('h1',{staticClass:\"display-1\"},[_c('p',[_vm._v(\"Introduction to LBRY protocol\")])]),_vm._v(\" \"),_c('p',[_c('img',{attrs:{\"src\":\"https://placehold.it/1200x600?text=Placeholder+Graphic\"}})]),_vm._v(\" \"),_c('p',[_vm._v(\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar leo id nisl ullamcorper, non tristique nulla varius. Curabitur urna turpis, porta ac lectus vel, imperdiet semper mi. Integer sollicitudin, urna id imperdiet commodo, quam nunc ultrices dolor, eu laoreet risus ante nec purus. Vivamus eget ornare felis.\")]),_vm._v(\" \"),_c('h2',{staticClass:\"title\"},[_c('p',[_vm._v(\"Subtitle here\")])]),_vm._v(\" \"),_c('p',[_vm._v(\"Morbi sed mauris libero. \"),_c('strong',[_vm._v(\"Mauris blandit\")]),_vm._v(\" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. \")]),_vm._v(\" \"),_c('h2',{staticClass:\"title\"},[_c('p',[_vm._v(\"Subtitle here\")])]),_vm._v(\" \"),_c('p',[_vm._v(\"Morbi sed mauris libero. \"),_c('strong',[_vm._v(\"Mauris blandit\")]),_vm._v(\" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. \")]),_vm._v(\" \"),_c('h2',{staticClass:\"title\"},[_c('p',[_vm._v(\"Subtitle here\")])]),_vm._v(\" \"),_c('p',[_vm._v(\"Morbi sed mauris libero. \"),_c('strong',[_vm._v(\"Mauris blandit\")]),_vm._v(\" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. \")])])],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-3ccb3d79\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/pages/Overview.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-3ccb3d79\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Overview.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Overview.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Overview.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-3ccb3d79\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Overview.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/pages/Overview.vue\n// module id = null\n// module chunks = ","\n\n \n\n \n\n \n\n
\n
Introduction to LBRY protocol
\n \n\n \n\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar leo id nisl ullamcorper, non tristique nulla varius. Curabitur urna turpis, porta ac lectus vel, imperdiet semper mi. Integer sollicitudin, urna id imperdiet commodo, quam nunc ultrices dolor, eu laoreet risus ante nec purus. Vivamus eget ornare felis.
\n\n
\n
Subtitle here
\n \n\n
Morbi sed mauris libero. Mauris blandit sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum.
\n\n
\n
Subtitle here
\n \n\n
Morbi sed mauris libero. Mauris blandit sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum.
\n\n
\n
Subtitle here
\n \n\n
Morbi sed mauris libero. Mauris blandit sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum.
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Submit\n \n \n \n \n \n \n \n \n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/components/partials/Step2.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',{attrs:{\"fluid\":\"\",\"id\":\"step2-page\"}},[_c('v-layout',{directives:[{name:\"images-loaded\",rawName:\"v-images-loaded\",value:(_vm.imagesLoaded),expression:\"imagesLoaded\"}],attrs:{\"row\":\"\",\"wrap\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\"}},[_c('h1',{staticClass:\"display-2\"},[_vm._v(\"Publish your content on the blockchain\")]),_vm._v(\" \"),_c('p',{staticClass:\"subheading\"},[_vm._v(\"Upload an image to the blockchain and you are able to view it on the \"),_c('a',{attrs:{\"href\":\"http://explorer.lbry.io\",\"target\":\"_blank\"}},[_vm._v(\"LBRY Blockchain Explorer\")]),_vm._v(\".\")])]),_vm._v(\" \"),_c('v-flex',{attrs:{\"xs12\":\"\",\"sm8\":\"\"}},[_c('img',{attrs:{\"src\":\"static/lbry-green.png\",\"id\":\"base-image\"}}),_vm._v(\" \"),_c('canvas',{attrs:{\"id\":\"meme-canvas\",\"width\":\"400\",\"height\":\"300\"}},[_vm._v(\"\\n Sorry, canvas not supported\\n \")]),_vm._v(\" \"),_c('v-flex',{staticClass:\"mx-auto\",attrs:{\"xs12\":\"\",\"sm6\":\"\"}},[_c('v-card',{staticClass:\"pa-3\"},[_c('p',{staticClass:\"subheading\"},[_vm._v(\"Upload a background image\")]),_vm._v(\" \"),_c('image-uploader',{attrs:{\"quality\":0.8,\"autoRotate\":true,\"maxWidth\":400,\"outputFormat\":\"string\",\"preview\":false},on:{\"input\":_vm.setImage,\"onComplete\":_vm.imageUploaded}})],1)],1)],1),_vm._v(\" \"),_c('v-flex',{attrs:{\"xs12\":\"\",\"sm4\":\"\"}},[_c('v-card',{staticClass:\"pa-3\"},[_c('v-form',{ref:\"form\",attrs:{\"lazy-validation\":\"\"},model:{value:(_vm.valid),callback:function ($$v) {_vm.valid=$$v},expression:\"valid\"}},[_c('v-text-field',{attrs:{\"dark\":\"\",\"solo\":\"\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.topLine),callback:function ($$v) {_vm.topLine=$$v},expression:\"topLine\"}}),_vm._v(\" \"),_c('v-text-field',{attrs:{\"dark\":\"\",\"solo\":\"\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.bottomLine),callback:function ($$v) {_vm.bottomLine=$$v},expression:\"bottomLine\"}}),_vm._v(\" \"),_c('v-text-field',{attrs:{\"label\":\"Title\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.title),callback:function ($$v) {_vm.title=$$v},expression:\"title\"}}),_vm._v(\" \"),_c('v-text-field',{attrs:{\"label\":\"Description\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.description),callback:function ($$v) {_vm.description=$$v},expression:\"description\"}}),_vm._v(\" \"),_c('v-text-field',{attrs:{\"label\":\"Author\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.author),callback:function ($$v) {_vm.author=$$v},expression:\"author\"}}),_vm._v(\" \"),_c('v-text-field',{attrs:{\"label\":\"Language\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.language),callback:function ($$v) {_vm.language=$$v},expression:\"language\"}}),_vm._v(\" \"),_c('v-text-field',{attrs:{\"label\":\"License\",\"rules\":_vm.textFieldRules,\"required\":\"\"},model:{value:(_vm.license),callback:function ($$v) {_vm.license=$$v},expression:\"license\"}}),_vm._v(\" \"),_c('v-checkbox',{attrs:{\"label\":\"NSFW\"},model:{value:(_vm.nsfw),callback:function ($$v) {_vm.nsfw=$$v},expression:\"nsfw\"}}),_vm._v(\" \"),_c('v-btn',{attrs:{\"disabled\":!_vm.valid},on:{\"click\":_vm.submit}},[_vm._v(\"Submit\")])],1)],1)],1),_vm._v(\" \"),(_vm.isLoading)?_c('v-flex',{attrs:{\"xs12\":\"\"}},[_c('v-progress-circular',{attrs:{\"indeterminate\":\"\",\"color\":\"primary\"}})],1):_vm._e()],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-53595651\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/partials/Step2.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-53595651\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Step2.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Step2.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Step2.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-53595651\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Step2.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/partials/Step2.vue\n// module id = null\n// module chunks = ","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',{attrs:{\"fluid\":\"\",\"id\":\"step3-page\"}},[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\"}},[_c('h1',{staticClass:\"display-2\"},[_vm._v(\"Support your favorite content creators with LBRY\")]),_vm._v(\" \"),_c('p',{staticClass:\"subheading\"},[_vm._v(\"Send LBRY coins to claim addresses and the owner will receive it in their wallet.\")])])],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-47f19ac7\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/partials/Step3.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-47f19ac7\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Step3.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Step3.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Step3.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-47f19ac7\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Step3.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/partials/Step3.vue\n// module id = null\n// module chunks = ","\n \n \n \n
Support your favorite content creators with LBRY
\n
Send LBRY coins to claim addresses and the owner will receive it in their wallet.
\n \n \n \n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/components/partials/Step3.vue","import Vue from 'vue'\nimport Router from 'vue-router'\nimport Home from '@/components/pages/Home'\nimport Overview from '@/components/pages/Overview'\nimport Documentation from '@/components/pages/Documentation'\nimport Contribute from '@/components/pages/Contribute'\nimport Develop from '@/components/pages/Develop'\nimport Resources from '@/components/pages/Resources'\nimport Step1 from '@/components/partials/Step1'\nimport Step2 from '@/components/partials/Step2'\nimport Step3 from '@/components/partials/Step3'\n\nVue.use(Router)\n\nexport default new Router({\n routes: [\n {\n path: '/',\n name: 'Home',\n component: Home,\n children: [\n {\n path: '',\n name: 'Step1',\n component: Step1\n },\n {\n path: 'step-2',\n name: 'Step2',\n component: Step2\n },\n {\n path: 'step-3',\n name: 'Step3',\n component: Step3\n }\n ]\n },\n {\n path: '/overview',\n name: 'Overview',\n component: Overview,\n },\n {\n path: '/documentation',\n name: 'Documentation',\n component: Documentation,\n },\n {\n path: '/contribute',\n name: 'Contribute',\n component: Contribute,\n },\n {\n path: '/develop',\n name: 'Develop',\n component: Develop,\n },\n {\n path: '/resources',\n name: 'Resources',\n component: Resources,\n }\n ]\n})\n\n\n\n// WEBPACK FOOTER //\n// ./src/router/index.js","// The Vue build version to load with the `import` command\n// (runtime-only or standalone) has been set in webpack.base.conf with an alias.\nimport Vue from 'vue'\nimport App from './App'\nimport router from './router'\nimport Vuetify from 'vuetify'\nimport 'vuetify/dist/vuetify.min.css'\nimport VueResource from 'vue-resource'\nimport VueHighlightJS from 'vue-highlightjs'\n\nVue.use(Vuetify, {\n theme: {\n primary: '#155b4a'\n }\n})\nVue.use(VueResource)\nVue.use(VueHighlightJS)\n\nVue.config.productionTip = false\n\n/* eslint-disable no-new */\nnew Vue({\n el: '#app',\n router,\n components: { App },\n template: ''\n})\n\n\n\n// WEBPACK FOOTER //\n// ./src/main.js"],"sourceRoot":""}
\ No newline at end of file
diff --git a/dist/static/js/app.f4a1c41702b48f9c356b.js b/dist/static/js/app.f4a1c41702b48f9c356b.js
deleted file mode 100644
index 589b411..0000000
--- a/dist/static/js/app.f4a1c41702b48f9c356b.js
+++ /dev/null
@@ -1,2 +0,0 @@
-webpackJsonp([1],{"/JNp":function(t,e){},0:function(t,e){},"5ME/":function(t,e){},"7P5P":function(t,e){},"7zck":function(t,e){},E8on:function(t,e){},NHnr:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("7+uW"),s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-app",[a("v-toolbar",{attrs:{"clipped-left":"",app:"","scroll-off-screen":""}},[a("v-toolbar-title",{staticClass:"align-center"},[a("span",{staticClass:"title"},[a("router-link",{attrs:{to:"/"}},[t._v("LBRY.tech")])],1)]),t._v(" "),a("v-spacer"),t._v(" "),a("v-toolbar-items",{staticClass:"hidden-sm-and-down"},[a("v-btn",{attrs:{flat:"",to:"/overview"}},[t._v("Overview")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/documentation"}},[t._v("Documentation")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/contribute"}},[t._v("How to Contribute")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/develop"}},[t._v("How to Develop")]),t._v(" "),a("v-btn",{attrs:{flat:"",to:"/resources"}},[t._v("Resources")])],1)],1),t._v(" "),a("v-content",[a("router-view")],1)],1)},staticRenderFns:[]};var n=a("VU/8")({data:function(){return{}},name:"App"},s,!1,function(t){a("tOFu")},null,null).exports,r=a("/ocq"),o=new i.default,l={data:function(){return{uploadDialog:!1,txhash:"",confirmed:!1}},watch:{uploadDialog:function(){var t=this;this.uploadDialog&&setTimeout(function(){t.confirmed=!0},1e4)}},created:function(){var t=this;o.$on("file-uploaded",function(e){t.txhash=e,t.uploadDialog=!0})},name:"Hook"},u={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{attrs:{fluid:"","grid-list-md":"","text-xs-center":"",id:"hook"}},[a("v-layout",{attrs:{row:"",wrap:"",id:"hook-navigation"}},[a("v-flex",{attrs:{xs4:""}},[a("router-link",{attrs:{exact:"",to:"/"}},[a("v-btn",{attrs:{color:"grey",fab:""}},[t._v("1")]),t._v("\n Resolve a claim\n ")],1)],1),t._v(" "),a("v-flex",{attrs:{xs4:""}},[a("router-link",{attrs:{to:"/step-2"}},[a("v-btn",{attrs:{color:"grey",fab:""}},[t._v("2")]),t._v("\n Publish content\n ")],1)],1),t._v(" "),a("v-flex",{attrs:{xs4:""}},[a("router-link",{attrs:{to:"/step-3"}},[a("v-btn",{attrs:{color:"grey",fab:""}},[t._v("3")]),t._v("\n Support with LBC\n ")],1)],1)],1),t._v(" "),a("router-view"),t._v(" "),a("v-dialog",{attrs:{"hide-overlay":"",persistent:"",width:"30rem"},model:{value:t.uploadDialog,callback:function(e){t.uploadDialog=e},expression:"uploadDialog"}},[a("v-card",[t.confirmed?[a("v-card-title",{staticClass:"headline"},[t._v("Your image has been published!")]),t._v(" "),a("v-card-text",[a("a",{attrs:{href:"https://explorer.lbry.io/tx/"+t.txhash,target:"_blank"}},[t._v("Check out your content on the LBRY blockchain explorer")])]),t._v(" "),a("v-card-actions",[a("v-btn",{attrs:{flat:""},on:{click:function(e){t.uploadDialog=!1}}},[t._v("Dismiss this dialog")])],1)]:[a("v-card-title",{staticClass:"headline"},[a("v-progress-circular",{attrs:{indeterminate:"",color:"primary"}}),t._v(" Waiting for confirmations...")],1),t._v(" "),a("v-card-text",[t._v("Your image was uploaded to the LBRY network but we are currently waiting for the first confirmation. This should take just a few minutes. In the mean time, go ahead and try the other steps!")])]],2)],1)],1)},staticRenderFns:[]};var c={components:{hook:a("VU/8")(l,u,!1,function(t){a("7P5P")},null,null).exports},data:function(){return{}},name:"Home"},d={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("hook"),t._v(" "),a("v-container",{attrs:{fluid:""}},[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[a("h1",[t._v("HTML Ipsum Presents")]),t._v(" "),a("p",[a("strong",[t._v("Pellentesque habitant morbi tristique")]),t._v(" senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. "),a("em",[t._v("Aenean ultricies mi vitae est.")]),t._v(" Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, "),a("code",[t._v("commodo vitae")]),t._v(", ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. "),a("a",{attrs:{href:"#"}},[t._v("Donec non enim")]),t._v(" in turpis pulvinar facilisis. Ut felis.")]),t._v(" "),a("h2",[t._v("Header Level 2")]),t._v(" "),a("ol",[a("li",[t._v("Lorem ipsum dolor sit amet, consectetuer adipiscing elit.")]),t._v(" "),a("li",[t._v("Aliquam tincidunt mauris eu risus.")])]),t._v(" "),a("blockquote",[a("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.")])]),t._v(" "),a("h3",[t._v("Header Level 3")]),t._v(" "),a("ul",[a("li",[t._v("Lorem ipsum dolor sit amet, consectetuer adipiscing elit.")]),t._v(" "),a("li",[t._v("Aliquam tincidunt mauris eu risus.")])]),t._v(" "),a("pre",[a("code",[t._v("\n #header h1 a {\n display: block;\n width: 300px;\n height: 80px;\n }\n ")])])])],1)],1)],1)},staticRenderFns:[]};var v=a("VU/8")(c,d,!1,function(t){a("UtJB")},null,null).exports,m={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:"",xl6:"","offset-xl3":""}},[a("h1",{staticClass:"display-1"},[a("p",[t._v("Introduction to LBRY protocol")])]),t._v(" "),a("p",[a("img",{attrs:{src:"https://placehold.it/1200x600?text=Placeholder+Graphic"}})]),t._v(" "),a("p",[t._v("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar leo id nisl ullamcorper, non tristique nulla varius. Curabitur urna turpis, porta ac lectus vel, imperdiet semper mi. Integer sollicitudin, urna id imperdiet commodo, quam nunc ultrices dolor, eu laoreet risus ante nec purus. Vivamus eget ornare felis.")]),t._v(" "),a("h2",{staticClass:"title"},[a("p",[t._v("Subtitle here")])]),t._v(" "),a("p",[t._v("Morbi sed mauris libero. "),a("strong",[t._v("Mauris blandit")]),t._v(" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. ")]),t._v(" "),a("h2",{staticClass:"title"},[a("p",[t._v("Subtitle here")])]),t._v(" "),a("p",[t._v("Morbi sed mauris libero. "),a("strong",[t._v("Mauris blandit")]),t._v(" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. ")]),t._v(" "),a("h2",{staticClass:"title"},[a("p",[t._v("Subtitle here")])]),t._v(" "),a("p",[t._v("Morbi sed mauris libero. "),a("strong",[t._v("Mauris blandit")]),t._v(" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. ")])])],1)],1)},staticRenderFns:[]};var p=a("VU/8")({data:function(){return{}},name:"Overview"},m,!1,function(t){a("kREH")},null,null).exports,h={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("v-navigation-drawer",{attrs:{clipped:"",app:""},model:{value:t.drawer,callback:function(e){t.drawer=e},expression:"drawer"}},[a("v-list",{attrs:{dense:""}},[a("v-list-tile",[a("v-list-tile-content",[a("v-list-tile-title",[t._v("Link 1")])],1)],1),t._v(" "),a("v-list-tile",[a("v-list-tile-content",[a("v-list-tile-title",[t._v("Link 2")])],1)],1)],1)],1),t._v(" "),a("p",[t._v("Documentation will be here.")])],1)},staticRenderFns:[]};var f=a("VU/8")({data:function(){return{}},name:"Documentation"},h,!1,function(t){a("/JNp")},null,null).exports,_={render:function(){this.$createElement;this._self._c;return this._m(0)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("p",[this._v("Contribute.")])])}]};var b=a("VU/8")({data:function(){return{}},name:"Contribute"},_,!1,function(t){a("5ME/")},null,null).exports,g={render:function(){this.$createElement;this._self._c;return this._m(0)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("p",[this._v("Develop.")])])}]};var x=a("VU/8")({data:function(){return{}},name:"Develop"},g,!1,function(t){a("iob4")},null,null).exports,C={render:function(){this.$createElement;this._self._c;return this._m(0)},staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",[e("p",[this._v("Resources.")])])}]};var k=a("VU/8")({data:function(){return{}},name:"Resources"},C,!1,function(t){a("E8on")},null,null).exports,w=a("mvHQ"),y=a.n(w),L={data:function(){return{address:"Claim goes here",jsonData:"",isLoading:!1,exampleCode:""}},methods:{fetchMetadata:function(){var t=this;t.jsonData="",t.isLoading=!0,t.exampleCode='# Example code using the daemon\ncurl \'http://localhost:5279\' --data \'{"method":"resolve","params":{"uri":"'+this.address+"\"}}'",this.$http.get("http://daemon.lbry.tech/?method=resolve&uri="+this.address).then(function(e){t.isLoading=!1,t.jsonData=y()(e.body,null," ")})},chooseClaim:function(t){this.address=t,this.fetchMetadata()}},name:"Step1"},R={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{attrs:{fluid:"",id:"step1-page"}},[a("v-layout",{attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:""}},[a("h1",{staticClass:"display-2"},[t._v("Learn the LBRY protocol by examples")]),t._v(" "),a("p",{staticClass:"subheading"},[t._v("Let's start by getting the associated metadata for "),a("a",{attrs:{href:"#"}},[t._v("a claim")]),t._v(".")])]),t._v(" "),a("v-flex",{attrs:{xs12:"",sm10:""}},[a("v-text-field",{attrs:{solo:"",dark:"",prefix:"lbry://"},model:{value:t.address,callback:function(e){t.address=e},expression:"address"}})],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm2:""}},[a("v-btn",{staticClass:"mt-0",attrs:{large:""},on:{click:t.fetchMetadata}},[t._v("Execute")])],1),t._v(" "),""!=t.exampleCode?a("v-flex",{attrs:{xs12:""}},[a("pre",{directives:[{name:"highlightjs",rawName:"v-highlightjs",value:t.exampleCode,expression:"exampleCode"}]},[a("code",{staticClass:"bash"})])]):t._e(),t._v(" "),t.isLoading?a("v-flex",{attrs:{xs12:""}},[a("v-progress-circular",{attrs:{indeterminate:"",color:"primary"}})],1):t._e(),t._v(" "),t.jsonData?a("v-flex",{attrs:{xs12:""}},[a("p",{staticClass:"subheading"},[t._v("Success! Here is the response for "),a("strong",[t._v("lbry://"+t._s(t.address))]),t._v(":")]),t._v(" "),a("pre",{directives:[{name:"highlightjs",rawName:"v-highlightjs",value:t.jsonData,expression:"jsonData"}],staticClass:"json-example"},[a("code",{staticClass:"json"})]),t._v(" "),a("v-btn",{staticClass:"mt-3",attrs:{large:""},on:{click:function(e){t.$router.push("step-2")}}},[t._v("Go to next step")])],1):t._e(),t._v(" "),t.isLoading||t.jsonData?t._e():[a("v-flex",{attrs:{xs12:""}},[a("p",{staticClass:"subheading"},[t._v("... or select a live example from below")])]),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/itsadisaster.jpg",height:"200px"},on:{click:function(e){t.chooseClaim("itsadisaster")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("itsadisaster")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("It's a Disaster")]),t._v(" "),a("div",{staticClass:"account"},[t._v("Anonymous")])])])],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/unbubbled.png",height:"200px"},on:{click:function(e){t.chooseClaim("unbubbled1-1")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("unbubbled1-1")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("Unbubbled with Jamie King, Ep1.1 - Bitcoin, Boom or Bust")]),t._v(" "),a("div",{staticClass:"account"},[t._v("@Unbubbled")])])])],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/fortnite.jpg",height:"200px"},on:{click:function(e){t.chooseClaim("fortnite-top-stream-moments-nickatnyte")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("fortnite-top-stream-moments-nickatnyte")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("FORTNITE TOP STREAM MOMENTS - Nickatnyte & GamingwithMolt")]),t._v(" "),a("div",{staticClass:"account"},[t._v("@nickatnyte")])])])],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm3:""}},[a("v-card",{attrs:{hover:""}},[a("v-card-media",{attrs:{src:"static/lbrymine.png",height:"200px"},on:{click:function(e){t.chooseClaim("six")}}}),t._v(" "),a("v-card-title",{on:{click:function(e){t.chooseClaim("six")}}},[a("div",[a("h4",{staticClass:"mb-0"},[t._v("LBRY Coin (LBC) GPU Miner for AMD and NVIDIA")]),t._v(" "),a("div",{staticClass:"account"},[t._v("Anonymous")])])])],1)],1)]],2)],1)},staticRenderFns:[]};var q=a("VU/8")(L,R,!1,function(t){a("yqJF")},null,null).exports,E=a("iPd/"),D=a.n(E),F=a("yazS"),U={directives:{imagesLoaded:D.a},components:{ImageUploader:F.ImageUploader},data:function(){return{valid:!1,isLoading:!1,topLine:"This is an example meme",bottomLine:"that I made",title:"",description:"",author:"",language:"EN",license:"Public Domain",nsfw:!1,backgroundImage:"",textFieldRules:[function(t){return!!t||"Field is required"}]}},methods:{updateCanvas:function(){var t=document.getElementById("meme-canvas").getContext("2d"),e=document.getElementById("base-image");t.clearRect(0,0,400,300),t.drawImage(e,0,0,400,300,0,0,400,300),t.lineWidth=4,t.font="bold 28px Coda",t.strokeStyle="black",t.fillStyle="white",t.textAlign="center",t.textBaseline="top",t.strokeText(this.topLine.toUpperCase(),200,20),t.fillText(this.topLine.toUpperCase(),200,20),t.strokeText(this.bottomLine.toUpperCase(),200,260),t.fillText(this.bottomLine.toUpperCase(),200,260)},submit:function(){o.$emit("file-uploaded","txhashhere")},imagesLoaded:function(t){var e=this;document.fonts.load("bold 28px Coda").then(function(){e.updateCanvas()})},setImage:function(t){document.getElementById("base-image").src=t,setTimeout(this.updateCanvas,1e3)},imageUploaded:function(){}},created:function(){},watch:{topLine:function(){this.updateCanvas()},bottomLine:function(){this.updateCanvas()}},name:"Step2"},V={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-container",{attrs:{fluid:"",id:"step2-page"}},[a("v-layout",{directives:[{name:"images-loaded",rawName:"v-images-loaded",value:t.imagesLoaded,expression:"imagesLoaded"}],attrs:{row:"",wrap:""}},[a("v-flex",{attrs:{xs12:""}},[a("h1",{staticClass:"display-2"},[t._v("Publish your content on the blockchain")]),t._v(" "),a("p",{staticClass:"subheading"},[t._v("Upload an image to the blockchain and you are able to view it on the "),a("a",{attrs:{href:"http://explorer.lbry.io",target:"_blank"}},[t._v("LBRY Blockchain Explorer")]),t._v(".")])]),t._v(" "),a("v-flex",{attrs:{xs12:"",sm8:""}},[a("img",{attrs:{src:"static/lbry-green.png",id:"base-image"}}),t._v(" "),a("canvas",{attrs:{id:"meme-canvas",width:"400",height:"300"}},[t._v("\n Sorry, canvas not supported\n ")]),t._v(" "),a("v-flex",{staticClass:"mx-auto",attrs:{xs12:"",sm6:""}},[a("v-card",{staticClass:"pa-3"},[a("p",{staticClass:"subheading"},[t._v("Upload a background image")]),t._v(" "),a("image-uploader",{attrs:{quality:.8,autoRotate:!0,maxWidth:400,outputFormat:"string",preview:!1},on:{input:t.setImage,onComplete:t.imageUploaded}})],1)],1)],1),t._v(" "),a("v-flex",{attrs:{xs12:"",sm4:""}},[a("v-card",{staticClass:"pa-3"},[a("v-form",{ref:"form",attrs:{"lazy-validation":""},model:{value:t.valid,callback:function(e){t.valid=e},expression:"valid"}},[a("v-text-field",{attrs:{dark:"",solo:"",rules:t.textFieldRules,required:""},model:{value:t.topLine,callback:function(e){t.topLine=e},expression:"topLine"}}),t._v(" "),a("v-text-field",{attrs:{dark:"",solo:"",rules:t.textFieldRules,required:""},model:{value:t.bottomLine,callback:function(e){t.bottomLine=e},expression:"bottomLine"}}),t._v(" "),a("v-text-field",{attrs:{label:"Title",rules:t.textFieldRules,required:""},model:{value:t.title,callback:function(e){t.title=e},expression:"title"}}),t._v(" "),a("v-text-field",{attrs:{label:"Description",rules:t.textFieldRules,required:""},model:{value:t.description,callback:function(e){t.description=e},expression:"description"}}),t._v(" "),a("v-text-field",{attrs:{label:"Author",rules:t.textFieldRules,required:""},model:{value:t.author,callback:function(e){t.author=e},expression:"author"}}),t._v(" "),a("v-text-field",{attrs:{label:"Language",rules:t.textFieldRules,required:""},model:{value:t.language,callback:function(e){t.language=e},expression:"language"}}),t._v(" "),a("v-text-field",{attrs:{label:"License",rules:t.textFieldRules,required:""},model:{value:t.license,callback:function(e){t.license=e},expression:"license"}}),t._v(" "),a("v-checkbox",{attrs:{label:"NSFW"},model:{value:t.nsfw,callback:function(e){t.nsfw=e},expression:"nsfw"}}),t._v(" "),a("v-btn",{attrs:{disabled:!t.valid},on:{click:t.submit}},[t._v("Submit")])],1)],1)],1),t._v(" "),t.isLoading?a("v-flex",{attrs:{xs12:""}},[a("v-progress-circular",{attrs:{indeterminate:"",color:"primary"}})],1):t._e()],1)],1)},staticRenderFns:[]};var B=a("VU/8")(U,V,!1,function(t){a("V+V2")},null,null).exports,S={render:function(){var t=this.$createElement,e=this._self._c||t;return e("v-container",{attrs:{fluid:"",id:"step3-page"}},[e("v-layout",{attrs:{row:"",wrap:""}},[e("v-flex",{attrs:{xs12:""}},[e("h1",{staticClass:"display-2"},[this._v("Support your favorite content creators with LBRY")]),this._v(" "),e("p",{staticClass:"subheading"},[this._v("Send LBRY coins to claim addresses and the owner will receive it in their wallet.")])])],1)],1)},staticRenderFns:[]};var j=a("VU/8")({data:function(){return{}},methods:{},name:"Step3"},S,!1,function(t){a("eyFN")},null,null).exports;i.default.use(r.a);var M=new r.a({routes:[{path:"/",name:"Home",component:v,children:[{path:"",name:"Step1",component:q},{path:"step-2",name:"Step2",component:B},{path:"step-3",name:"Step3",component:j}]},{path:"/overview",name:"Overview",component:p},{path:"/documentation",name:"Documentation",component:f},{path:"/contribute",name:"Contribute",component:b},{path:"/develop",name:"Develop",component:x},{path:"/resources",name:"Resources",component:k}]}),P=a("3EgV"),I=a.n(P),$=(a("7zck"),a("8+8L")),T=a("5CJf"),N=a.n(T);i.default.use(I.a,{theme:{primary:"#155b4a"}}),i.default.use($.a),i.default.use(N.a),i.default.config.productionTip=!1,new i.default({el:"#app",router:M,components:{App:n},template:""})},UtJB:function(t,e){},"V+V2":function(t,e){},eyFN:function(t,e){},iob4:function(t,e){},kREH:function(t,e){},tOFu:function(t,e){},yqJF:function(t,e){}},["NHnr"]);
-//# sourceMappingURL=app.f4a1c41702b48f9c356b.js.map
\ No newline at end of file
diff --git a/dist/static/js/app.f4a1c41702b48f9c356b.js.map b/dist/static/js/app.f4a1c41702b48f9c356b.js.map
deleted file mode 100644
index d864748..0000000
--- a/dist/static/js/app.f4a1c41702b48f9c356b.js.map
+++ /dev/null
@@ -1 +0,0 @@
-{"version":3,"sources":["webpack:///./src/App.vue?34db","webpack:///./src/App.vue","webpack:///src/App.vue","webpack:///./src/event-bus.js","webpack:///src/components/partials/Hook.vue","webpack:///./src/components/partials/Hook.vue?d33a","webpack:///./src/components/partials/Hook.vue","webpack:///src/components/pages/Home.vue","webpack:///./src/components/pages/Home.vue?c121","webpack:///./src/components/pages/Home.vue","webpack:///./src/components/pages/Overview.vue?d522","webpack:///./src/components/pages/Overview.vue","webpack:///src/components/pages/Overview.vue","webpack:///./src/components/pages/Documentation.vue?d836","webpack:///./src/components/pages/Documentation.vue","webpack:///src/components/pages/Documentation.vue","webpack:///./src/components/pages/Contribute.vue?cce8","webpack:///./src/components/pages/Contribute.vue","webpack:///src/components/pages/Contribute.vue","webpack:///./src/components/pages/Develop.vue?d2cd","webpack:///./src/components/pages/Develop.vue","webpack:///src/components/pages/Develop.vue","webpack:///./src/components/pages/Resources.vue?e54d","webpack:///./src/components/pages/Resources.vue","webpack:///src/components/pages/Resources.vue","webpack:///src/components/partials/Step1.vue","webpack:///./src/components/partials/Step1.vue?5e67","webpack:///./src/components/partials/Step1.vue","webpack:///src/components/partials/Step2.vue","webpack:///./src/components/partials/Step2.vue?d8c6","webpack:///./src/components/partials/Step2.vue","webpack:///./src/components/partials/Step3.vue?2de3","webpack:///./src/components/partials/Step3.vue","webpack:///src/components/partials/Step3.vue","webpack:///./src/router/index.js","webpack:///./src/main.js"],"names":["selectortype_template_index_0_src_App","render","_vm","this","_h","$createElement","_c","_self","attrs","clipped-left","app","scroll-off-screen","staticClass","to","_v","flat","staticRenderFns","src_App","__webpack_require__","normalizeComponent","ssrContext","event_bus","vue_esm","Hook","txhash","partials_Hook","fluid","grid-list-md","text-xs-center","id","row","wrap","xs4","exact","color","fab","hide-overlay","persistent","width","model","value","callback","$$v","uploadDialog","expression","href","target","on","click","$event","indeterminate","Home","Hook_normalizeComponent","pages_Home","xs12","xl6","offset-xl3","components_pages_Home","Home_normalizeComponent","pages_Overview","src","components_pages_Overview","Overview_normalizeComponent","pages_Documentation","clipped","drawer","dense","components_pages_Documentation","Documentation_normalizeComponent","pages_Contribute","_m","components_pages_Contribute","Contribute_normalizeComponent","pages_Develop","components_pages_Develop","Develop_normalizeComponent","pages_Resources","components_pages_Resources","Resources_normalizeComponent","Step1","address","fetchMetadata","partials_Step1","sm10","solo","dark","prefix","sm2","large","exampleCode","directives","name","rawName","_e","_s","$router","push","isLoading","jsonData","sm3","hover","height","chooseClaim","components_partials_Step1","Step1_normalizeComponent","Step2","imagesLoaded","vueimagesloaded_default","a","ImageUploader","vue_image_upload_resize","updateCanvas","file","partials_Step2","sm8","sm6","quality","autoRotate","maxWidth","outputFormat","preview","input","setImage","onComplete","imageUploaded","sm4","ref","lazy-validation","valid","rules","textFieldRules","required","topLine","bottomLine","label","title","description","author","language","license","nsfw","disabled","submit","components_partials_Step2","Step2_normalizeComponent","partials_Step3","components_partials_Step3","Step3_normalizeComponent","use","vue_router_esm","router","routes","path","component","children","vuetify_default","theme","primary","vue_resource_esm","vue_highlightjs_default","config","productionTip","el","components","App","template"],"mappings":"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","file":"static/js/app.f4a1c41702b48f9c356b.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-app',[_c('v-toolbar',{attrs:{\"clipped-left\":\"\",\"app\":\"\",\"scroll-off-screen\":\"\"}},[_c('v-toolbar-title',{staticClass:\"align-center\"},[_c('span',{staticClass:\"title\"},[_c('router-link',{attrs:{\"to\":\"/\"}},[_vm._v(\"LBRY.tech\")])],1)]),_vm._v(\" \"),_c('v-spacer'),_vm._v(\" \"),_c('v-toolbar-items',{staticClass:\"hidden-sm-and-down\"},[_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/overview\"}},[_vm._v(\"Overview\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/documentation\"}},[_vm._v(\"Documentation\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/contribute\"}},[_vm._v(\"How to Contribute\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/develop\"}},[_vm._v(\"How to Develop\")]),_vm._v(\" \"),_c('v-btn',{attrs:{\"flat\":\"\",\"to\":\"/resources\"}},[_vm._v(\"Resources\")])],1)],1),_vm._v(\" \"),_c('v-content',[_c('router-view')],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-79ef867c\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/App.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-79ef867c\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../node_modules/vue-loader/lib/selector?type=styles&index=0!./App.vue\")\n}\nvar normalizeComponent = require(\"!../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./App.vue\"\nimport __vue_script__ from \"!!babel-loader!../node_modules/vue-loader/lib/selector?type=script&index=0!./App.vue\"\n/* template */\nimport __vue_template__ from \"!!../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-79ef867c\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../node_modules/vue-loader/lib/selector?type=template&index=0!./App.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/App.vue\n// module id = null\n// module chunks = ","\n \n\n \n\n \n LBRY.tech\n \n \n \n Overview\n Documentation\n How to Contribute\n How to Develop\n Resources\n \n\n \n\n \n\n \n\n \n\n \n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/App.vue","import Vue from 'vue'\n\nvar EventBus = new Vue();\n\nexport default EventBus\n\n\n\n// WEBPACK FOOTER //\n// ./src/event-bus.js","\n \n \n \n \n 1\n Resolve a claim\n \n \n \n \n 2\n Publish content\n \n \n \n \n 3\n Support with LBC\n \n \n \n \n \n \n \n Your image has been published!\n Check out your content on the LBRY blockchain explorer\n \n Dismiss this dialog\n \n \n \n Waiting for confirmations...\n Your image was uploaded to the LBRY network but we are currently waiting for the first confirmation. This should take just a few minutes. In the mean time, go ahead and try the other steps!\n \n \n \n \n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/components/partials/Hook.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',{attrs:{\"fluid\":\"\",\"grid-list-md\":\"\",\"text-xs-center\":\"\",\"id\":\"hook\"}},[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\",\"id\":\"hook-navigation\"}},[_c('v-flex',{attrs:{\"xs4\":\"\"}},[_c('router-link',{attrs:{\"exact\":\"\",\"to\":\"/\"}},[_c('v-btn',{attrs:{\"color\":\"grey\",\"fab\":\"\"}},[_vm._v(\"1\")]),_vm._v(\"\\n Resolve a claim\\n \")],1)],1),_vm._v(\" \"),_c('v-flex',{attrs:{\"xs4\":\"\"}},[_c('router-link',{attrs:{\"to\":\"/step-2\"}},[_c('v-btn',{attrs:{\"color\":\"grey\",\"fab\":\"\"}},[_vm._v(\"2\")]),_vm._v(\"\\n Publish content\\n \")],1)],1),_vm._v(\" \"),_c('v-flex',{attrs:{\"xs4\":\"\"}},[_c('router-link',{attrs:{\"to\":\"/step-3\"}},[_c('v-btn',{attrs:{\"color\":\"grey\",\"fab\":\"\"}},[_vm._v(\"3\")]),_vm._v(\"\\n Support with LBC\\n \")],1)],1)],1),_vm._v(\" \"),_c('router-view'),_vm._v(\" \"),_c('v-dialog',{attrs:{\"hide-overlay\":\"\",\"persistent\":\"\",\"width\":\"30rem\"},model:{value:(_vm.uploadDialog),callback:function ($$v) {_vm.uploadDialog=$$v},expression:\"uploadDialog\"}},[_c('v-card',[(_vm.confirmed)?[_c('v-card-title',{staticClass:\"headline\"},[_vm._v(\"Your image has been published!\")]),_vm._v(\" \"),_c('v-card-text',[_c('a',{attrs:{\"href\":'https://explorer.lbry.io/tx/' + _vm.txhash,\"target\":\"_blank\"}},[_vm._v(\"Check out your content on the LBRY blockchain explorer\")])]),_vm._v(\" \"),_c('v-card-actions',[_c('v-btn',{attrs:{\"flat\":\"\"},on:{\"click\":function($event){_vm.uploadDialog = false}}},[_vm._v(\"Dismiss this dialog\")])],1)]:[_c('v-card-title',{staticClass:\"headline\"},[_c('v-progress-circular',{attrs:{\"indeterminate\":\"\",\"color\":\"primary\"}}),_vm._v(\" Waiting for confirmations...\")],1),_vm._v(\" \"),_c('v-card-text',[_vm._v(\"Your image was uploaded to the LBRY network but we are currently waiting for the first confirmation. This should take just a few minutes. In the mean time, go ahead and try the other steps!\")])]],2)],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-1f1efcdc\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/partials/Hook.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-1f1efcdc\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Hook.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Hook.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Hook.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-1f1efcdc\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Hook.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/partials/Hook.vue\n// module id = null\n// module chunks = ","\n\n
\n\n \n\n \n\n \n\n \n\n
HTML Ipsum Presents
\n\n
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis.
\n\n
Header Level 2
\n\n \n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
\n
Aliquam tincidunt mauris eu risus.
\n \n\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.
\n\n
Header Level 3
\n\n
\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
\n\n\n\n\n\n\n\n\n\n// WEBPACK FOOTER //\n// src/components/pages/Home.vue","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('hook'),_vm._v(\" \"),_c('v-container',{attrs:{\"fluid\":\"\"}},[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\",\"xl6\":\"\",\"offset-xl3\":\"\"}},[_c('h1',[_vm._v(\"HTML Ipsum Presents\")]),_vm._v(\" \"),_c('p',[_c('strong',[_vm._v(\"Pellentesque habitant morbi tristique\")]),_vm._v(\" senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. \"),_c('em',[_vm._v(\"Aenean ultricies mi vitae est.\")]),_vm._v(\" Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, \"),_c('code',[_vm._v(\"commodo vitae\")]),_vm._v(\", ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. \"),_c('a',{attrs:{\"href\":\"#\"}},[_vm._v(\"Donec non enim\")]),_vm._v(\" in turpis pulvinar facilisis. Ut felis.\")]),_vm._v(\" \"),_c('h2',[_vm._v(\"Header Level 2\")]),_vm._v(\" \"),_c('ol',[_c('li',[_vm._v(\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\")]),_vm._v(\" \"),_c('li',[_vm._v(\"Aliquam tincidunt mauris eu risus.\")])]),_vm._v(\" \"),_c('blockquote',[_c('p',[_vm._v(\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.\")])]),_vm._v(\" \"),_c('h3',[_vm._v(\"Header Level 3\")]),_vm._v(\" \"),_c('ul',[_c('li',[_vm._v(\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\")]),_vm._v(\" \"),_c('li',[_vm._v(\"Aliquam tincidunt mauris eu risus.\")])]),_vm._v(\" \"),_c('pre',[_c('code',[_vm._v(\"\\n #header h1 a {\\n display: block;\\n width: 300px;\\n height: 80px;\\n }\\n \")])])])],1)],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-651f5aba\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/pages/Home.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-651f5aba\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Home.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Home.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Home.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-651f5aba\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Home.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/pages/Home.vue\n// module id = null\n// module chunks = ","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',[_c('v-layout',{attrs:{\"row\":\"\",\"wrap\":\"\"}},[_c('v-flex',{attrs:{\"xs12\":\"\",\"xl6\":\"\",\"offset-xl3\":\"\"}},[_c('h1',{staticClass:\"display-1\"},[_c('p',[_vm._v(\"Introduction to LBRY protocol\")])]),_vm._v(\" \"),_c('p',[_c('img',{attrs:{\"src\":\"https://placehold.it/1200x600?text=Placeholder+Graphic\"}})]),_vm._v(\" \"),_c('p',[_vm._v(\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar leo id nisl ullamcorper, non tristique nulla varius. Curabitur urna turpis, porta ac lectus vel, imperdiet semper mi. Integer sollicitudin, urna id imperdiet commodo, quam nunc ultrices dolor, eu laoreet risus ante nec purus. Vivamus eget ornare felis.\")]),_vm._v(\" \"),_c('h2',{staticClass:\"title\"},[_c('p',[_vm._v(\"Subtitle here\")])]),_vm._v(\" \"),_c('p',[_vm._v(\"Morbi sed mauris libero. \"),_c('strong',[_vm._v(\"Mauris blandit\")]),_vm._v(\" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. \")]),_vm._v(\" \"),_c('h2',{staticClass:\"title\"},[_c('p',[_vm._v(\"Subtitle here\")])]),_vm._v(\" \"),_c('p',[_vm._v(\"Morbi sed mauris libero. \"),_c('strong',[_vm._v(\"Mauris blandit\")]),_vm._v(\" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. \")]),_vm._v(\" \"),_c('h2',{staticClass:\"title\"},[_c('p',[_vm._v(\"Subtitle here\")])]),_vm._v(\" \"),_c('p',[_vm._v(\"Morbi sed mauris libero. \"),_c('strong',[_vm._v(\"Mauris blandit\")]),_vm._v(\" sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum. \")])])],1)],1)}\nvar staticRenderFns = []\nvar esExports = { render: render, staticRenderFns: staticRenderFns }\nexport default esExports\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./node_modules/vue-loader/lib/template-compiler?{\"id\":\"data-v-3ccb3d79\",\"hasScoped\":false,\"transformToRequire\":{\"video\":[\"src\",\"poster\"],\"source\":\"src\",\"img\":\"src\",\"image\":\"xlink:href\"},\"buble\":{\"transforms\":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./src/components/pages/Overview.vue\n// module id = null\n// module chunks = ","function injectStyle (ssrContext) {\n require(\"!!../../../node_modules/extract-text-webpack-plugin/dist/loader.js?{\\\"omit\\\":1,\\\"remove\\\":true}!vue-style-loader!css-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-3ccb3d79\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!sass-loader?{\\\"sourceMap\\\":true}!../../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Overview.vue\")\n}\nvar normalizeComponent = require(\"!../../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Overview.vue\"\nimport __vue_script__ from \"!!babel-loader!../../../node_modules/vue-loader/lib/selector?type=script&index=0!./Overview.vue\"\n/* template */\nimport __vue_template__ from \"!!../../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-3ccb3d79\\\",\\\"hasScoped\\\":false,\\\"transformToRequire\\\":{\\\"video\\\":[\\\"src\\\",\\\"poster\\\"],\\\"source\\\":\\\"src\\\",\\\"img\\\":\\\"src\\\",\\\"image\\\":\\\"xlink:href\\\"},\\\"buble\\\":{\\\"transforms\\\":{}}}!../../../node_modules/vue-loader/lib/selector?type=template&index=0!./Overview.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/pages/Overview.vue\n// module id = null\n// module chunks = ","\n\n \n\n \n\n \n\n
\n
Introduction to LBRY protocol
\n \n\n \n\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras pulvinar leo id nisl ullamcorper, non tristique nulla varius. Curabitur urna turpis, porta ac lectus vel, imperdiet semper mi. Integer sollicitudin, urna id imperdiet commodo, quam nunc ultrices dolor, eu laoreet risus ante nec purus. Vivamus eget ornare felis.
\n\n
\n
Subtitle here
\n \n\n
Morbi sed mauris libero. Mauris blandit sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum.
\n\n
\n
Subtitle here
\n \n\n
Morbi sed mauris libero. Mauris blandit sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum.
\n\n
\n
Subtitle here
\n \n\n
Morbi sed mauris libero. Mauris blandit sem vel libero ultrices, non porta elit rhoncus. Proin augue quam, fermentum eu malesuada a, convallis eget ligula. Vestibulum dapibus nisl eu risus blandit mattis. Quisque pretium quam id arcu aliquam imperdiet. Fusce bibendum venenatis ex eget bibendum. Cras dapibus justo vel libero cursus tincidunt. Etiam vel tincidunt augue. Proin venenatis, lorem sit amet posuere porttitor, risus est laoreet ipsum, sed interdum elit augue sed lectus. Cras dignissim odio ut commodo vestibulum.