diff --git a/json/site_content/blogPost/stage1-live.json b/json/site_content/blogPost/stage1-live.json new file mode 100644 index 0000000..31d9dff --- /dev/null +++ b/json/site_content/blogPost/stage1-live.json @@ -0,0 +1,263 @@ +{ + "data": { + "blogPost": { + "slug": "stage1-live", + "title": "LORO Testnet Stage 1 is Live", + "date": "2024-08-20", + "category": [ + { + "id": "6311820", + "slug": "developers", + "title": "Developers" + } + ], + "author": { + "id": "63992470", + "name": "Zach Ramsay" + }, + "image": { + "url": "/images/site_content/blogPost/og.png" + }, + "content": { + "blocks": [ + { + "id": "63992474", + "title": "Testnet Image" + } + ], + "links": [], + "value": { + "schema": "dast", + "document": { + "type": "root", + "children": [ + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "Yesterday the LORO Testnet stage 1 launched successfully with a diverse set of qualified Validators. The rolling genesis ceremony included Validators who demonstrated proficiency in setting up Service Provider infrastructure during stage 0." + } + ] + }, + + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "As of this writing, the chain has 57 Validators and 21 Service Providers. For every valid request published to the Laconic Registry, a copy of the specified webapp will be deployed by each online Service Provider. Service Providers will soon have the option to require payment to deploy a webapp." + } + ] + }, + + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "View the Laconic Registry records here: " + }, + { + "url": "https://loro-console.laconic.com/#/registry", + "meta": [ + { + "id": "target", + "value": "_blank" + } + ], + "type": "link", + "children": [ + { + "type": "span", + "marks": [ + "underline" + ], + "value": "https://loro-console.laconic.com/#/registry" + } + ] + }, + + + { + "type": "span", + "value": "." + } + ] + }, + + { + "type": "heading", + "level": 2, + "children": [ + { + "type": "span", + "value": "For App Publishers" + } + ] + }, + + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "Anyone who completed stage 0 registration using the onboarding process and Laconic Wallet has a funded account on stage 1, and can begin completing tasks for App Publishers. The role selected during the onboarding app no longer applies; any account can participate as an App Publisher, Service Provider, or both." + } + ] + }, + + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "We look forward to a variety of “non-reference webapps” published for Task 12. Some examples include: a personal website, simple game, or a DeFi front end like " + }, + { + "url": "https://github.com/DarkFlorist/Horswap", + "meta": [ + { + "id": "target", + "value": "_blank" + } + ], + "type": "link", + "children": [ + { + "type": "span", + "marks": [ + "underline" + ], + "value": "this fork of Uniswap" + } + ] + }, + { + "type": "span", + "value": ". This will help pave the way for an ecosystem of robust offshore web3 hosting." + } + ] + }, + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "See you on the LORO testnet!" + } + ] + }, + { + "type": "paragraph", + "children": [ + { + "type": "span", + "value": "Stay connected to Laconic on " + }, + { + "url": "https://x.com/laconicnetwork", + "meta": [ + { + "id": "target", + "value": "_blank" + } + ], + "type": "link", + "children": [ + { + "type": "span", + "marks": [ + "underline" + ], + "value": "X" + } + ] + }, + { + "type": "span", + "value": "." + } + ] + } + ] + } + }, + "featured": false, + "id": "63992475", + "_status": "published", + "_seoMetaTags": [ + { + "attributes": null, + "content": "Blog Post Title", + "tag": "title" + }, + { + "attributes": { + "property": "og:title", + "content": "Blog Post Title" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "name": "twitter:title", + "content": "Blog Post Title" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "property": "og:image", + "content": "/images/site_content/blogPost/blog-post-slug.png?auto=format&fit=max&w=1200" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "name": "twitter:image", + "content": "/images/site_content/blogPost/blog-post-slug.png?auto=format&fit=max&w=1200" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "property": "og:locale", + "content": "en" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "property": "og:type", + "content": "article" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "property": "article:modified_time", + "content": "1999-09-09T00:00:00Z" + }, + "content": null, + "tag": "meta" + }, + { + "attributes": { + "name": "twitter:card", + "content": "summary" + }, + "content": null, + "tag": "meta" + } + ] + } + } + } +} diff --git a/public/images/site_content/blogPost/og.png b/public/images/site_content/blogPost/og.png new file mode 100644 index 0000000..8cb64c8 Binary files /dev/null and b/public/images/site_content/blogPost/og.png differ