<?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>#OrbsLambda Archives - Smart Liquidity Research</title>
	<atom:link href="https://smartliquidity.info/tag/orbslambda/feed/" rel="self" type="application/rss+xml" />
	<link>https://smartliquidity.info/tag/orbslambda/</link>
	<description>Crypto News &#38; Data Space</description>
	<lastBuildDate>Wed, 04 Jan 2023 15:02:34 +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>#OrbsLambda Archives - Smart Liquidity Research</title>
	<link>https://smartliquidity.info/tag/orbslambda/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Orbs Network &#8211; Orbs Lambda</title>
		<link>https://smartliquidity.info/2023/01/04/orbs-network-orbs-lambda/</link>
		
		<dc:creator><![CDATA[xyla]]></dc:creator>
		<pubDate>Wed, 04 Jan 2023 15:02:34 +0000</pubDate>
				<category><![CDATA[Fantom Crypto News]]></category>
		<category><![CDATA[#OrbsLambda]]></category>
		<category><![CDATA[#OrbsNetwork]]></category>
		<guid isPermaLink="false">https://smartliquidity.info/?p=84974</guid>

					<description><![CDATA[<p>Orbs Network &#8211; Orbs Lambda, an event driven, serverless and decentralized cloud function, similar in concept to AWS Lambda &#8211; only decentralized. Cloud functions are implemented in a few lines of code, deployed to the Orbs Network and then executed by the network validators. Much like AWS Lambda, there is no devops involved and no instances to [&#8230;]</p>
<p>The post <a href="https://smartliquidity.info/2023/01/04/orbs-network-orbs-lambda/">Orbs Network &#8211; Orbs Lambda</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><em><strong><a href="https://www.orbs.com/">Orbs Network</a> &#8211; Orbs Lambda, an event driven, serverless and decentralized cloud function, similar in concept to <a href="https://aws.amazon.com/lambda/" target="_blank" rel="noopener">AWS Lambda</a> &#8211; only decentralized.</strong></em></h3>
<p>Cloud functions are implemented in a few lines of code, deployed to the Orbs Network and then executed by the network validators. Much like AWS Lambda, there is no devops involved and no instances to worry about. Unlike AWS Lambda, the protocol is fully transparent and decentralized, providing execution guaranteed to the user community by relying on dozens of independent network validators that participate in the protocol. As Orbs Network launches &#8211; Orbs Lambda.</p>
<h3 class="text-p"><strong>Code in JavaScript</strong></h3>
<p class="text-p">Cloud functions in Orbs Lambda are written in an industry standard language &#8211; JavaScript (or TypeScript). Developers are not required to learn unfamiliar smart contract languages or operate strange toolchains &#8211; they can rely on their existing knowledge. Developers are free to utilize dozens of familiar <a href="https://www.npmjs.com/" target="_blank" rel="noopener">NPM</a> packages such as <a href="https://www.npmjs.com/package/web3" target="_blank" rel="noopener">web3.js</a> or <a href="https://www.npmjs.com/package/node-fetch" target="_blank" rel="noopener">node-fetch</a>.</p>
<h3 class="text-p"><strong>Execution Triggers</strong></h3>
<p class="text-p">Triggers can include a scheduled time interval (similar to a cron job), on-chain events from multiple L1 blockchains (logs emitted from smart contracts or state changes) and HTTP requests.</p>
<p>It is a complementary solution that allows developers to enrich their business logic with actions that the smart contract sandbox is unable to do, without sacrificing decentralization.</p>
<h3 id="step-by-step-overview" class="title-h3"><strong>Step by Step Overview</strong></h3>
<p class="text-p">The development process of a new Orbs Lambda cloud function includes the following steps:</p>
<ol>
<li><strong><a href="https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview/select-unique-id" target="_blank" rel="noopener">Select a unique ID</a></strong> for your lambda function (alpha-numeric characters and dashes).</li>
<li><strong><a href="https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview/project-template" target="_blank" rel="noopener">Create a local git repository</a></strong> conforming to the appropriate project structure.</li>
<li><strong><a href="https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview/index.js-implementation" target="_blank" rel="noopener">Implement the logic</a></strong> of your cloud function in JavaScript (or TypeScript).</li>
<li><strong><a href="https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview/testing-locally" target="_blank" rel="noopener">Write a simple test suite</a></strong> to verify your lambda function logic locally.</li>
<li><strong>Deploy your lambda</strong> by creating a PR (git pull request) to the official Orbs repo on GitHub.</li>
<li><strong><a href="https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview/deploying-to-production" target="_blank" rel="noopener">Wait until your lambda is deployed</a></strong> by the system, errors and feedback will appear on the PR.</li>
<li><strong><a href="https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview/analyzing-execution" target="_blank" rel="noopener">Analyze execution</a></strong> of your lambda in production by examining the network <a href="https://status.orbs.network/" target="_blank" rel="noopener">status page</a>.</li>
</ol>
<p>­­</p>
<h3><strong>About Orbs Network</strong></h3>
<p>An open, decentralized and public blockchain infrastructure executed by a secure network of permissionless validators using Proof-of-Stake (PoS) consensus.</p>
<p><strong><a href="https://www.orbs.com/">Website</a> | <a href="https://twitter.com/orbs_network">Twitter</a></strong></p>
<p>­</p>
<h5><strong>SOURCE: <a href="https://www.orbs.com/Deep-Dive-to-Orbs-Lambda/">ORBS NETWORK BLOG</a></strong></h5>
<h5><span style="color: #ffff99;"><a style="color: #ffff99;" href="https://forms.gle/bubHY6NawvnYiPEJ6"><strong>REQUEST AN ARTICLE</strong></a></span></h5>
<p>The post <a href="https://smartliquidity.info/2023/01/04/orbs-network-orbs-lambda/">Orbs Network &#8211; Orbs Lambda</a> appeared first on <a href="https://smartliquidity.info">Smart Liquidity Research</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
