<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Introduction on </title>
    <link>/docs/</link>
    <description>Recent content in Introduction on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 06 Oct 2020 08:48:23 +0000</lastBuildDate>
    
        <atom:link href="/docs/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Install core</title>
      <link>/docs/install/install-core/</link>
      <pubDate>Mon, 16 Nov 2020 13:59:39 +0100</pubDate>
      
      <guid>/docs/install/install-core/</guid>
      <description>&lt;!-- markdownlint-disable MD041 MD033 --&gt;
&lt;p&gt;These instructions assume you can navigate the command line and edit configuration files.
If you need help with a particular step, see the &lt;a href=&#34;//localhost:1313/docs/install/install-troubleshooting&#34;&gt;installation&amp;rsquo;s troubleshooting section&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Open a terminal window.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Type &lt;code&gt;go version&lt;/code&gt;. If Go is not installed or less than Go Version 1.25.1, &lt;a href=&#34;https://go.dev/doc/install&#34;&gt;install the latest version of Go&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install or upgrade the build dependencies: &lt;em&gt;git&lt;/em&gt;, &lt;em&gt;cmake&lt;/em&gt;, &lt;em&gt;ninja&lt;/em&gt;, &lt;em&gt;curl&lt;/em&gt;, &lt;em&gt;python&lt;/em&gt;, &lt;em&gt;clang-format&lt;/em&gt;, &lt;em&gt;jq&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://trueblocks.io/docs/install/install-troubleshooting/#installing-build-tools&#34;&gt;Install dependencies&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Clone the repo and compile the executable:&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Unchained Index</title>
      <link>/docs/install/build-unchained-index/</link>
      <pubDate>Mon, 09 Aug 2021 10:19:51 -0300</pubDate>
      
      <guid>/docs/install/build-unchained-index/</guid>
      <description>&lt;!-- markdownlint-disable MD041 MD033 --&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;If you want&amp;hellip;&lt;/th&gt;
          &lt;th&gt;and you don&amp;rsquo;t mind&amp;hellip;&lt;/th&gt;
          &lt;th&gt;then use&amp;hellip;&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;to minimize the size of the data stored locally and&lt;br&gt;you want to get started faster&amp;hellip;&lt;/td&gt;
          &lt;td&gt;slower first-time queries on new addresses, an index&lt;br&gt;that&amp;rsquo;s slightly behind the head of the chain, an index&lt;br&gt;created by someone else&amp;hellip;&lt;/td&gt;
          &lt;td&gt;&lt;a href=&#34;#use-init-to-get-only-the-chunks-you-query&#34;&gt;&lt;code&gt;chifra init&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;to maximize the speed of first-time queries for&lt;br&gt;new addresses&amp;hellip;&lt;/td&gt;
          &lt;td&gt;longer initial setup time, ~70 GB of local storage, an&lt;br&gt;index that&amp;rsquo;s slightly behind the head of the chain, an&lt;br&gt;index created by someone else&amp;hellip;&lt;/td&gt;
          &lt;td&gt;&lt;a href=&#34;#use_init_all-to-get-all-index-chunks&#34;&gt;&lt;code&gt;chifra init --all&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;have a locally-running node and wish to build&lt;br&gt;the index yourself&amp;hellip;&lt;/td&gt;
          &lt;td&gt;two to three days setup time and running your own&lt;br&gt;local node (such as dAppnode)&amp;hellip;.&lt;/td&gt;
          &lt;td&gt;&lt;a href=&#34;#use-scrape-to-build-your-own-index&#34;&gt;&lt;code&gt;chifra scrape&lt;/code&gt;&lt;/a&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;getting-the-index-without-running-a-node&#34;&gt;Getting the index without running a node&lt;/h2&gt;
&lt;p&gt;If you&amp;rsquo;re not running your own node (or you don&amp;rsquo;t feel like waiting), you can download all or part of a pre-built index from IPFS.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Install explorer</title>
      <link>/docs/install/install-explorer/</link>
      <pubDate>Fri, 02 Jul 2021 08:01:07 -0300</pubDate>
      
      <guid>/docs/install/install-explorer/</guid>
      <description>&lt;p&gt;First, make sure that you have the &lt;code&gt;chifra-core&lt;/code&gt; backend up and running,
then run the application from &lt;a href=&#34;https://github.com/TrueBlocks/trueblocks-explorer&#34;&gt;a clone of the explorer repo&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;p&gt;☑ Set up the trueblocks backend using the &lt;a href=&#34;//localhost:1313/docs/install/install-core&#34;&gt;chifra installation instructions&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;☑ In a terminal window, run the command &lt;code&gt;chifra serve&lt;/code&gt;&lt;/p&gt;
&lt;h2 id=&#34;install&#34;&gt;Install&lt;/h2&gt;
&lt;p&gt;Keep the &lt;code&gt;chifra serve&lt;/code&gt; process running.&lt;/p&gt;
&lt;p&gt;Then, in a new terminal, run these commands:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;git clone git@github.com:TrueBlocks/trueblocks-explorer.git&lt;/li&gt;
&lt;li&gt;cd trueblocks-explorer&lt;/li&gt;
&lt;li&gt;cp .env.example .env&lt;/li&gt;
&lt;li&gt;yarn&lt;/li&gt;
&lt;li&gt;yarn develop&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Open your browser, and access the app from &lt;code&gt;localhost:1234&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Troubleshooting</title>
      <link>/docs/install/install-troubleshooting/</link>
      <pubDate>Mon, 16 Nov 2020 13:59:39 +0100</pubDate>
      
      <guid>/docs/install/install-troubleshooting/</guid>
      <description>&lt;p&gt;This section lists solutions to problems some users have run into with the installation. If you continue to have trouble, &lt;a href=&#34;https://github.com/TrueBlocks/trueblocks-core/issues&#34;&gt;create an issue&lt;/a&gt;, or ask us on discord.&lt;/p&gt;
&lt;h2 id=&#34;dependencies&#34;&gt;Dependencies&lt;/h2&gt;
&lt;h3 id=&#34;installing-go&#34;&gt;Installing go&lt;/h3&gt;
&lt;h4 id=&#34;how-do-i-check-my-go-version&#34;&gt;How do I check my Go Version?&lt;/h4&gt;
&lt;p&gt;Run this command&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-shell&#34;&gt;go version
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;TrueBlocks needs version 1.25.1 or later. If you to install or update Go, &lt;a href=&#34;https://golang.org/doc/install&#34;&gt;see here&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;installing-build-tools&#34;&gt;Installing build tools&lt;/h3&gt;
&lt;h4 id=&#34;how-do-i-install-the-build-packages-for-my-system&#34;&gt;How do I install the build packages for my system?&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Linux:&lt;/strong&gt; &lt;code&gt;sudo apt install build-essential git cmake ninja-build python3 python3-dev libcurl4-openssl-dev clang-format jq&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Prologue</title>
      <link>/docs/prologue/</link>
      <pubDate>Tue, 06 Oct 2020 08:48:45 +0000</pubDate>
      
      <guid>/docs/prologue/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
