<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>abbbbbb.eth</title>
        <link>https://paragraph.com/@abbbbbb</link>
        <description>undefined</description>
        <lastBuildDate>Tue, 08 Sep 2026 21:57:05 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Neon's AMA at 16:00 UTC on March 10, 2022]]></title>
            <link>https://paragraph.com/@abbbbbb/neon-s-ama-at-16-00-utc-on-march-10-2022</link>
            <guid>zvP2qXIhKEUiEvakkFDg</guid>
            <pubDate>Sat, 12 Mar 2022 01:23:28 GMT</pubDate>
            <description><![CDATA[**NeonProxy- 高阶解释**可能大多数人都知道 NeonEVM 平台是什么。但为了保持一致，我想重申我们平台的一些关键方面。 一般来说，Neon EVM 由 Neo EVM 程序和 NeonProxy 两个重要部分组成。 Neon EVM 项目是部署在 Solana 上的智能合约，Neon Proxy 是一个单独的去中心化模块。 如您所知，NeonEVM 允许在 Solana 上运行无需修改代码的以太坊 dApp（具有高速和低成本等所有优点）。 为了实现这一点，作为 dApp 开发人员，您需要将智能合约部署到 NeonEVM 程序中，并将钱包（如 Metamask）连接到 NeonProxy。除了钱包之外，您还可以连接 IDE（如 Remix、Truffle、Hardhat）或前端 UI。 在 NeonEVM 中执行类似以太坊的交易分几个步骤进行：你向 Neon Proxy 发送类以太坊的交易Neon Proxy 将单个 类以太坊的Tx 拆分打包成多个 Solana的Tx 并发送到 Solana 上的 Neon EVM 程序Neon EVM 程序解包并执行 类以太坊的T...]]></description>
            <content:encoded><![CDATA[<h2 id="h-neonproxy" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">**NeonProxy- 高阶解释**</h2><p>可能大多数人都知道 NeonEVM 平台是什么。但为了保持一致，我想重申我们平台的一些关键方面。</p><p>一般来说，Neon EVM 由 Neo EVM 程序和 NeonProxy 两个重要部分组成。</p><p>Neon EVM 项目是部署在 Solana 上的智能合约，Neon Proxy 是一个单独的去中心化模块。</p><p>如您所知，NeonEVM 允许在 Solana 上运行无需修改代码的以太坊 dApp（具有高速和低成本等所有优点）。</p><p>为了实现这一点，作为 dApp 开发人员，您需要将智能合约部署到 NeonEVM 程序中，并将钱包（如 Metamask）连接到 NeonProxy。除了钱包之外，您还可以连接 IDE（如 Remix、Truffle、Hardhat）或前端 UI。</p><p>在 NeonEVM 中执行类似以太坊的交易分几个步骤进行：</p><ol><li><p>你向 Neon Proxy 发送类以太坊的交易</p></li><li><p>Neon Proxy 将单个 类以太坊的Tx 拆分打包成多个 Solana的Tx 并发送到 Solana 上的 Neon EVM 程序</p></li><li><p>Neon EVM 程序解包并执行 类以太坊的Tx</p></li></ol><p>总而言之，我们实现了 NeonProxy 来执行类似 Eth 的 Tx，就像它曾经在以太坊世界中一样，而无需对 dApps 代码进行任何更改。</p><p>我想澄清的最后一点是，有几个代理运营商运行NeonProxy。所以它以分散模式运行。</p><p>目前，我们将与一些专业的白名单运营商一起推出Alpha和Beta。</p><p>此外，我们还计划启动运营商的入职流程，并在未来彻底删除运营商的白名单。</p><p>因此，我们的主要目标是运行尽可能多的代理运营商，以实现完全分散。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">**技术性深潜**</h2><p>在新年假期期间，Neon实验室团队对Neon EVM进行了一次全球测试。</p><p>经过测试我们发现了一些问题，我将对其中最关键的问题发表意见</p><ol><li><p>用户无法执行其Neon事务是很常见的。</p></li><li><p>尽管Solana集群性能良好，但事务执行速度不高</p></li><li><p>用户通常无法获得已完成交易的收据。</p></li><li><p>我们发现，在某些情况下，公共Neon Proxy在4小时内花费了200多个SOL代币</p></li><li><p>当我们开始更深入地研究这种情况时，我们发现Neon Proxy创建了很多空帐户。这不好，因为在Solana的记录很昂贵。因此，用户和运营商的交易成本很高。</p></li></ol><p>Neon代理为Solana集群上的链上执行准备Neon事务。</p><p>我们还在Neon EVM程序中发现了一些问题。</p><p>但今天的课程将专门讨论我们在Neon Proxy中所做的事情，所以我们将在另一个AMA课程中讨论Neon EVM程序。</p><p>我们热爱我们的社区，我们想为他们提供一个真正好的产品。</p><p>因此，我们决定改进我们的产品，使之成为一种乐趣。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">我们做了什么？</h3><p>让我们谈谈这一切是如何运作的。</p><p>Neon事务是复杂的事务，它们由许多Solana事务组成。</p><p>问题是Solana限制了执行单个Solana事务的资源数量。如果类似以太坊的事务需要大量计算单元，则无法在单个Solana事务中执行。</p><p>因此，Neon EVM程序将EVM状态保存到Solana存储器中。当Neon Web3代理向Solana集群发送命令时，存储的Neon事务的执行将被更新。</p><p>因此，Neon EVM程序按需恢复EVM状态，并从停止点继续执行Neon事务。这个过程一直持续到Neon事务完成。</p><p>执行Solana事务的算法必须保证整个Neon事务的执行。</p><p>Solana交易相互关联，所有交易都需要执行。</p><p>在算法的第一个版本中，Neon proxy在收到第一个事务的确认时执行下一个Solana事务。</p><p>这确保了Neon事务将整体执行，但当Neon事务有许多迭代时，执行速度非常慢。</p><p>当前版本的Solana事务发送算法的工作方式截然不同。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">该算法分为两个阶段:</h3><ol><li><p>在第一阶段，算法选择发送事务的策略。</p><p>-如果Neon事务的规模较小，并且只需要几个EVM步骤即可完成，那么它可以在单个Solana事务中完成。</p><p>-如果Neon事务规模较小，则可以在多个Solana事务中执行它，但它需要许多EVM步骤才能完成。在这种情况下，Neon Proxy会创建一个额外的Solana帐户。我们称之为存储帐户。Neon EVM在迭代之间存储EVM状态。</p><p>-交易规模可能很大。在这种情况下，Neon Proxy将交易上传到一个单独的Solana帐户，我们称之为Holder帐户。</p></li><li><p>在第二阶段，Neon Proxy创建一批Solana事务，并将它们一次性发送到Solana节点。</p></li></ol><p>接下来，Neon Proxy检查每个Solana事务的执行状态，如果其中任何一个事务失败，Neon Proxy将生成一批新的Solana事务，并将其发送回Solana节点。</p><p>依此类推，直到Neon代理收到Neon事务方法。</p><p>在实现指定的算法后，可以实现NEON事务的高速运行，并保证其执行。</p><p>我们使用公开的Zeppelin package的测试来检查NEON EVM平台的质量。</p><p>新年前的Neon Proxy版本向我们展示了在Solana Devnet上成功进行的900到1400次测试。</p><p>新版Neon Proxy在Solana Devnet上持续显示了超过1730次成功测试。</p><p>Neon Proxy的第二部分处理已完成事务的索引。</p><p>作为修订的结果，我们编写了一个新的服务，我们称之为Indexer。</p><p>该服务收集所有NEON运营商执行的所有NEON交易的信息。</p><p>客户可以通过使用标准以太坊API连接任何Neon代理来获取有关Neon交易的信息。</p><p>目前，我们正在扩展NEON索引器的功能，并为运营商收集信息。</p><p>我们整合了Prometeus服务，这将允许NEON运营商收集其代理工作的统计数据，并评估其服务质量。</p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">接下来呢？</h3><p>我们已经准备好了0.7.0版。</p><p>明天我们将在Devnet上更新Neon Proxy的公共版本，社区将能够测试将在Mainnet上运行的最终版本。</p><p>(已经上线了:)</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/neonlabsorg/proxy-model.py/releases/tag/v0.7.0">https://github.com/neonlabsorg/proxy-model.py/releases/tag/v0.7.0</a></p><p>我们要求社区来测试我们的产品。</p>]]></content:encoded>
            <author>abbbbbb@newsletter.paragraph.com (abbbbbb.eth)</author>
        </item>
        <item>
            <title><![CDATA[How to use NeonPass]]></title>
            <link>https://paragraph.com/@abbbbbb/how-to-use-neonpass</link>
            <guid>RllUpGmGuJa2JCJBsy1O</guid>
            <pubDate>Mon, 21 Feb 2022 08:32:50 GMT</pubDate>
            <description><![CDATA[my discord name: abbbbbb.eth#0691 If you find any mistakes in the tutorial, please DM me 1. Install metamask and phantom, and import the wallet2. Switch to the developer networkmetamask:Visit https://chainlist.org/ Search neon, add neon devnetIf the addition fails, please add it manually: Network Name:Neon EVM DevNet New RPC URL:https://proxy.devnet.neonlabs.org/solana Chain ID:245022926 Currency Symbol:NEON Block Explorer URL:https://neonscan.org/phantom:3. request faucet1.metakask: Visit ht...]]></description>
            <content:encoded><![CDATA[<pre data-type="codeBlock" text="my discord name:  abbbbbb.eth#0691
"><code><span class="hljs-keyword">my</span> discord name:  abbbbbb.eth<span class="hljs-comment">#0691</span>
</code></pre><pre data-type="codeBlock" text="If you find any mistakes in the tutorial, please DM me
"><code>If you find any mistakes in the tutorial, please DM me
</code></pre><h2 id="h-1-install-metamask-and-phantom-and-import-the-wallet" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1. Install metamask and phantom, and import the wallet</h2><h2 id="h-2-switch-to-the-developer-network" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2. Switch to the developer network</h2><ol><li><p>metamask:</p></li></ol><p>Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chainlist.org/">https://chainlist.org/</a> Search neon, add neon devnet</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d7129805308cd3e05a4f0b2674b2fed9bdaab752cb196fd9f208364dd9f3380b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>If the addition fails, please add it manually:</p><p>Network Name:Neon EVM DevNet</p><p>New RPC URL:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://proxy.devnet.neonlabs.org/solana">https://proxy.devnet.neonlabs.org/solana</a></p><p>Chain ID:245022926</p><p>Currency Symbol:NEON</p><p>Block Explorer URL:<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://neonscan.org/">https://neonscan.org/</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6c1a39bf693e6d7aaaaca8910ba776497306b9c5bdbdc13e0304bdabf1ef8f56.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><ol><li><p>phantom:</p></li></ol><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8078180850ba83d34757a19cdc1893ea08c51fd9a5be6972a9ffa731c3521bfa.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/13d7f1627fd794b2588cae43de919d5a0bbe316e79d640183b3c25e23c995044.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-3-request-faucet" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3. request faucet</h2><p>1.metakask:</p><p>Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://neonswap.live/#/get-tokens">https://neonswap.live/#/get-tokens</a></p><p>(You can get 1000 at a time)</p><p><strong>2022-5-15 17:01:53 update new faucet</strong>: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://neonfaucet.org/">https://neonfaucet.org/</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e2205fa34eba94ae635361e9994dfec88a02b2e97545778b8e948e0bb11cf2ec.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Receive up to 100 at a time</p><p>2.phantom: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://solfaucet.com">https://solfaucet.com</a></p><p>Fill in the sol wallet address, click DEVNET to receive the test sol token</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8e0ba4bd2a02ae224a6a12bee956a60c197f275a24752fc4d052b3591cfc6a6c.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-4-metamask-get-test-usdt" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4. metamask get test USDT</h2><p>Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://moraswap.com/exchange/swap">https://moraswap.com/exchange/swap</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/eca465d74d6f44d6f75a22db6a52b14b68029349002c85fcfe022ebdd33f6237.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ba4b3322dea53effd2121909dcbf3bff8415618ba083e75cb6a74dd3ae527037.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fed6ce7bdeffd2bb1229236444816e0e00901d5bf24c34b1a69c0dfcf0e3d8e5.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-5-send-usdt-to-phantom" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">5. Send USDT to phantom</h2><p>Visit <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://neonpass.live/">https://neonpass.live/</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/21dd33eaa7f71497a5b155c6ca6d68e718a46294566dc1ba227465a9c3ca9c34.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Click to connect wallet</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/177ac4b43e84807ba3a74672df0fe6739df8e8e2b1093a9d68a6e29046577306.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Select USDT and fill in the quantity,</p><p>I will fill in 0.01 here, as long as it does not exceed the balance we own.</p><p>Click next</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/812234dc6e4e85ce9c90b7df3fd39fb98c9c941e5026765702c82bb84b96f21b.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Click to connect wallet</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9463f42ee5878685125a3904722e815880f88485375cbce3c322be457c1f269a.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Click confirm</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ed558d7d800ca6c09a8d3bc85f3f937796fd4bcaa50f22ed3ebf7eea5d26eeb3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Click confirm</p><p>After a while, the phantom window will appear</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/270b916f12f0116f440ffd1cff6ff882f75c0a9d2745d2a136d85e39b44121cb.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5fa164a96a7072f555ddcbe0c2e2e881f8c5ee19ddf53fb531806519e00939cc.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Congratulations, this is a success, go to phantom to check your balance</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/06b765c6207a73697738269ad193a0d31a438521d93fbd6e5b59bae7af77cef1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>This is the USDT transferred from metamask to phantom</p><h2 id="h-6-phantom-sends-usdt-to-metamask" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">6. phantom sends USDT to metamask</h2><p>Reopen <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://neonpass.live/">https://neonpass.live/</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/547a2f7e3119ffcd2d5527921e699189e8cf09ad088643794d41692dd7fd52bf.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b84bd905ad135dd0f9ebf4443e5289e898b18621f45f4ebbbf098281caf83204.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a9ed5620c2d7624a7a4e8f035b2baa65a896f89f1ab271b19a747e4be34327d1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1cf967d6a4fa4644ef08f30c6e185e3520abeecbf09ad8bdacef7ec63b1bd974.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><h2 id="h-end" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">End</h2><h3 id="h-neon-discord" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Neon discord:</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/bZmF8Was">https://discord.gg/bZmF8Was</a></p><h3 id="h-moraswap-discordfirst-amm-on-neon" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Moraswap discord(First AMM on Neon):</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/UdV9tTe2">https://discord.gg/UdV9tTe2</a></p><h3 id="h-kana-discordfirst-neon-wallet" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">Kana discord(First Neon wallet):</h3><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/xxRV4Mp4">https://discord.gg/xxRV4Mp4</a></p>]]></content:encoded>
            <author>abbbbbb@newsletter.paragraph.com (abbbbbb.eth)</author>
        </item>
        <item>
            <title><![CDATA[Islander— Learn To Earn 空投教程]]></title>
            <link>https://paragraph.com/@abbbbbb/islander-learn-to-earn</link>
            <guid>yQV9hppZ48bsXJVnrgFY</guid>
            <pubDate>Mon, 22 Nov 2021 01:47:37 GMT</pubDate>
            <description><![CDATA[项目介绍Islander 是一个在线学习赚钱和去中心化的平台，以独特的方式管理和营销您自己的项目。项目所有者（加密项目经理、影响者、内容创建者）可以通过发布有趣和互动的任务以及可交易的 NFT 项目（由平台预先制作或定制）来快速抓住受众的注意力并长期培养他们由其用户。 详细介绍: https://islander-io.medium.com/a-deeper-dive-into-how-islander-can-benefit-crypto-projects-c014e2c6fb65 合作伙伴:电报: https://t.me/islanderofficial https://t.me/islander_official discord: https://discord.gg/SycTmJtK 推特: https://twitter.com/Islander_io教程开始1.打开 https://chainlist.org/ 链接测试网2.领水 https://faucet.avax-test.network/3.打开活动链接: https://swee.ps/caBphQ_Ea...]]></description>
            <content:encoded><![CDATA[<h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">项目介绍</h3><p>Islander 是一个在线学习赚钱和去中心化的平台，以独特的方式管理和营销您自己的项目。项目所有者（加密项目经理、影响者、内容创建者）可以通过发布有趣和互动的任务以及可交易的 NFT 项目（由平台预先制作或定制）来快速抓住受众的注意力并长期培养他们由其用户。</p><p>详细介绍:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://islander-io.medium.com/a-deeper-dive-into-how-islander-can-benefit-crypto-projects-c014e2c6fb65">https://islander-io.medium.com/a-deeper-dive-into-how-islander-can-benefit-crypto-projects-c014e2c6fb65</a></p><p>合作伙伴:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0a02875bbab839bcad7cbf28578dee059988edf612a33ed7c4b911776155dd11.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>电报:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/islanderofficial">https://t.me/islanderofficial</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/islander_official">https://t.me/islander_official</a></p><p>discord:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/SycTmJtK">https://discord.gg/SycTmJtK</a></p><p>推特:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Islander_io">https://twitter.com/Islander_io</a></p><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0">教程开始</h3><p>1.打开</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chainlist.org/">https://chainlist.org/</a></p><p>链接测试网</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/efdf132829e2d96b90df2af9868daac36482c60e3abd619cae4d854cdbc2ae8f.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>2.领水</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://faucet.avax-test.network/">https://faucet.avax-test.network/</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c9479cc53508208365ab12de2d7702dacdd7a7d40321eb9e6358ae6eaa6a7629.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>3.打开活动链接:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://swee.ps/caBphQ_EatEHra">https://swee.ps/caBphQ_EatEHra</a></p><p>4.填写信息</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f17252ad10eee76215a9da8706f1566123865b9ec403eb067ec953a975a980f4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>5.先完成以下任务</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c6c1d96a628b981c33135e9ad304b929b1755ee82b93fbf1c8dd9980b103586d.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>6.打开链接,注册成为岛民</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://testnet.theislander.io/quest/10">https://testnet.theislander.io/quest/10</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1460f9fce4340eefbcca5810c6a6971ec4eb3f6a7069025b026ef878c98ab8ed.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>7.找到活动</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e4efc231341f01c4e6d58930ed701ea59b2ed0cc29c6006b56661a98c8a9acd8.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>8.进入活动</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e242f6e75c070d17477902731bff61c2a024c679ee186e257d362af4925ffbb4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>9.回答问题</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bd5dd2ace014bf92e8e9b7e83e60aaca38ece9405d1f701ae32188d73ce806d3.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>10.完成问题并领取奖励(领取奖励会上链)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c1aec8b0b26f4bc317888a131d818a4f078ef20f64cfb55d33cc0a6c1ea627d1.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>11.在小狐狸添加合约地址:0x15785d24A8B4cd3d5c688D2641273635A39294dE,就可以看到2个ISA到账</p><p>12.生成活动链接:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db7d4b0debe0beb94d5111effe5fd59b207d3168084e3211f9094a3f451f8235.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>13.把生成的链接填写到活动表单里:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0b783b46ffeb8cb0954df0e0c8401758aa69e037e15bb84eaab2ff6c3acf4477.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>14.截图小狐狸(一定要看到2个ISA)并提交到表单里:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e695ac4c42f7ba3658c615491b872994c889d457b6a56aa8232ef50456735cc4.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5cf26bd3337026a4445fc0f6c23795c2dfdf8bbff033c21719154943fceeefb6.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>15.活动完成.</p><p>多关注推特丶电报丶discord,多交流</p>]]></content:encoded>
            <author>abbbbbb@newsletter.paragraph.com (abbbbbb.eth)</author>
        </item>
    </channel>
</rss>