<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#Subsuid Archives - Smart Liquidity Research</title>
	<atom:link href="https://smartliquidity.info/tag/subsuid/feed/" rel="self" type="application/rss+xml" />
	<link>https://smartliquidity.info/tag/subsuid/</link>
	<description>Crypto News &#38; Data Space</description>
	<lastBuildDate>Wed, 11 Jan 2023 00:24:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://smartliquidity.info/wp-content/uploads/2021/03/cropped-512-1-1-32x32.png</url>
	<title>#Subsuid Archives - Smart Liquidity Research</title>
	<link>https://smartliquidity.info/tag/subsuid/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Subsquid Support For Fantom</title>
		<link>https://smartliquidity.info/2023/01/11/subsquid-support-for-fantom/</link>
		
		<dc:creator><![CDATA[Ana Marie]]></dc:creator>
		<pubDate>Wed, 11 Jan 2023 00:24:58 +0000</pubDate>
				<category><![CDATA[Polkadot News]]></category>
		<category><![CDATA[#Fantom]]></category>
		<category><![CDATA[#Polkadot]]></category>
		<category><![CDATA[#PolkadotSpace]]></category>
		<category><![CDATA[#Subsuid]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=85252</guid>

					<description><![CDATA[<p>Subsquid Indexing Comes to Fantom Subsquid are excited to continue this trend by revealing the Subsquid support for Fantom. Quickstart Guide for EVM Chains This demo squid outputs transactions to the “black hole” address 0x0000000000000000000000000000000000000000. It is intended to be a starter project for building a custom squid that indexes the logs and transaction data [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2023/01/11/subsquid-support-for-fantom/">Subsquid Support For Fantom</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 id="472c" class="pw-post-title hg hh hi bd hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy hz ia ib ic id ie bi" style="text-align: center;"><em><strong><span style="color: #00ccff;">Subsquid</span> Indexing Comes to <span style="color: #00ccff;">Fantom</span></strong></em></h3>
<p id="9b99" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph=""><a href="https://subsquid.io/"><strong><span style="color: #00ccff;">Subsquid</span> </strong></a>are excited to continue this trend by revealing the Subsquid support for <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://fantom.foundation"><strong class="is hj">Fantom</strong></a></span>.</p>
<h2 id="8bb4" class="ke jy hi bd kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx ky kz la bi">Quickstart Guide for EVM Chains</h2>
<p id="d698" class="pw-post-body-paragraph iq ir hi is b it lb iv iw ix lc iz ja jb ld jd je jf le jh ji jj lf jl jm jn hb bi" data-selectable-paragraph="">This demo squid outputs transactions to the “black hole” address 0x0000000000000000000000000000000000000000.</p>
<p id="51fc" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">It is intended to be a starter project for building a custom squid that indexes the logs and transaction data of EVM chains.</p>
<p id="fc78" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">Before getting started, come up with an original name for your squid, then generate your demo with the following commands:</p>
<pre class="jo jp jq jr fc js jt ju bn jv jw bi"><span id="9a50" class="jx jy hi jt b be jz ka l kb kc" data-selectable-paragraph=""><span class="hljs-quote">&gt; sqd init my-awesome-squid — template evm</span>
<span class="hljs-quote">&gt; cd my-awesome-squid</span>
<span class="hljs-quote">&gt; npm ci</span>
<span class="hljs-quote">&gt; npm run build</span>
<span class="hljs-quote">&gt; make up</span>
<span class="hljs-quote">&gt; make process</span></span></pre>
<p id="0abc" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">Don’t forget to install <a class="ae kd" href="https://docs.subsquid.io/squid-cli/" target="_blank" rel="noopener ugc nofollow">squid CLI</a>!</p>
<pre class="jo jp jq jr fc js jt ju bn jv jw bi"><span id="e9f7" class="jx jy hi jt b be jz ka l kb kc" data-selectable-paragraph="">Homebrew:
<span class="hljs-quote">&gt; brew tap subsquid/cli</span>
<span class="hljs-quote">&gt; brew install sqd</span>

NPM:
<span class="hljs-quote">&gt; npm i -g @subsquid/cli@latest</span>

Check the version:
<span class="hljs-quote">&gt; sqd — version</span></span></pre>
<p id="4674" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">There are many squid templates available. Explore them all by entering:</p>
<pre class="jo jp jq jr fc js jt ju bn jv jw bi"><span id="1532" class="jx jy hi jt b be jz ka l kb kc" data-selectable-paragraph=""><span class="hljs-meta.prompt">&gt; </span>sqd init — help</span></pre>
<p>&nbsp;</p>
<h2 id="8f07" class="ke jy hi bd kf kg kh ki kj kk kl km kn ko lv kq kr ks lw ku kv kw lx ky kz la bi">Custom GraphQL APIs and ETLs for Next-Gen dApps</h2>
<p id="276e" class="pw-post-body-paragraph iq ir hi is b it lb iv iw ix lc iz ja jb ld jd je jf le jh ji jj lf jl jm jn hb bi" data-selectable-paragraph="">Web3 changing, a new generation of dApps being develop. NFTs are pivoting from simple cartoon pictures to tools that power complex use cases such as identity, social media, games, and supply chains. DeFi becoming more advance, and increasingly enhance by AI-powered models &amp; ML-trained automations. Users and developers now expect better experiences when using these applications.</p>
<p id="ad30" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">With a unique approach to indexing and ETL, we at Subsquid arebuilding for this new paradigm. Subsquid and its open-source software development kit (SDK) have a modular architecture, which separates blockchain data ingestion from transformation and presentation. This frees developers up to apply their own custom logic to their “squids” (node.js indexing projects).</p>
<p id="74ae" class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">When a dApp ‘powered by Subsquid,’ the heavy lifting of data extraction taken care of by squid Archives — data lakes that store pre-indexed data in a normalized format, and which are maintained by Subsquid (and — soon — by a decentralized network). With the addition of batch ingestion, squids are enabled to index data at rates as high as 50,000 blocks per second — performance significantly beyond that of Subgraphs. Importantly, squids typically require no additional endpoints and have no external dependencies at setup.</p>
<h2 id="54c8" class="ke jy hi bd kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx ky kz la bi"><strong>Other squid features include:</strong></h2>
<ul class="">
<li id="ece7" class="ly lz hi is b it lb ix lc jb ma jf mb jj mc jn md me mf mg bi" data-selectable-paragraph="">Full control over the target database (Postgres), including custom migrations and ad-hoc queries in the handler.Custom target databases and data formats (e.g. CSV, BigQuery).</li>
<li id="699e" class="ly lz hi is b it mh ix mi jb mj jf mk jj ml jn md me mf mg bi" data-selectable-paragraph="">Arbitrary code execution in the data handler.</li>
<li id="f452" class="ly lz hi is b it mh ix mi jb mj jf mk jj ml jn md me mf mg bi" data-selectable-paragraph="">Extension of the GraphQL API with arbitrary SQL.</li>
<li id="4f5b" class="ly lz hi is b it mh ix mi jb mj jf mk jj ml jn md me mf mg bi" data-selectable-paragraph="">Secret environment variables, allowing for seamless use of private third-party JSON-RPC endpoints and integration with external APIs.</li>
<li id="0509" class="ly lz hi is b it mh ix mi jb mj jf mk jj ml jn md me mf mg bi" data-selectable-paragraph="">API versioning and aliasing.</li>
<li id="651c" class="ly lz hi is b it mh ix mi jb mj jf mk jj ml jn md me mf mg bi" data-selectable-paragraph="">API caching</li>
</ul>
<h2 id="bf57" class="ke jy hi bd kf kg kh ki kj kk kl km kn ko lv kq kr ks lw ku kv kw lx ky kz la bi">Contributing to the Fantom Ecosystem</h2>
<p id="5d71" class="pw-post-body-paragraph iq ir hi is b it lb iv iw ix lc iz ja jb ld jd je jf le jh ji jj lf jl jm jn hb bi" data-selectable-paragraph="">Fantom a high-performance, scalable, customizable, and secure EVM-compatible smart contract platform. Design to be truly next-generation, addressing many limitations of other blockchains. Key to this is Lachesis, an aBFT consensus protocol, which makes Fantom faster and more scalable than many previous technologies. Lachesis both customizable and modular, and intended for interoperability. At Subsquid, they look forward to leveraging the experience in cross-chain indexing in order to contribute to Fantom’s multi-chain future.</p>
<p class="pw-post-body-paragraph iq ir hi is b it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn hb bi" data-selectable-paragraph="">Over the last few weeks, they have coordinated with several members of the Fantom team. They  have been very impressed by their professionalism, &amp; look forward to working together on multiple fronts, including developer relations, marketing, &amp; data analytics.</p>
<h3 id="about-snow-network"><strong>About Subsquid</strong></h3>
<p>Subsquid developing the <a href="https://subsquid.io/">go-to indexing solution</a> for the Polkadot and Kusama ecosystems. Led by its core principle of building scalable and intuitive systems. The Subsquid solves a common issue for parachain projects: extracting and processing on-chain data.</p>
<p><span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://subsquid.io/">Website</a> </strong></span>| <span style="color: #00ccff;"><strong><a style="color: #00ccff;" href="https://twitter.com/subsquid">Twitter</a> </strong></span>|</p>
<p><span style="color: #00ccff;"><a style="color: #00ccff;" href="https://medium.com/subsquid/subsquid-indexing-comes-to-fantom-f991ff5f4ec8"><strong>Source</strong></a></span></p>
<h4><span style="color: #ffff00;"><a style="color: #ffff00;" href="https://docs.google.com/forms/d/e/1FAIpQLSdACnREL_I_9ZxTj4-6Xu6_kwmIAg4KZmnNHOyn0sIttl2zZw/viewform"><strong>REQUEST AN ARTICLE</strong></a></span></h4>
<p>The post <a href="https://smartliquidity.info/2023/01/11/subsquid-support-for-fantom/">Subsquid Support For Fantom</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
