<?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>#WASM Archives - Smart Liquidity Research</title>
	<atom:link href="https://smartliquidity.info/tag/wasm/feed/" rel="self" type="application/rss+xml" />
	<link>https://smartliquidity.info/tag/wasm/</link>
	<description>Crypto News &#38; Data Space</description>
	<lastBuildDate>Sun, 19 Jul 2026 06:38:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://smartliquidity.info/wp-content/uploads/2021/03/cropped-512-1-1-32x32.png</url>
	<title>#WASM Archives - Smart Liquidity Research</title>
	<link>https://smartliquidity.info/tag/wasm/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The Impact of Arbitrum Stylus Introduction</title>
		<link>https://smartliquidity.info/2025/06/13/the-impact-of-arbitrum-stylus-introduction/</link>
		
		<dc:creator><![CDATA[Mische Martinete]]></dc:creator>
		<pubDate>Fri, 13 Jun 2025 12:27:35 +0000</pubDate>
				<category><![CDATA[Arbitrum Universe]]></category>
		<category><![CDATA[#Arbitrum]]></category>
		<category><![CDATA[#ARBITRUMSTYLUS]]></category>
		<category><![CDATA[#Blockchain]]></category>
		<category><![CDATA[#crypto]]></category>
		<category><![CDATA[#DeFi]]></category>
		<category><![CDATA[#Ethereum]]></category>
		<category><![CDATA[#EVM]]></category>
		<category><![CDATA[#Layer2]]></category>
		<category><![CDATA[#RUST]]></category>
		<category><![CDATA[#SCALING]]></category>
		<category><![CDATA[#SmartContracts]]></category>
		<category><![CDATA[#STYLUS]]></category>
		<category><![CDATA[#WASM]]></category>
		<category><![CDATA[#web3]]></category>
		<category><![CDATA[#WEBASSEMBLY]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=99609</guid>

					<description><![CDATA[<p>The Impact of Arbitrum Stylus! As blockchain technology continues to evolve, scalability and developer accessibility remain central challenges. Arbitrum, a prominent Layer 2 scaling solution for Ethereum developed by Offchain Labs, has long aimed to address these hurdles through its optimistic rollup architecture. In 2023, the team introduced a major innovation: Arbitrum Stylus. This new [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2025/06/13/the-impact-of-arbitrum-stylus-introduction/">The Impact of Arbitrum Stylus Introduction</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3  data-start="101" data-end="132"><strong><em>The Impact of Arbitrum Stylus! As blockchain technology continues to evolve, scalability and developer accessibility remain central challenges. Arbitrum, a prominent Layer 2 scaling solution for Ethereum developed by Offchain Labs, has long aimed to address these hurdles through its optimistic rollup architecture.</em> </strong></h3>
<p >In 2023, the team introduced a major innovation: <strong data-start="485" data-end="504">Arbitrum Stylus</strong>. This new toolset dramatically extends the developer experience and compute capabilities on Arbitrum by enabling the use of <strong data-start="629" data-end="651">WebAssembly (Wasm)</strong> alongside Ethereum’s native language, Solidity.</p>
<p >This article explores the impact of Arbitrum Stylus on the broader blockchain ecosystem — from developer flexibility and performance improvements to new possibilities in smart contract design and decentralized applications (dApps).</p>
<h4 >What is Arbitrum Stylus?</h4>
<p  data-start="968" data-end="1342">Arbitrum Stylus is a major upgrade that allows developers to write and deploy smart contracts in <strong data-start="1065" data-end="1100">WebAssembly-supported languages</strong> like <strong data-start="1106" data-end="1114">Rust</strong>, <strong data-start="1116" data-end="1121">C</strong>, and <strong data-start="1127" data-end="1134">C++</strong>, in addition to Solidity. Stylus executes these contracts within the same Arbitrum virtual machine (AVM) that powers Solidity contracts, allowing seamless interoperability and compatibility across languages.</p>
<p  data-start="1344" data-end="1524">Stylus leverages the speed and safety of WebAssembly (Wasm), a binary instruction format designed for efficient execution and portability, widely used outside the blockchain space.</p>
<h4  data-start="1344" data-end="1524"><strong>Key Features and Advantages</strong></h4>
<p >1. <strong data-start="1570" data-end="1613">Multilingual Smart Contract Development</strong></p>
<p >With Stylus, developers can now build smart contracts in languages they’re already familiar with, such as:</p>
<ul>
<li ><strong data-start="1725" data-end="1733">Rust</strong> – known for safety and concurrency</li>
<li ><strong data-start="1771" data-end="1780">C/C++</strong> – used extensively in systems programming and embedded devices</li>
</ul>
<p >This opens up Ethereum and Arbitrum to a broader pool of developers from traditional tech backgrounds who may not have prior Solidity experience.</p>
<p >2. <strong data-start="1999" data-end="2027">Performance Improvements</strong></p>
<p >Stylus smart contracts are compiled to WebAssembly, which executes significantly faster than EVM bytecode. In testing, Stylus showed:</p>
<ul>
<li >Up to <strong data-start="2172" data-end="2198">10-20x lower gas costs</strong></li>
<li ><strong data-start="2201" data-end="2227">50x faster computation</strong> for specific workloads (e.g., loops, numerical computation)</li>
</ul>
<p >This performance gain is especially impactful for dApps requiring complex logic, like DeFi platforms, zero-knowledge applications, or on-chain games.</p>
<p >3. <strong data-start="2447" data-end="2475">Secure Memory Management</strong></p>
<p >WebAssembly’s sandboxed execution model provides memory safety by design, reducing vulnerabilities such as buffer overflows and memory leaks. Combined with Rust’s ownership model, Stylus contracts can offer an inherently more secure smart contract architecture.</p>
<p >4. <strong data-start="2747" data-end="2787">Shared State with Solidity Contracts</strong></p>
<p >Stylus contracts can read and write to the same state as Solidity contracts on Arbitrum, which means:</p>
<ul>
<li >Developers can incrementally adopt Stylus without needing to rewrite entire dApps</li>
<li >Hybrid contracts can mix EVM and Wasm logic for optimal performance</li>
</ul>
<h4 ><strong>Real-World Use Cases</strong></h4>
<p ><span data-start="3083" data-end="3091">🧿 </span><strong data-start="3083" data-end="3091">DeFi</strong>: Arbitrum Stylus enables more efficient on-chain calculations and oracles, critical for financial applications with high-frequency updates.</p>
<p ><span data-start="3239" data-end="3249">🎯 </span><strong data-start="3239" data-end="3249">Gaming</strong>: On-chain games with complex physics or rendering logic benefit from faster loops and mathematical computation.</p>
<p ><span data-start="3369" data-end="3387">🟠 </span><strong data-start="3369" data-end="3387">AI/ML on-chain</strong>: Lightweight machine learning models written in Rust or C++ can now run directly on-chain, enabling applications like decentralized recommendation engines or on-chain analytics.</p>
<p ><span data-start="3573" data-end="3596">🔵 </span><strong data-start="3573" data-end="3596">ZK Proof Generation</strong>: Zero-knowledge proofs can be computed more efficiently using low-level languages, making Stylus a natural fit for ZK-friendly infrastructure.</p>
<h4 ><strong>Ecosystem and Developer Adoption</strong></h4>
<p  data-start="3783" data-end="4000">Since its launch, Stylus has seen growing interest from developer communities, particularly those in Rust and C++. Arbitrum has also released tooling to support local development, testing, and deployment using Stylus.</p>
<p  data-start="4002" data-end="4295">Early adopters include projects building on advanced cryptography, high-throughput financial products, and complex simulations. The broader Ethereum community has recognized Stylus as a powerful innovation in expanding Ethereum’s capabilities without compromising security or decentralization.</p>
<h4  data-start="4002" data-end="4295"><strong>Challenges and Considerations</strong></h4>
<p >Despite its benefits, Stylus introduces a few new complexities:</p>
<ul>
<li ><strong data-start="4403" data-end="4423">Tooling Maturity</strong>: The ecosystem around WebAssembly smart contracts is still young compared to Solidity&#8217;s.</li>
<li ><strong data-start="4515" data-end="4527">Auditing</strong>: New languages mean different security paradigms, requiring auditors to expand their toolkits.</li>
<li ><strong data-start="4625" data-end="4648">Developer Education</strong>: Encouraging traditional devs to transition into blockchain still involves a learning curve regarding decentralization, gas fees, and smart contract design.</li>
</ul>
<h4 ><strong>Synopsis</strong></h4>
<p >Arbitrum Stylus represents a major leap forward in blockchain development. By bringing powerful, general-purpose languages like Rust and C++ into the smart contract world — and doing so in a way that interoperates with existing EVM-based infrastructure — Stylus effectively bridges the gap between traditional software engineering and Web3.</p>
<p >Its impact is already being felt across DeFi, gaming, and advanced cryptographic applications, and its long-term implications could redefine how developers approach decentralized systems. As Stylus continues to mature, it promises to make smart contract development faster, safer, and more accessible to the next generation of Web3 builders.</p>
<h5 ><span style="color: #ffff99;"><strong><a style="color: #ffff99;" href="https://docs.google.com/forms/d/e/1FAIpQLSdACnREL_I_9ZxTj4-6Xu6_kwmIAg4KZmnNHOyn0sIttl2zZw/viewform">REQUEST AN ARTICLE</a></strong></span></h5>
<p>The post <a href="https://smartliquidity.info/2025/06/13/the-impact-of-arbitrum-stylus-introduction/">The Impact of Arbitrum Stylus Introduction</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Smart Contracts Beyond Solidity: The Future of Web3 Development</title>
		<link>https://smartliquidity.info/2025/03/28/smart-contracts-beyond-solidity-the-future-of-web3-development/</link>
		
		<dc:creator><![CDATA[Mische Martinete]]></dc:creator>
		<pubDate>Fri, 28 Mar 2025 01:34:36 +0000</pubDate>
				<category><![CDATA[Arbitrum Universe]]></category>
		<category><![CDATA[#Arbitrum]]></category>
		<category><![CDATA[#Blockchain]]></category>
		<category><![CDATA[#crypto]]></category>
		<category><![CDATA[#decentralization]]></category>
		<category><![CDATA[#DeFi]]></category>
		<category><![CDATA[#Developers]]></category>
		<category><![CDATA[#Ethereum]]></category>
		<category><![CDATA[#FutureTech]]></category>
		<category><![CDATA[#Layer2]]></category>
		<category><![CDATA[#Move]]></category>
		<category><![CDATA[#RUST]]></category>
		<category><![CDATA[#Scalability]]></category>
		<category><![CDATA[#SmartContracts]]></category>
		<category><![CDATA[#WASM]]></category>
		<category><![CDATA[#web3]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=98609</guid>

					<description><![CDATA[<p>Smart Contracts Beyond Solidity: The Future of Web3 Development! In the ever-evolving world of blockchain, smart contracts have been a game-changer, enabling decentralized applications (dApps) to automate trustless transactions. While Solidity, Ethereum’s primary smart contract language, has been the go-to choice for developers, the industry is now expanding beyond Solidity to embrace new possibilities. Why [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2025/03/28/smart-contracts-beyond-solidity-the-future-of-web3-development/">Smart Contracts Beyond Solidity: The Future of Web3 Development</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><strong>Smart Contracts Beyond Solidity: The Future of Web3 Development! In the ever-evolving world of blockchain, smart contracts have been a game-changer, enabling decentralized applications (dApps) to automate trustless transactions.</strong> </em></h3>
<p>While <strong data-start="245" data-end="257">Solidity</strong>, Ethereum’s primary smart contract language, has been the go-to choice for developers, the industry is now expanding beyond Solidity to embrace new possibilities.</p>
<h4><strong>Why Move Beyond Solidity?</strong></h4>
<p>Solidity has established itself as the standard for Ethereum and Layer 2 solutions like <strong data-start="547" data-end="559">Arbitrum</strong>, but developers are exploring alternative programming languages for enhanced security, efficiency, and interoperability.</p>
<p>Some of the key drivers include:</p>
<ul>
<li><strong data-start="719" data-end="747"><span style="color: #0000ff;">Scalability &amp; Efficiency</span><br />
</strong>Languages like <strong data-start="765" data-end="803">Rust, Move, and WebAssembly (WASM)</strong> offer performance improvements and reduced gas fees.</li>
<li><strong data-start="861" data-end="880"><span style="color: #0000ff;">Better Security</span><br />
</strong>Certain languages introduce stronger memory safety, reducing vulnerabilities like reentrancy attacks.</li>
<li><strong data-start="989" data-end="1018"><span style="color: #0000ff;">Multi-Chain Compatibility</span><br />
</strong>Cross-chain ecosystems benefit from smart contracts that work across different blockchains, not just EVM-compatible ones.</li>
</ul>
<p>New Languages Powering Smart Contracts</p>
<ol>
<li><strong data-start="1198" data-end="1206"><span style="color: #0000ff;">Rust</span><br />
</strong>Used by Solana and Near, Rust is known for its performance and safety features.</li>
<li><strong data-start="1295" data-end="1303"><span style="color: #0000ff;">Move</span><br />
</strong>Developed by Meta for Diem, Move is now powering blockchains like Aptos and Sui with its resource-oriented model.</li>
<li><strong data-start="1426" data-end="1448"><span style="color: #0000ff;">WASM (WebAssembly)</span><br />
</strong>Enabling smart contracts on Polkadot, Internet Computer, and more, WASM enhances execution speed and flexibility</li>
</ol>
<h4><strong>Arbitrum’s Role in the Evolution of Smart Contracts</strong></h4>
<p>Arbitrum, a leading Layer 2 scaling solution for Ethereum, is embracing this shift by supporting multiple languages beyond Solidity. With <strong data-start="1767" data-end="1786">Arbitrum Stylus</strong>, developers can write smart contracts in <strong data-start="1828" data-end="1848">Rust, C, and C++</strong>, making blockchain development more accessible to Web2 engineers.</p>
<h4><strong>The Future of Smart Contracts</strong></h4>
<p>The expansion beyond Solidity signifies a maturing blockchain space. Developers can now choose the best tool for their needs while ensuring <strong data-start="2098" data-end="2154">scalability, security, and cross-chain compatibility</strong>. As innovation continues, expect more <strong data-start="2193" data-end="2222">multi-language frameworks</strong>, <strong data-start="2224" data-end="2252">enhanced developer tools</strong>, and <strong data-start="2258" data-end="2303">greater adoption of blockchain technology</strong>.</p>
<h5><span style="color: #ffff99;"><strong><a style="color: #ffff99;" href="https://docs.google.com/forms/d/e/1FAIpQLSdACnREL_I_9ZxTj4-6Xu6_kwmIAg4KZmnNHOyn0sIttl2zZw/viewform">REQUEST AN ARTICLE</a></strong></span></h5>
<p>The post <a href="https://smartliquidity.info/2025/03/28/smart-contracts-beyond-solidity-the-future-of-web3-development/">Smart Contracts Beyond Solidity: The Future of Web3 Development</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Subsquid Partnership With Aleph Zero</title>
		<link>https://smartliquidity.info/2023/01/15/subsquid-partnership-with-aleph-zero/</link>
		
		<dc:creator><![CDATA[Ana Marie]]></dc:creator>
		<pubDate>Sat, 14 Jan 2023 22:36:49 +0000</pubDate>
				<category><![CDATA[Polkadot News]]></category>
		<category><![CDATA[#AlephZero]]></category>
		<category><![CDATA[#Polkadot]]></category>
		<category><![CDATA[#PolkadotSpace]]></category>
		<category><![CDATA[#WASM]]></category>
		<category><![CDATA[Subsquid]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=85521</guid>

					<description><![CDATA[<p>Subsquid partnership with Aleph Zero on Data Tooling and WASM Subsquid partnership with Aleph Zero, a layer-1 privacy-enhancing blockchain that ensures scalability, low transaction fees, and maximum security guarantees for developers. They have already provided indexing support to Aleph Zero’s community of builders for some time, and they are looking forward to continuing to collaborate with the [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2023/01/15/subsquid-partnership-with-aleph-zero/">Subsquid Partnership With Aleph Zero</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 id="77d1" class="pw-post-title hf hg hh bd hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy hz ia ib ic id bi" style="text-align: center;"><em><strong><span style="color: #00ccff;">Subsquid</span> partnership with <span style="color: #00ccff;">Aleph Zero</span> on Data Tooling and WASM</strong></em></h3>
<p id="10d1" class="pw-post-body-paragraph ip iq hh ir b is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm ha bi" data-selectable-paragraph=""><a href="https://subsquid.io/"><strong><span style="color: #00ccff;">Subsquid</span></strong></a> partnership with <span style="color: #00ccff;"><a style="color: #00ccff;" href="http://alephzero.org/"><strong>Aleph Zero</strong></a></span>, a layer-1 privacy-enhancing blockchain that ensures scalability, low transaction fees, and maximum security guarantees for developers. They have already provided indexing support to Aleph Zero’s community of builders for some time, and they are looking forward to continuing to collaborate with the blockchain’s core team on data tooling and infrastructure.</p>
<p id="6a3b" class="pw-post-body-paragraph ip iq hh ir b is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm ha bi" data-selectable-paragraph="">Subsquid the team behind squid SDK, an open-source framework that enables Web3 builders to create scalable and performant indexers which extract, transform, and present blockchain data as GraphQL APIs or in virtually any other format. Squids can be hosted for free using Subsquid’s hosted service, the Aquarium, and receive data from what will soon be a decentralized network of Archives. The Subsquid framework can be used to retrieve data from well over 70 EVM, Substrate, and WASM-based networks.</p>
<p id="7e9b" class="pw-post-body-paragraph ip iq hh ir b is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm ha bi" data-selectable-paragraph="">Aleph Zero is a layer-1 blockchain platform based on AlephBFT, a novel, peer-reviewed consensus protocol. Utilizing a Directed Acyclic Graph architecture as an intermediary data structure, AlephBFT results in rapid time to finality and is integrated into Substrate as a solo chain. The Aleph Zero smart contract pallet takes advantage of ink!, a Rust-embedded domain-specific language (eDSL) that compiles to WASM. In 2023, Aleph Zero will introduce Liminal, a software-based privacy layer based on zero-knowledge proofs and secure multi-party computation.</p>
<h2 id="a7b1" class="jn jo hh bd jp jq jr js jt ju jv jw jx ja jy jz ka je kb kc kd ji ke kf kg kh bi" data-selectable-paragraph=""><strong class="ak">Subsquid on Aleph Zero</strong></h2>
<p id="9573" class="pw-post-body-paragraph ip iq hh ir b is ki iu iv iw kj iy iz ja kk jc jd je kl jg jh ji km jk jl jm ha bi" data-selectable-paragraph="">In order to get Aleph Zero ecosystem builders off to a running start when building their first squid indexers. They have prepared a step-by-step <a class="ae kn" href="https://docs.subsquid.io/tutorials/create-a-wasm-processing-squid/" target="_blank" rel="noopener ugc nofollow">tutorial</a>. Developers should use the substrate template, which can be auto-generate using the init command. They may then take advantage of Subsquid’s additional tooling for dealing with ink! smart contracts. This includes:</p>
<ul class="">
<li id="03e4" class="ko kp hh ir b is it iw ix ja kq je kr ji ks jm kt ku kv kw bi" data-selectable-paragraph="">@subsquid/ink-abi — A performant library to decode the binary contract data using the contract ABI</li>
<li id="9c4c" class="ko kp hh ir b is kx iw ky ja kz je la ji lb jm kt ku kv kw bi" data-selectable-paragraph="">@subsquid/ink-typegen — A tool to generate type-safe TypeScript classes and interfaces for the contract event and call data from the contract metadata</li>
</ul>
<h2 id="21d1" class="jn jo hh bd jp jq jr js jt ju jv jw jx ja jy jz ka je kb kc kd ji ke kf kg kh bi" data-selectable-paragraph=""><strong class="ak">Improved Web3 DevEx with WASM</strong></h2>
<p id="6d21" class="pw-post-body-paragraph ip iq hh ir b is ki iu iv iw kj iy iz ja kk jc jd je kl jg jh ji km jk jl jm ha bi" data-selectable-paragraph="">Among many other benefits, one main advantage of Ink! is that it provides a more open ecosystem for developers. Instead of creating a novel language from scratch, Parity’s WASM implementation expands on Rust, allowing developers — even those who might be new to Web3 — to use a larger ecosystem of familiar tools. The Subsquid and Aleph Zero teams have agreed to pursue a number of marketing and growth initiatives to onboard new builders to Web3 through this powerful framework.</p>
<h3 id="3034" class="lc jo hh bd jp ld le lf jt lg lh li jx lj lk ll ka lm ln lo kd lp lq lr kg ls bi">About Aleph Zero</h3>
<p class="pw-post-body-paragraph ip iq hh ir b is ki iu iv iw kj iy iz ja kk jc jd je kl jg jh ji km jk jl jm ha bi" data-selectable-paragraph="">Aleph Zero an enterprise-ready, high-performance layer 1 blockchain platform with a novel, peer-reviewed AlephBFT consensus protocol. Besides providing near-instant transaction finality, the platform offers privacy-preserving features on a public blockchain through the combination of Zero-Knowledge proofs and Multi Party Computations (MPC).</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>
<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-and-aleph-zero-join-forces-on-data-tooling-and-wasm-95cba9c4b631"><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/15/subsquid-partnership-with-aleph-zero/">Subsquid Partnership With Aleph Zero</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
