<?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>rainight-雨夜</title>
        <link>https://paragraph.com/@jackmusk</link>
        <description>专注测试网，早期项目交互 https://twitter.com/0xrainight</description>
        <lastBuildDate>Tue, 14 Apr 2026 13:46:54 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>rainight-雨夜</title>
            <url>https://storage.googleapis.com/papyrus_images/72ad55a04157adf731b159c124f8f9202b0d94f2eaebe20f58b96033457799a9.png</url>
            <link>https://paragraph.com/@jackmusk</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[如果 ETH 引入 RLNC，会发生什么？]]></title>
            <link>https://paragraph.com/@jackmusk/eth-rlnc</link>
            <guid>b82Nd5rzrKDNbqjxh2xV</guid>
            <pubDate>Thu, 08 May 2025 06:44:29 GMT</pubDate>
            <description><![CDATA[你有没有想过：以太坊，那个每天都在被数百万交易挤爆、在 NFT 热潮、空投大战中 gas 飙升的链，如果某天悄悄加了一剂“网络编码”的神秘药剂，会变成什么样？ 这剂“药”就是 RLNC，全称 Random Linear Network Coding（随机线性网络编码）。听起来有点技术宅，但其实原理很有意思。 更酷的是，**这个技术已经被 Web3 圈的先锋—— @Optimum 团队带到区块链世界了。**Optimum 正在用 RLNC 打造全球首个“链上内存”系统，想从网络层重塑区块链性能。他们的目标，不是简单让链“跑得快一点”，而是让整个链的 数据流 更聪明、更轻盈、更不怕丢。特别感谢 @MurielMedard @ChandlerOtterbe @EliLaipson @kentlinyy 在 Optimum 团队推动 RLNC 在 Web3 的应用。RLNC 到底是啥？今天的区块链，比如以太坊，交易从用户发出到被打包进区块，大概是这样： → 你把交易发给一个节点 → 这个节点广播给它的多个邻居 → 邻居再广播给他们的邻居…… 就像“传接力棒”，但其实是“多条并行接力”。 ...]]></description>
            <content:encoded><![CDATA[<p>你有没有想过：<strong>以太坊</strong>，那个每天都在被数百万交易挤爆、在 NFT 热潮、空投大战中 gas 飙升的链，如果某天悄悄加了一剂“网络编码”的神秘药剂，会变成什么样？</p><p>这剂“药”就是 RLNC，全称 Random Linear Network Coding（随机线性网络编码）。听起来有点技术宅，但其实原理很有意思。</p><p>更酷的是，**这个技术已经被 Web3 圈的先锋—— <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/get_optimum">@Optimum</a> 团队带到区块链世界了。**Optimum 正在用 RLNC 打造全球首个“链上内存”系统，想从网络层重塑区块链性能。他们的目标，不是简单让链“跑得快一点”，而是让整个链的 数据流 更聪明、更轻盈、更不怕丢。</p><blockquote><p>特别感谢 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/MurielMedard">@MurielMedard</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/ChandlerOtterbe">@ChandlerOtterbe</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/EliLaipson">@EliLaipson</a> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/kentlinyy">@kentlinyy</a> 在 Optimum 团队推动 RLNC 在 Web3 的应用。</p></blockquote><h2 id="h-rlnc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">RLNC 到底是啥？</h2><p>今天的区块链，比如以太坊，交易从用户发出到被打包进区块，大概是这样：</p><p>→ 你把交易发给一个节点</p><p>→ 这个节点广播给它的多个邻居</p><p>→ 邻居再广播给他们的邻居……</p><p>就像“传接力棒”，但其实是“多条并行接力”。</p><p>这里有个问题：</p><p>• 某些节点掉线</p><p>• 某些节点网络慢</p><p>• 某些节点没及时收到</p><p>于是：</p><p>→ 每个节点里的 mempool（交易池）内容不完全一样</p><p>→ 有的交易传播慢、没被及时看到</p><p>→ 用户担心“交易没被广播”，重复发、还加价</p><p>→ 用户拼命 bump gas（提高优先费），只求“被看见”</p><p>结果：</p><p>→ 节点 mempool 不同步</p><p>→ 广播信息不一致</p><p>→ 用户疯狂加价竞争</p><p>→ gas 价格越挤越高</p><p>而 RLNC，就是用“数学的方式”解决这个广播问题。它的魔法是：**不再是简单把原始交易一份份往外传，而是让网络节点“组合打包”数据，形成“多重混合信息”，然后再发出去。**只要接收方收集到足够多的“组合包”，就能还原出原始交易。</p><p>有点像“传接力棒” → 变成“传拼图碎片”：你收到一堆五颜六色的碎片，不用收到全部，只要收够关键块，就能拼回原图。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/63cd9856403e42f9fc02d6f4612397b10dda3fe6847c2e2c7edab600a061650a.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>Optimum 在这基础上，还把 RLNC 拓展到了“链上内存”这个更高维的目标上——不只是传交易，还能“存状态、查数据”，让链不必为每个应用保存全状态。</p><p>⸻</p><h2 id="h-eth-rlnc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">ETH 引入 RLNC，会发生什么？</h2><p>如果今天以太坊引入了 RLNC，会发生什么：</p><p>首先，<strong>节点之间的数据传递会更快更稳</strong>。因为 RLNC 允许节点中途“重新组合数据”再发，**哪怕中间掉了几包，最后也能“拼出来”。**对比现在那种“必须一个个 relay 一样的包”的方式，RLNC 就像给网络加了 turbo。</p><p>这带来的第一个改变就是：**mempool（交易池）更同步了。**节点 A、B、C 不会再因为网络延迟、丢包导致彼此 mempool 里的交易不一样。大家都看的是同一个“交易队列”。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">结果呢？</h2><p>✅ 用户不会再因为“担心交易没广播到”而反复重发、加价。</p><p>✅ 矿工/验证者看到的交易池也更全，不会因为部分节点没收到交易而优先处理“看到的高价交易”。</p><p>也就是说，“**人为的 gas 抬高”会少很多。**不是说 EIP-1559 的 base fee 就不涨了——需求大了，价格还会涨，但不会再有因为“广播延迟导致的信息不对称”这种“虚假竞价”行为。</p><p>而从 Optimum 的视角看，RLNC 还不仅仅是“传得更快”。他们希望用 RLNC 打破当前链的结构：让数据“动态流动”而不是“静态存储”。</p><p>换句话说，未来 DApp 不必每次查询都从 Layer1 大全节点调状态，而是可以通过 Optimum 提供的 RLNC memory 直接“按需拼出状态”，让状态查询、数据调用更像访问 API，而不是 query 一个巨大数据库。</p><p>⸻</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">要升级哪些东西？</h2><p>好消息是：RLNC 更多是 网络层的协议升级，不是“把 EVM 大卸八块”。但坏消息是，节点软件要能支持 “recoding”，也就是节点之间能重新编码数据、能处理混合数据流。</p><p>这意味着：</p><ul><li><p>🛠️ 客户端软件（Geth、Nethermind、Erigon…）需要实现 RLNC 编码模块</p></li><li><p>🛠️ 网络传输层可能需要兼容 RLNC 的数据流格式</p></li><li><p>🛠️ 部分 P2P 网络协议（libp2p）或 gossip 协议需要调整支持 recoding</p></li></ul><p>但共识、EVM、智能合约本身都不用动。这很重要，因为它不会破坏链的“状态机”，只是在“怎么传交易”上做了优化。</p><p>Optimum 在他们的文档中也强调了这一点：**他们的链上内存系统是“模块化、API 可接入、无需许可”的。**你想用，可以 plug-in；不想用，也不会 break 原有基础设施。</p><p>⸻</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">能带来哪些好处？</h2><p>最直观：热门 NFT mint、空投、抢购时，不会再看到 gas 从 50 Gwei 飞到 500 Gwei 那么夸张。</p><p>因为 gas spike 很大一部分不是因为区块处理能力不足，而是“交易广播机制”导致的信息不同步，用户只能靠抬高 gas 抢“节点的注意力”。</p><p>RLNC 把信息同步问题解决了，大家都“看同一份交易池”，那抢的是区块空间，不是“节点眼中的 visibility”。</p><p>而如果进一步配合 Optimum 的链上内存技术，未来 **状态存储、数据读取也会更轻、更快。**目前很多应用需要本地全节点才能快速访问链上状态，有了 Optimum 提供的“memory API”，DApp 只需要“查”而不必“同步”，这也能减少开发者、用户对全节点的依赖。</p><p>此外：</p><ul><li><p>✅ 多跳网络下广播效率大幅提升</p></li><li><p>✅ 不会因为某个节点掉线/慢速导致整网信息流卡住</p></li><li><p>✅ 更适合多链/多节点/跨区域的 Web3 网络</p></li><li><p>✅ 未来 Layer2、Rollup、跨链桥的状态查询也可以借助 RLNC memory，减少跨链延迟</p></li></ul><p>⸻</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">总结</h2><p>如果 ETH 引入 RLNC，它不会让区块链“性能翻倍”那样神迹般的加速，但它会解决一个“本来不该存在的瓶颈”——广播延迟导致的“人为内卷”。</p><p>它不会让 base fee 永远低，但会让“有钱人出 1000 Gwei 碾压小散”的情况少很多；会让“明明有空间却上不了车”的失落少很多。</p><p>它不会改变“谁能用更多 gas 买到有限区块空间”这个游戏规则，但它让这个游戏的“牌桌”更公平、信息更透明。</p><p>而如果 Optimum 的 RLNC + memory 系统逐步铺开，那 ETH 不只是“广播同步”优化，还是从底层数据流方式上更适合 Web3、DeFi、AI Agent、数据应用的新一代链。</p><p>未来，链可能不只是“存账本”，而是真正“存知识、存数据、存动态状态”。</p><p>而公平透明高效的数据网络，不就是区块链最初的承诺吗？😉</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4032bf21de71ec439d6402ff67d2b507c82d0b895de693334ff9a2a3479ef6e3.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[4-24 Optimum Twitter Space 文字记录]]></title>
            <link>https://paragraph.com/@jackmusk/4-24-optimum-twitter-space</link>
            <guid>KJBidaZkiFXMrSWGGS53</guid>
            <pubDate>Fri, 25 Apr 2025 02:12:22 GMT</pubDate>
            <description><![CDATA[[开场 / 麦克风检查] **Rob：**麦克风检查。一切都好吗？ **Muir：**是的，看起来不错。 **Kent：**麦克风检查。Muir，我能听到你说话。 **Rob：**Masha，你现在晋升为演讲者了。 **Masha：**谢谢。 **Rob：**Mike，我能听到你在空间里说话。麦克风检查。 [开场] **Rob：**大家好。欢迎来到 Optimum Spaces。我们邀请到了来自 Everstake 和 CMT Digital 的优秀嘉宾。 **Aryan（CMT Digital）：**研究主管。上周发表了一篇关于 Optimum 的投资论文。 **Masha（Everstake）：**质押项目负责人。Everstake 是我们的早期采用者之一。 [嘉宾介绍] Masha： 领导 Everstake 的质押项目。 区块链行业经验超过 4 年，专注于质押基础设施。 运行 80 多个区块链/协议，70 多个节点。 精通质押和再质押，并与顶级项目合作。 Aryan： 芝加哥风险投资公司 CMT Digital 的研究和投资主管。 管理 4 支基金，个人专注于基础设施建设...]]></description>
            <content:encoded><![CDATA[<p><strong>[开场 / 麦克风检查]</strong></p><p>**Rob：**麦克风检查。一切都好吗？</p><p>**Muir：**是的，看起来不错。</p><p>**Kent：**麦克风检查。Muir，我能听到你说话。</p><p>**Rob：**Masha，你现在晋升为演讲者了。</p><p>**Masha：**谢谢。</p><p>**Rob：**Mike，我能听到你在空间里说话。麦克风检查。</p><p><strong>[开场]</strong></p><p>**Rob：**大家好。欢迎来到 Optimum Spaces。我们邀请到了来自 Everstake 和 CMT Digital 的优秀嘉宾。</p><p>**Aryan（CMT Digital）：**研究主管。上周发表了一篇关于 Optimum 的投资论文。</p><p>**Masha（Everstake）：**质押项目负责人。Everstake 是我们的早期采用者之一。</p><p><strong>[嘉宾介绍]</strong></p><p><strong>Masha：</strong></p><p>领导 Everstake 的质押项目。</p><p>区块链行业经验超过 4 年，专注于质押基础设施。</p><p>运行 80 多个区块链/协议，70 多个节点。</p><p>精通质押和再质押，并与顶级项目合作。</p><p><strong>Aryan：</strong></p><p>芝加哥风险投资公司 CMT Digital 的研究和投资主管。</p><p>管理 4 支基金，个人专注于基础设施建设。</p><p>经验包括共识机制、数据解耦。</p><p><strong>Miriel：</strong></p><p>Optimum 联合创始人兼首席执行官。</p><p>前麻省理工学院教授（NEC 软件工程主席）。</p><p>在麻省理工学院网络编码实验室创立了 Optimum。</p><p><strong>Kent：</strong></p><p>Optimum 联合创始人。</p><p>前哈佛大学 MBA 生，区块链俱乐部前主席。</p><p>在与联合创始人 Kishore 共同发现市场需求后加入 Optimum。</p><p><strong>[近期公告]</strong></p><p>在超额认购的种子轮融资中筹集了 1100 万美元。</p><p>巨大的社区吸引力：超过 20 万名 Discord 成员。</p><p><strong>[技术概述]</strong></p><p>Optimum P2P（传播层）：</p><p>用随机线性网络编码 (RLNC) 取代过时的 Gossip 协议。</p><p>去中心化、延迟优化的数据传播。</p><p>测试网更新：</p><p>与 Everstake 紧密合作。</p><p>验证延迟和吞吐量的改进。</p><p><strong>[Aryan 的投资理念]</strong></p><p>基础设施瓶颈存在于执行之外（例如带宽、存储）。</p><p>Optimum 解决了网络/数据层的问题。</p><p>Solana 被认为是高带宽需求的一个例子。</p><p>带宽是中心化的瓶颈。</p><p><strong>[验证者视角 – Masha]：</strong></p><p>验证者负责交易验证和状态更新。</p><p>传统的内存层是静态的，效率低下。</p><p>Optimum 引入动态 RLNC + DRAM 架构，用于去中心化状态处理。</p><p><strong>[Miriel 关于时间安排]：</strong></p><p>执行性能的提升已经超过了网络/存储性能的提升。</p><p>模块化区块链堆栈需要内存和网络解耦。</p><p>验证者的成本结构面临压力。</p><p><strong>[模块化与设计]：</strong></p><p>Web3 作为去中心化世界的计算机：计算、内存和总线。</p><p>当内存或数据传播能力较弱时，就会出现瓶颈。</p><p>内存必须模块化且高效。</p><p><strong>[验证者经济学]：</strong></p><p>更快的传播速度 = 验证者和质押者获得更高的奖励。</p><p>Optimum 能够以最佳方式利用可用资源。</p><p>DRAM 减轻了全节点的存储负担。</p><p><strong>[可用性影响 - Aryan]：</strong></p><p>减少交易延迟，提升应用程序用户体验。</p><p>有可能将 Web2 堆栈元素转移到链上。</p><p>更低的 gas 成本，更快的最终确定性。</p><p><strong>[系统类比 – Miriel]：</strong></p><p>你的电脑不需要 Telegram 和 WhatsApp 之间的桥接应用。</p><p>在一个结构良好的系统中，内存/总线应该对用户不可见。</p><p><strong>[基础设施瓶颈]：</strong></p><p>例如：拥堵 = 更高的 Gas 成本 = 糟糕的用户体验。</p><p>最佳方案 = 高速公路（网络带宽）的扩展。</p><p><strong>[虚拟机无关优势]：</strong></p><p>适用于 L1、L2 以及任何虚拟机（例如 EVM、RISC-V）。</p><p>与以太坊不断发展的架构保持一致。</p><p><strong>[总结与未来展望]</strong></p><p>下一个产品：Optimum DRAM。</p><p>跨链持续改进。</p><p>社区优先：活跃的 Discord、OG 徽章持有者、招聘。</p><p><strong>[结束语]</strong></p><p>Rob、Kent、Miriel、Masha 和 Aryan 感谢社区。</p><p>“让我们让区块链再次感觉快速。”</p><p>请继续关注 Discord 和 Twitter 以了解未来的活动和更新。</p><p>===========================</p><p>follow <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4032bf21de71ec439d6402ff67d2b507c82d0b895de693334ff9a2a3479ef6e3.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[4-24 Optimum Twitter Space Transcript]]></title>
            <link>https://paragraph.com/@jackmusk/4-24-optimum-twitter-space-transcript</link>
            <guid>IZor5PbgTVs8LvgvK1P6</guid>
            <pubDate>Fri, 25 Apr 2025 02:06:03 GMT</pubDate>
            <description><![CDATA[[Opening / Mic Check] Rob: Mic check. All good? Muir: Yeah, looks good there. Kent: Mic check. I can hear you, Muir. Rob: And Masha, you&apos;re promoted to speaker now. Masha: Thanks. Rob: I can hear you on the space, Mike. Mic check. [Kickoff] Rob: Hello everybody. Welcome to another Optimum Spaces. We have excellent guests from Everstake and CMT Digital. Aryan (CMT Digital): Head of Research. Published an investment thesis on Optimum last week. Masha (Everstake): Head of staking initiative...]]></description>
            <content:encoded><![CDATA[<p><strong>[Opening / Mic Check]</strong></p><p><strong>Rob:</strong> Mic check. All good?</p><p><strong>Muir:</strong> Yeah, looks good there.</p><p><strong>Kent:</strong> Mic check. I can hear you, Muir.</p><p><strong>Rob:</strong> And Masha, you&apos;re promoted to speaker now.</p><p><strong>Masha:</strong> Thanks.</p><p><strong>Rob:</strong> I can hear you on the space, Mike. Mic check.</p><p><strong>[Kickoff]</strong></p><p><strong>Rob:</strong> Hello everybody. Welcome to another Optimum Spaces. We have excellent guests from Everstake and CMT Digital.</p><p><strong>Aryan (CMT Digital):</strong> Head of Research. Published an investment thesis on Optimum last week.</p><p><strong>Masha (Everstake):</strong> Head of staking initiatives. Everstake is one of our early adopters.</p><p><strong>[Guest Introductions]</strong></p><p><strong>Masha:</strong></p><p>Leads staking at Everstake.</p><p>4+ years in blockchain, focused on staking infrastructure.</p><p>Running 80+ blockchains/protocols, 70+ nodes.</p><p>Expertise in staking and re-staking, working with top-tier projects.</p><p><strong>Aryan:</strong></p><p>Head of Research &amp; Investor at CMT Digital, Chicago-based VC.</p><p>4 funds, personally focused on infrastructure.</p><p>Experience includes consensus mechanisms, data decoupling.</p><p><strong>Miriel:</strong></p><p>Co-founder &amp; CEO of Optimum.</p><p>Former MIT professor (NEC chair in software engineering).</p><p>Founded Optimum out of MIT’s network coding lab.</p><p><strong>Kent:</strong></p><p>Co-founder of Optimum.</p><p>Former MBA student at Harvard, ex-president of Blockchain Club.</p><p>Joined Optimum after recognizing market need with co-founder Kishore.</p><p><strong>[Recent Announcements]</strong></p><p>Raised $11M in an oversubscribed seed round.</p><p>Huge community traction: over 200,000 Discord members.</p><p><strong>[Tech Overview]</strong></p><p>Optimum P2P (Propagation Layer):</p><p>Replaces outdated gossip protocol with Random Linear Network Coding (RLNC).</p><p>Decentralized, latency-optimized data propagation.</p><p>Testnet Update:</p><p>Working closely with Everstake.</p><p>Validating latency and throughput improvements.</p><p><strong>[Aryan’s Investment Thesis]</strong></p><p>Infrastructure bottlenecks exist beyond execution (e.g., bandwidth, storage).</p><p>Optimum addresses the networking/data layer.</p><p>Solana cited as an example of high bandwidth demand.</p><p>Bandwidth is a centralization bottleneck.</p><p><strong>[Validator Perspective – Masha]:</strong></p><p>Validators handle transaction validation, state updates.</p><p>Traditional memory layer is static and inefficient.</p><p>Optimum introduces dynamic RLNC + DRAM for decentralized state handling.</p><p><strong>[Miriel on Timing]:</strong></p><p>Execution improvements have outpaced networking/storage.</p><p>Modular blockchain stacks need memory and network decoupling.</p><p>Validators’ cost structures under pressure.</p><p><strong>[Modularity &amp; Design]:</strong></p><p>Web3 as a decentralized world computer: compute, memory, and bus.</p><p>Bottlenecks exist when memory or data propagation is weak.</p><p>Memory must be modular and efficient.</p><p><strong>[Validator Economics]:</strong></p><p>Faster propagation = higher rewards for validators &amp; stakers.</p><p>Optimum uses available resources optimally.</p><p>DRAM reduces full-node storage burden.</p><p><strong>[Usability Impact – Aryan]:</strong></p><p>Reduces transaction delay, improves app UX.</p><p>Potential to shift Web2 stack elements on-chain.</p><p>Lower gas, faster finality.</p><p><strong>[System Analogy – Miriel]:</strong></p><p>Your PC doesn’t need a bridge app between Telegram and WhatsApp.</p><p>In a well-structured system, memory/bus should be invisible to users.</p><p><strong>[Infrastructure Bottlenecks]:</strong></p><p>Example: congestion = higher gas = poor user experience.</p><p>Optimum = scaling the highway (network bandwidth).</p><p><strong>[VM-Agnostic Advantage]:</strong></p><p>Works across L1, L2, any VM (e.g., EVM, RISC-V).</p><p>In line with Ethereum’s evolving architecture.</p><p><strong>[Wrap-up &amp; Future Outlook]</strong></p><p>Next product: Optimum DRAM.</p><p>Continuous improvement across chains.</p><p>Community-first approach: active Discord, OG badge holders, hiring.</p><p><strong>[Closing Words]</strong></p><p>Rob, Kent, Miriel, Masha, Aryan thank the community.</p><p>&quot;Let’s make blockchain feel fast again.&quot;</p><p>Stay tuned on Discord &amp; Twitter for future events and updates.</p><p>===========================</p><p>follow <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4032bf21de71ec439d6402ff67d2b507c82d0b895de693334ff9a2a3479ef6e3.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[4-17 Optimum Twitter Space Interview Summary]]></title>
            <link>https://paragraph.com/@jackmusk/4-17-optimum-twitter-space-interview-summary</link>
            <guid>oc5pVxg8rgKX5PbmHbVj</guid>
            <pubDate>Fri, 18 Apr 2025 05:04:00 GMT</pubDate>
            <description><![CDATA[🟢 Host opening & important announcements Host: Welcome everyone to join this Space. We have invited Way from 1kx, Kent and Muriel, co-founders of Optimum. Optimum just completed a $11 million seed round of financing led by 1kx this week, with participation from Robot Ventures, CMT, Spartan, etc. 🔍 Guest self-introduction Way (1kx partner): I have long been focusing on blockchain infrastructure investment, especially in scalability, privacy and underlying technology breakthroughs. I am very ...]]></description>
            <content:encoded><![CDATA[<p>🟢 Host opening &amp; important announcements</p><p>Host:</p><p>Welcome everyone to join this Space. We have invited Way from 1kx, Kent and Muriel, co-founders of Optimum. Optimum just completed a $11 million seed round of financing led by 1kx this week, with participation from Robot Ventures, CMT, Spartan, etc.</p><p>🔍 Guest self-introduction</p><p>Way (1kx partner):</p><p>I have long been focusing on blockchain infrastructure investment, especially in scalability, privacy and underlying technology breakthroughs. I am very optimistic about Optimum&apos;s innovations in the network layer and memory layer.</p><p>Kent (Optimum co-founder):</p><p>I have entered the crypto field as an investor in the past few years. Now I am working with Muriel and Kishori to promote the implementation of Optimum, aiming to reshape Web3 performance from the most basic layer.</p><p>Muriel Medard (Optimum co-founder, MIT professor):</p><p>In the past two decades, she has been committed to the research of reliable communication and network coding technology. Now she leads the team to bring these achievements to Web3 and promote the development of decentralized systems.</p><p>🚀 What is Optimum?</p><p>Kent:</p><p>Optimum is a decentralized high-performance &quot;memory layer&quot; built for Web3. We recognize that the on-chain execution layer is relatively mature, but there are still performance bottlenecks in network transmission and data access, so we launched two core products:</p><p>Optimum P2P: High-speed data transmission network to solve the communication efficiency problem between blockchain nodes;</p><p>Optimum DRAM: Decentralized memory component to achieve real-time access and update of blockchain status.</p><p>⚙️ Core technology interpretation: RLNC (Random Linear Network Coding)</p><p>Muriel:</p><p>RLNC is a data processing method for random linear coding in the network, with the following features:</p><p>Each node uses random coefficients to generate linear combinations (equations);</p><p>These combined data are transmitted between nodes, no longer redundant copies;</p><p>Original data can be reconstructed by receiving a sufficient number of combined equations;</p><p>It has high elasticity and real-time performance, and supports any topology, node online and offline changes.</p><p>🛣️ Product impact and on-chain scalability</p><p>Way &amp; Muriel:</p><p>The current blockchain cannot be dynamically expanded on demand because there is a bottleneck in the communication layer;</p><p>Optimum can provide &quot;super highways&quot; for mainstream public chains such as Ethereum and Solana to solve block propagation and mempool synchronization efficiency;</p><p>It does not change the protocol of the original chain, but only replaces its network layer module, which has strong compatibility;</p><p>Reduce latency and on-chain congestion through more efficient propagation methods, thereby reducing Gas costs.</p><p>🧠 Flex Nodes: A node role that everyone can participate in</p><p>Muriel:</p><p>Flex Nodes is a lightweight node form that allows ordinary users (such as laptop users) to participate in data dissemination or memory storage;</p><p>No need to be online for a long time or have high-configuration hardware, rewards are obtained based on &quot;how much work is done and how much computing power is contributed&quot;;</p><p>This will greatly enhance the decentralization and community participation of Web3.</p><p>🔄 Community building and future roadmap</p><p>Kent:</p><p>Currently, Optimum is launching private testing on the Ethereum network and will be open to some node operators;</p><p>The scope of Flex Node testing and verification will be expanded soon, and the community is welcome to pay attention and participate;</p><p>The future goal is &quot;Scale Any Chain&quot; - allowing any public chain to gain stronger scalability by integrating Optimum.</p><p>📣 Participation and Community Call to Action</p><p>All guests:</p><p>Follow Optimum Twitter and official website, read blogs and documents for more technical details;</p><p>Join the Discord community (grown to 110,000+ people in two days) to participate in the conversation;</p><p>Participate in OG missions (Galaxy) to obtain early community status;</p><p>The team is recruiting, including low-level network engineers, community operations, content creators and other positions.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/jackmusk.eth/rBBbKVcCsqy812BNEjnP27-Sw0YO4h7XsJZyRo_Pg50">中文版</a></p><p>===========================</p><p>follow <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4032bf21de71ec439d6402ff67d2b507c82d0b895de693334ff9a2a3479ef6e3.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[4-17 Optimum Twitter Space 访谈整理 ]]></title>
            <link>https://paragraph.com/@jackmusk/4-17-optimum-twitter-space</link>
            <guid>rdj1CiVe6pX2AS7aceVv</guid>
            <pubDate>Fri, 18 Apr 2025 04:58:19 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。 推特：@0xrainight 一起回顾一下 4-17 optimum Twitter Space🟢 主持开场 & 重要公告主持人： 欢迎大家加入本次 Space，我们请到了 1kx 的 Way、Optimum 的联合创始人 Kent 和 Muriel。Optimum 本周刚刚完成了由 1kx 领投的 1100 万美元种子轮融资，同时还有 Robot Ventures、CMT、Spartan 等参与。🔍 嘉宾自我介绍Way（1kx 合伙人）： 长期关注区块链基础设施投资，尤其在可扩展性、隐私和底层技术突破方面。非常看好 Optimum 在网络层和内存层的创新。 Kent（Optimum 联合创始人）： 过去几年以投资人身份进入加密领域，现在与 Muriel、Kishori 一起推动 Optimum 的落地，旨在从最基础层重塑 Web3 性能。 Muriel Medard（Optimum 联合创始人，MIT 教授）： 过去二十年致力于可靠通信和网络编码技术研究，现带领团队将这些成果带入 Web3，推...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p><strong>一起回顾一下 4-17 optimum Twitter Space</strong></p><h3 id="h-and" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>🟢 主持开场 &amp; 重要公告</strong></h3><p><strong>主持人：</strong></p><p>欢迎大家加入本次 Space，我们请到了 1kx 的 Way、Optimum 的联合创始人 Kent 和 Muriel。Optimum 本周刚刚完成了由 1kx 领投的 1100 万美元种子轮融资，同时还有 Robot Ventures、CMT、Spartan 等参与。</p><hr><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>🔍 嘉宾自我介绍</strong></h3><p><strong>Way（1kx 合伙人）：</strong></p><p>长期关注区块链基础设施投资，尤其在可扩展性、隐私和底层技术突破方面。非常看好 Optimum 在网络层和内存层的创新。</p><p><strong>Kent（Optimum 联合创始人）：</strong></p><p>过去几年以投资人身份进入加密领域，现在与 Muriel、Kishori 一起推动 Optimum 的落地，旨在从最基础层重塑 Web3 性能。</p><p><strong>Muriel Medard（Optimum 联合创始人，MIT 教授）：</strong></p><p>过去二十年致力于可靠通信和网络编码技术研究，现带领团队将这些成果带入 Web3，推动去中心化系统发展。</p><hr><h3 id="h-optimum" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>🚀 Optimum 是什么？</strong></h3><p><strong>Kent：</strong></p><p>Optimum 是一个为 Web3 构建的去中心化高性能“内存层”。我们识别到链上执行层已相对成熟，但在网络传输和数据访问上仍存在性能瓶颈，于是推出了两款核心产品：</p><ul><li><p><strong>Optimum P2P：</strong> 高速数据传播网络，解决区块链节点之间的通信效率问题；</p></li><li><p><strong>Optimum DRAM：</strong> 去中心化内存组件，实现对区块链状态的实时访问与更新。</p></li></ul><hr><h3 id="h-rlncrandom-linear-network-coding" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>⚙️ 核心技术解读：RLNC（Random Linear Network Coding）</strong></h3><p><strong>Muriel：</strong></p><p>RLNC 是一种在网络中进行随机线性编码的数据处理方式，特点包括：</p><ul><li><p>每个节点使用随机系数生成线性组合（方程）；</p></li><li><p>节点之间传播的是这些组合数据，不再是冗余副本；</p></li><li><p>任意接收到足够数量的组合方程，即可重建原始数据；</p></li><li><p>具备高度弹性和实时性，支持任意拓扑、节点上下线等变化。</p></li></ul><hr><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>🛣️ 产品影响与链上扩展性</strong></h3><p><strong>Way &amp; Muriel：</strong></p><ul><li><p>当前区块链无法动态按需扩容，是因为通信层存在瓶颈；</p></li><li><p>Optimum 可为以太坊、Solana 等主流公链提供“超级高速公路”，解决 block propagation（区块传播）和 mempool 同步效率；</p></li><li><p>不改变原有链的协议，只是替代其网络层模块，兼容性强；</p></li><li><p>通过更高效的传播方式降低延迟和链上拥堵，从而降低 Gas 成本。</p></li></ul><hr><h3 id="h-flex-nodes" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>🧠 Flex Nodes：人人可参与的节点角色</strong></h3><p><strong>Muriel：</strong></p><ul><li><p>Flex Nodes 是一种轻量级节点形式，允许普通用户（如笔记本用户）参与数据传播或内存存储；</p></li><li><p>无需长期在线或高配置硬件，按“做了多少事、贡献了多少算力”获得奖励；</p></li><li><p>这将极大提升 Web3 的去中心化程度和社区参与度。</p></li></ul><hr><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>🔄 社区构建与未来路线图</strong></h3><p><strong>Kent：</strong></p><ul><li><p>当前 Optimum 正在以太坊网络上启动私测，将向部分节点运营者开放；</p></li><li><p>不久将扩大 Flex Node 测试与验证范围，欢迎社区关注并参与；</p></li><li><p>未来目标是“Scale Any Chain” —— 让任意公链通过集成 Optimum 获得更强的可扩展性。</p></li></ul><hr><h3 id="h-call-to-action" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>📣 参与方式与社区 Call to Action</strong></h3><p><strong>全体嘉宾：</strong></p><ul><li><p>关注 Optimum Twitter 和官网，阅读博客、文档了解更多技术细节；</p></li><li><p>加入 Discord 社群（两天增长至 11 万+ 人）参与对话；</p></li><li><p>参与 OG 任务（Galaxy）获得早期社区身份；</p></li><li><p>团队正在招聘，包括低层网络工程师、社区运营、内容创作者等岗位。</p></li></ul><p>===========================</p><p>关注<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a>，获取最新交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4032bf21de71ec439d6402ff67d2b507c82d0b895de693334ff9a2a3479ef6e3.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[【Optimum-简介】为 Web3 构建缺失的内存层]]></title>
            <link>https://paragraph.com/@jackmusk/optimum-web3</link>
            <guid>kV5WcyQIaxxMn08cKfC3</guid>
            <pubDate>Wed, 16 Apr 2025 03:35:07 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。 推特：@0xrainight昨天（2025-04-15）Optimum **@get_optimum 宣布获得 1100万美元融资，我们一起来了解一下这个项目。项目背景简介：为 Web3 构建的内存革命Optimum 是全球首个专为 Web3 打造的去中心化高性能内存层基础设施，旨在解决当前区块链系统中的关键瓶颈：缺乏高效、实时、可扩展的数据存储与访问机制。 在传统计算架构中，内存是支撑 CPU 运算和系统运行的关键组件，但区块链作为“世界计算机”，却长期缺少这一关键模块。当前多数区块链仍依赖冗余传播（如 Gossip 网络）、高成本状态保存和低效的数据堆栈，导致性能瓶颈严重，难以支撑实时交互的复杂 dApp 应用。 Optimum 打破这一局限，通过引入 MIT 发明的“随机线性网络编码（RLNC）”技术，构建起一个模块化、无需许可、可通过 API 接入的链上内存系统，从底层重塑区块链的性能基础。核心团队阵容：顶尖学术 + 工程背景Optimum 拥有由学术泰斗与工程专家联合组成的核心团队，具备前...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/899bf15a4cee508947482cd3a9a8e115a061238756cb8494435a067f01bbed43.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>昨天（2025-04-15）<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/get_optimum">Optimum</a> **<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/get_optimum">@get_optimum</a> 宣布获得 1100万美元融资，我们一起来了解一下这个项目。</p><h2 id="h-web3" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>项目背景简介：为 Web3 构建的内存革命</strong></h2><p><strong>Optimum</strong> 是全球首个专为 Web3 打造的<strong>去中心化高性能内存层基础设施</strong>，旨在解决当前区块链系统中的关键瓶颈：<strong>缺乏高效、实时、可扩展的数据存储与访问机制</strong>。</p><p>在传统计算架构中，<strong>内存</strong>是支撑 CPU 运算和系统运行的关键组件，但区块链作为“世界计算机”，却长期缺少这一关键模块。当前多数区块链仍依赖冗余传播（如 Gossip 网络）、高成本状态保存和低效的数据堆栈，导致性能瓶颈严重，难以支撑实时交互的复杂 dApp 应用。</p><p><strong>Optimum</strong> 打破这一局限，通过引入 <strong>MIT 发明的“随机线性网络编码（RLNC）”技术</strong>，构建起一个模块化、无需许可、可通过 API 接入的链上内存系统，从底层重塑区块链的性能基础。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>核心团队阵容：顶尖学术 + 工程背景</strong></h2><p>Optimum 拥有由<strong>学术泰斗与工程专家</strong>联合组成的核心团队，具备前沿技术研发与产业落地的强执行力：</p><ul><li><p><strong>Muriel Médard 教授（联合创始人兼 CEO）</strong></p><ul><li><p>麻省理工学院 NEC 软件科学与工程系主任</p></li><li><p>RLNC 发明人，网络编码全球引用第一</p></li><li><p>IEEE 小林浩二奖 / 美国国家工程院 / 国家发明家科学院院士</p></li></ul></li><li><p><strong>Kishori Konwar 博士（联合创始人）</strong></p><ul><li><p>前 Meta 高级工程师、MIT 博士后</p></li><li><p>擅长容错计算与分布式系统</p></li></ul></li><li><p><strong>Kent Lin（联合创始人）</strong></p><ul><li><p>前金沙江合伙人、Plug and Play Crypto 联合创始人</p></li><li><p>哈佛 MBA、区块链战略专家</p></li></ul></li><li><p><strong>顾问团队</strong></p><ul><li><p><strong>Sriram Viswanath 教授</strong>（斯坦福 EE 博士，压缩编码专家）</p></li><li><p><strong>Nancy Lynch 教授</strong>（Tendermint 共识理论奠基人）</p></li></ul></li></ul><h2 id="h-rlnc-ram" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>技术突破亮点：RLNC + 去中心化 RAM</strong></h2><p>Optimum 的技术基础是经过 20 余年发展、由麻省理工学院教授 Muriel Médard 发明的 <strong>RLNC（Random Linear Network Coding）</strong>。该技术曾荣获 IEEE 小林浩二奖，并被广泛认为是网络编码领域的重大突破。</p><p>Optimum 以 RLNC 为核心，构建了两个关键产品组件：</p><ul><li><p><strong>OptimumP2P</strong>：基于发布-订阅模型的点对点协议，替代冗余度极高的 Gossip 网络，实现低冗余、高速、安全的数据传播。显著提升验证者 APY、降低网络拥塞，提高 dApp 性能与响应。</p></li><li><p><strong>Optimum deRAM</strong>：去中心化 RAM 层，满足 ACD 原则（原子性、一致性、持久性），为链上应用提供近乎实时的状态读写能力，支撑 AI、交易、游戏、社交等延迟敏感型 Web3 用例。</p></li></ul><p>该技术的整合使区块链首次具备“类内存总线 + 高速 RAM”式的高性能架构，为 Web3 带来接近传统计算机系统的处理能力。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>战略投资支持</strong></h2><p>Optimum 已完成 <strong>1100 万美元种子轮融资</strong>，投资阵容包括：</p><ul><li><p><strong>领投方</strong>：1kx</p></li><li><p><strong>参投机构</strong>：Spartan、Robot Ventures、Triton Capital、SNZ、CMS、Animoca、NGC、Jump Crypto、Reforge 等</p></li><li><p><strong>天使投资人</strong>：来自 Polygon、Solana、Babylon、Bitget、Wormhole、DeFiance、Sommelier 等头部项目创始人</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>愿景与定位</strong></h2><p>Optimum 的使命是让 Web3 拥有真正意义上的“内存层”，使“世界计算机”具备实时数据传输、低延迟响应与高吞吐能力，<strong>为 AI、社交、游戏、交易等 dApp 构建坚实性能基础</strong>，重塑 Web3 的系统架构标准。</p><blockquote><p><strong>“区块链世界计算机，终于拥有了它一直缺少的内存。”</strong></p></blockquote><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>机会</strong></h3><p>Optimum 现已通过 OptimumP2P 在私人测试网上上线，积极加入 L1、L2、验证器和节点操作员，以体验世界计算机缺失的内存层的实际运行。<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tally.so/r/wAyD8y">申请入口</a></p><p><strong>期待测试网的发布</strong></p><p><strong>相关链接</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.getoptimum.xyz/">website</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/getoptimum">discord</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://x.com/get_optimum">x</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.getoptimum.xyz/">doc</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0xBfAC4db6d990A6cF9842f437345c447B18EbeF73">blog</a></p><p>===========================</p><p>关注<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a>，获取最新交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4032bf21de71ec439d6402ff67d2b507c82d0b895de693334ff9a2a3479ef6e3.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[【penumbra-空投领取】融资500W-为ATOM质押空投代币]]></title>
            <link>https://paragraph.com/@jackmusk/penumbra-500w-atom</link>
            <guid>1OAIJQ3O7LvXcpMtR0Yb</guid>
            <pubDate>Sat, 15 Jun 2024 08:28:40 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。 推特：@0xrainight @Penumbra 一个完全私密的跨链权益证明网络和去中心化交易所，适用于 Cosmos 及其他领域。 今天为大家介绍的是 @Penumbra 的空投领取，废话不多说，直接开始操作 访问空投领取页面 https://penumbra.claims/?validator=penumbravalid19z28jy3t56llrl594lvml67knqapx4x5tplml9xe3qeylqnvnsysflxzq5 会出现下面的页面，请一定通过正规渠道获取链接，谨防钓鱼网站鼠标滚动，切换链接钱包 选择链接 keplr链接后，点击继续continue这时候会检测你的钱包是否有资格领取有资格，点击按钮 领取按钮进入领取页面后，下载 prax 钱包，并链接确认质押节点 通过本教程，会自动填写质押节点 penumbravalid19z28jy3t56llrl594lvml67knqapx4x5tplml9xe3qeylqnvnsysflxzq5 如需改动，可以修改。点击提交按钮点击...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/penumbrazone">@Penumbra</a> 一个完全私密的跨链权益证明网络和去中心化交易所，适用于 Cosmos 及其他领域。</p><p>今天为大家介绍的是 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/penumbrazone">@Penumbra</a> 的空投领取，废话不多说，直接开始操作</p><p><strong>访问空投领取页面</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ttps://penumbra.claims/?validator=penumbravalid19z28jy3t56llrl594lvml67knqapx4x5tplml9xe3qeylqnvnsysflxzq5">https://penumbra.claims/?validator=penumbravalid19z28jy3t56llrl594lvml67knqapx4x5tplml9xe3qeylqnvnsysflxzq5</a></p><p>会出现下面的页面，请一定通过正规渠道获取链接，<strong>谨防钓鱼网站</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f7fd51e64edccec1a3b73d158500c748d3d8400a786e7e287da662b7ffd8e8c2.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><strong>鼠标滚动，切换链接钱包</strong></p><p>选择链接 keplr</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e5b1e63a74e439915376ea23a953844e9e922a6e5207b3d6e3d368b49c883f56.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>链接后，点击继续continue</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b35512573972da019f3cffd9485ea81f5d04bdb2fb629303eabcc345ee3e877c.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/09ca7912b4e8a035cc2b9f5dd5ea63be14150f3e59b155ca079411ed34d021a8.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/5e1a3e3899760e457b6b229065403c2f83c43432e99455cdb7cdc071938356f0.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a64adcf133107bf486751f4608cd11507a257eee750c367ae5d9eb815a69dc9e.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>进入领取页面后，下载 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chromewebstore.google.com/detail/prax-wallet/lkpmkhpnhknhmibgnmmhdhgdilepfghe">prax</a> 钱包，并链接</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/51f33df233d781e34853a415288943643d8fe95bafbed830e531fb221e08daba.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><strong>确认质押节点</strong></p><p>通过本教程，会自动填写质押节点</p><p>penumbravalid19z28jy3t56llrl594lvml67knqapx4x5tplml9xe3qeylqnvnsysflxzq5</p><p>如需改动，可以修改。点击提交按钮</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4d6526c187640d9c614364285df9250b8b99bd74997d9a78495e762924d1825c.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d00573aaf632bbbf9f7bd9fccc2f2d4c8b8cdc6c0eb7a022dbaf8116704de392.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><strong>长按领取</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/75d55f8b7634b17aaace66b2f8c0e1b903c9afeaf31aae243dbae915b8ba842d.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/37d023223e8f7867424b23c7e21d5596105be978b8fc7bd938abe5773c662db8.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>这时候在测试网上同时领取了测试币，点击钱包，查看</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/24245bbc9383c433831b16ef209f5a6e2abf1defbd34a52a9f835a4148177867.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><strong>质押交互</strong></p><p>点击 stake，质押给 EquinoxDao</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b21e03c299a740dae0e8494d2d2a7e5fedbc14d529056664b894e561dd9df92e.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>在页面 ctr + f，搜索 Equinox，点击Delegate，进行质押</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/481934d2dd28502c92c184a8e87dca33c61ec47ff2a951352b1ea795ea3a2a32.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/8b3ed4630b05a3a612725d4d8a50dbe3aa5badc6f95857891eaedaef6c6a8069.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/5b7daff0d33dcd970766cb49a376c806a7aac0cdabbf594c01981ca9687a9a30.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><strong>领水交互</strong></p><p>进入官方<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/penumbrazone">DC</a>，testnet-faucet 频道，回复钱包地址，领取测试币（每24小时领取一次）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a46a3415206051a5a689a507fd26e60c0c185bf5614f4062d783aa4019f05f75.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>500w融资，值得交互，现在还不卷，dc7w，tw1.9w</p><p>测试网交互起来吧</p><p>===========================</p><p>关注<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a>，获取最新交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/c033b0ab1ca05c012a073a84aec01ec6478a5acd85511e391cf61724079b3f42.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[[Heavyweight Project-Babylon] Leveraging the Trillion Market-Promote POS development]]></title>
            <link>https://paragraph.com/@jackmusk/heavyweight-project-babylon-leveraging-the-trillion-market-promote-pos-development</link>
            <guid>xC9QKvqKd6icaxbCgsXi</guid>
            <pubDate>Mon, 20 May 2024 02:26:21 GMT</pubDate>
            <description><![CDATA[Hello everyone, I am Rainight . I focus on early project interaction and publish interactive tutorials on high-quality projects. Follow me to get the latest interactions. Twitter: @ 0xrainight @babylon A top project affecting a trillion-dollar market. babylon introduces BTC security into the POS chain to provide guarantee for the security of the POS chain. Babylon &apos;s mission is to build a Bitcoin-powered decentralized world, develop Bitcoin into a trustworthy security pillar of the PoS c...]]></description>
            <content:encoded><![CDATA[<p><em>Hello everyone, I am</em> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">Rainight</a>  <em>. I focus on early project interaction and publish interactive tutorials on high-quality projects. Follow me to get the latest interactions.</em></p><p><strong>Twitter:</strong> <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em> 0xrainight</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babylon_chain">@babylon</a>  A top project affecting a <strong>trillion-dollar</strong> market.</p><p>babylon introduces <strong>BTC</strong> security into <strong>the POS chain</strong> to provide guarantee for the security of the POS chain.</p><p><strong>Babylon</strong> &apos;s mission is to build a Bitcoin-powered decentralized world, develop Bitcoin into a trustworthy security pillar of the PoS chain, provide benefits to Bitcoin holders, while promoting an integrated, secure and decentralized economy.</p><h3 id="h-babylonchain-project-overview" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>BabylonChain Project Overview</strong></h3><h4 id="h-team-introduction" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>team introduction</strong></h4><p>BabylonChain’s team consists of consensus protocol researchers from Stanford University and experienced first-level blockchain engineers around the world. The main members include co-founders David Tse and Fisher Yu, Chief Marketing Officer Shalini Wood, Chief Strategy Officer Xinshu Dong, Chief Protocol Economist Sankha Banerjee, etc. ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/about">BabylonChain</a> ).</p><h4 id="h-core-team-members" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>core team members</strong></h4><ol><li><p><strong>David Tse</strong> - Co-Founder</p><p>Professor of electrical engineering at Stanford University, focusing on network and information theory, and has in-depth research on blockchain consensus protocols and security.</p></li><li><p><strong>Fisher Yu</strong> - Co-Founder</p><p>Computer science expert with rich experience in blockchain development and committed to promoting the innovation and application of blockchain technology.</p></li><li><p><strong>Shalini Wood</strong> - Chief Marketing Officer (CMO)</p><p>With rich experience in marketing and brand building, he is responsible for the marketing and community building of BabylonChain.</p></li><li><p><strong>Xinshu Dong</strong> - Chief Strategy Officer</p><p>A veteran in the blockchain industry, responsible for formulating BabylonChain’s strategic planning and business development.</p></li><li><p><strong>Sankha Banerjee</strong> - Chief Protocol Economist</p><p>PhD in Economics, focusing on the research of blockchain economic models and promoting the optimization and innovation of the BabylonChain economic system.</p></li><li><p><strong>Adam Ettinger</strong> - Chief Legal Officer</p><p>Professional legal advisor responsible for BabylonChain’s legal compliance and regulatory affairs.</p></li><li><p><strong>Vitalis Salis</strong> - Engineering Director</p><p>Lead the engineering team of BabylonChain and be responsible for technology development and system architecture design.</p></li><li><p><strong>Cirrus Gai</strong> - Senior Research Engineer</p><p>Focus on the research and development of blockchain protocols and algorithms.</p></li></ol><h4 id="h-other-key-members" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>other key members</strong></h4><ul><li><p><strong>Filippos Malandrakis</strong> - DevOps Engineer</p></li><li><p><strong>Gurjot Singh</strong> - Senior Software Engineer</p></li><li><p><strong>Mauro Lacy</strong> - Senior Software Engineer</p></li><li><p><strong>Rafael Tenfen</strong> - Blockchain Developer</p></li><li><p><strong>Sina Vaziri</strong> - Head of Strategy</p></li><li><p><strong>Coleman Maher</strong> - Head of Development</p></li></ul><h4 id="h-advisory-team" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>Advisory Team</strong></h4><ul><li><p><strong>Sandeep Nailwal</strong> - Consultant</p></li><li><p><strong>Sunny Aggarwal</strong> - Consultant</p></li><li><p><strong>Sreeram Kannan</strong> - Strategic Advisor</p></li><li><p><strong>Zaki Manian</strong> - Cosmos Question</p></li><li><p><strong>Xiaohong Lin</strong> - Business Consultant</p></li><li><p><strong>Bin Ren</strong> - Question</p></li></ul><p>The BabylonChain team is composed of experts in the blockchain field. They have rich experience and deep knowledge in technology development, economic models, marketing and legal compliance, and are jointly committed to promoting the development of BabylonChain and the innovation of blockchain technology.​ ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/about">BabylonChain</a> )​ ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/polychain-capital-and-hack-vc-lead-18-million-funding-round-for-bitcoin-staking-protocol-babylon#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fpolychain">BabylonChain</a> )​.</p><h4 id="h-financing" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>Financing</strong></h4><p>BabylonChain has completed a round of US$18 million in financing, led by Polychain Capital and Hack VC, with participants including Framework Ventures, Polygon Ventures, Castle Island Ventures, OKX Ventures and other investment institutions ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/polychain-capital-and-hack-vc-lead-18-million-funding-round-for-bitcoin-staking-protocol-babylon#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fpolychain">BabylonChain</a> ).</p><h4 id="h-technical-direction" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>Technical direction</strong></h4><p>BabylonChain’s main technical directions include:</p><ol><li><p><strong>Bitcoin Staking Protocol</strong> BabylonChain has developed a Bitcoin staking protocol that allows Bitcoin holders to stake their Bitcoins to enhance the security of the PoS chain. This mechanism not only improves the security of the PoS chain, but also provides additional sources of income for Bitcoin holders. The protocol utilizes Bitcoin’s Proof of Work (PoW) mechanism to apply its powerful security to the PoS chain (BabylonChain) (BabylonChain).</p></li><li><p><strong>Bitcoin Timestamp Protocol</strong> The timestamp protocol ensures the immutability and transparency of data by recording the status of the PoS chain on the Bitcoin blockchain. Each timestamp is tied to a block of the Bitcoin blockchain, allowing the PoS chain to leverage the strong security of the Bitcoin blockchain to protect its own data integrity (BabylonChain).</p></li><li><p><strong>Cross-chain interoperability</strong> BabylonChain promotes cross-chain interoperability through integration with other blockchains such as Cosmos and Evmos. This feature allows different blockchains to securely exchange data and value, improving the interconnectivity and collaboration capabilities of the entire blockchain ecosystem. For example, BabylonChain’s testnet has successfully integrated Evmos, providing users with more possibilities for cross-chain applications​ (BabylonChain)​ (BabylonChain)​.</p></li><li><p><strong>Smart Contract Capability</strong> BabylonChain supports smart contracts and uses the CosmoWasm and Wasmd frameworks to enable developers to build decentralized applications (dApps) on BabylonChain. This ability allows developers to use the security of Bitcoin to build various innovative applications, further expanding the functions and application scenarios of the blockchain (BabylonChain).</p></li><li><p><strong>Security enhancement</strong> BabylonChain uses multiple layers of security mechanisms to protect its network, including economic incentives and cryptography technology. By staking Bitcoin as a means of verification, BabylonChain provides additional security against malicious attacks and double-spend issues​ (BabylonChain)​ (BabylonChain)​.</p></li><li><p><strong>Ecosystem Construction</strong> BabylonChain actively participates in the construction of blockchain communities and ecosystems, and promotes technological innovation and cooperation by organizing and participating in various industry events. For example, BabylonChain showcases its latest technologies and solutions at events such as ETHDenver 2024 and Cosmoverse 2023, promoting interaction and collaboration with other blockchain projects and communities​ (BabylonChain)​ (BabylonChain)​.</p></li></ol><h4 id="h-latest-progress" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>latest progress</strong></h4><p>BabylonChain has recently participated in a number of important events, demonstrating its technological innovation and community involvement.</p><ol><li><p>ETHDenver 2024 At ETHDenver 2024, BabylonChain demonstrated the latest developments in its Bitcoin staking protocol. The protocol allows Bitcoin holders to benefit from staking Bitcoin to enhance the security of the PoS chain. This demonstration attracted the attention of a large number of attendees and further consolidated BabylonChain’s leading position in the field of blockchain security (BabylonChain).</p></li><li><p>Bitcoin Renaissance 2024 As a side event of ETHDenver, Bitcoin Renaissance is co-organized by BabylonChain and brings together many top people in the blockchain field to discuss the latest developments in the Bitcoin ecosystem. During the event, BabylonChain emphasized its contribution in improving Bitcoin security and cross-chain interoperability, marking a new chapter in the application of Bitcoin in blockchain technology (BabylonChain) (BabylonChain).</p></li><li><p>Testnet Integration BabylonChain has testnet integrations with multiple blockchain projects, such as Archway. Through this integration, BabylonChain’s Bitcoin Timestamping Protocol further enhances the security of these blockchains, giving them the same level of trust and security as Bitcoin​ (BabylonChain)​.</p></li><li><p>Cooperation with White Whale Chain BabylonChain also cooperates with the decentralized liquidity center White Whale&apos;s Migaloo Chain, using its Bitcoin timestamp protocol to ensure that all events in liquidity pools and flash loan vaults can enjoy the security of Bitcoin. This cooperation further expands BabylonChain’s application in the field of decentralized finance (DeFi) (BabylonChain).</p></li><li><p>The Bitcoin Staking Revolution BabylonChain has launched the &quot;Join the Bitcoin Staking Revolution&quot; program to encourage Bitcoin holders to participate in the BabylonChain ecosystem, support the PoS chain by staking Bitcoin, and earn profits from it. This plan attracted a large number of users to participate, further promoting the development of BabylonChain (BabylonChain).</p></li></ol><p>Through these activities, BabylonChain actively communicates and cooperates with the global blockchain community to promote technological innovation and ecosystem development.</p><p><strong>Latest tasks</strong></p><p>BabylonChain has recently been promoting several key tasks and activities:</p><ol><li><p><strong>Testnet-4 pre-release</strong> : The Babylon team plans to launch the new Testnet-4 at the end of May <strong>2024</strong> . The main goal of this test network is to improve and optimize the existing Bitcoin staking protocol, test new features, and ensure the security and stability of the entire network ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/babylon-testnet-4-pre-launch-announcement#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fbabylon">BabylonChain</a> ).</p></li><li><p>The Bitcoin staking test network is open to the public: BabylonChain successfully launched the world&apos;s first trustless Bitcoin staking test network. This testnet allows users to stake Bitcoin for yield, demonstrating significant new uses for Bitcoin beyond being a store of value and a means of payment​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/babylon-s-bitcoin-staking-testnet-open-for-public#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fbabylon">BabylonChain</a>)​。</p></li><li><p><strong>Become a validator and finality provider</strong> : BabylonChain invites community members to participate in becoming a validator and finality provider. Participants need to configure a full node, create a key pair, and submit the corresponding signatures and transactions ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.babylonchain.io/docs/user-guides/btc-staking-testnet/overview">Babylon Docs</a> )​ ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.babylonchain.io/docs/user-guides/btc-staking-testnet/become-validator">Babylon Docs</a> )​.</p></li><li><p><strong>Vigilante Program</strong> : BabylonChain has launched the Vigilante Program, which aims to strengthen network security by running independent reporter, submitter, and monitor programs. Participants need to run synchronized Babylon and Bitcoin full nodes and set them up according to the configuration files ( <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.babylonchain.io/docs/user-guides/btc-staking-testnet/become-vigilante">Babylon Docs</a> )​.</p></li></ol><p><strong>If you want to participate in the next activity, remember to get test token</strong></p><p>h<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://signetfaucet.com/">ttps://signetfaucet.com/</a></p><p>Join <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/babylonglobal">the Discord</a> to learn more about the Bitcoin staking revolution.</p><p>===========================</p><p>Follow <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">Rainight</a> to get the latest interactive tutorials</p><p><strong>community contribution</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.equinoxdao.xyz/"><strong>EQUINØX Dashboard - Cosmos Blockchain Explorer And Web Wallet</strong></a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9d89102f802cd823b5b7a9399374feb17b09f85aca822f2b14dc11122b16c1f4.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【重量级项目-Babylon】撬动万亿市场-促进POS发展]]></title>
            <link>https://paragraph.com/@jackmusk/babylon-pos</link>
            <guid>1Gq041OkpaQsZGnkmYZW</guid>
            <pubDate>Mon, 20 May 2024 02:20:44 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。 推特：@0xrainight @babylon 一个影响万亿市场的顶级项目。 babylon将BTC安全引入POS链，为POS链的安全性提供保障。 Babylon的使命是建立一个比特币驱动的去中心化世界，将比特币发展成 PoS 链可信赖的安全支柱，为比特币持有者提供收益，同时促进一体化、安全和去中心化的经济。BabylonChain 项目概述团队介绍BabylonChain 的团队由来自斯坦福大学的共识协议研究人员和全球经验丰富的一级区块链工程师组成。主要成员包括联合创始人 David Tse 和 Fisher Yu、首席市场官 Shalini Wood、首席战略官 Xinshu Dong、首席协议经济学家 Sankha Banerjee 等​ (BabylonChain)​。核心团队成员David Tse - 联合创始人 斯坦福大学电气工程教授，专注于网络和信息理论，在区块链共识协议和安全性方面有深入研究。Fisher Yu - 联合创始人 计算机科学专家，拥有丰富的区块链开发经验，致力于推动区块...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babylon_chain">@babylon</a> 一个影响<strong>万亿</strong>市场的顶级项目。</p><p>babylon将<strong>BTC</strong>安全引入<strong>POS链</strong>，为POS链的安全性提供保障。</p><p><strong>Babylon</strong>的使命是建立一个比特币驱动的去中心化世界，将比特币发展成 PoS 链可信赖的安全支柱，为比特币持有者提供收益，同时促进一体化、安全和去中心化的经济。</p><h3 id="h-babylonchain" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>BabylonChain 项目概述</strong></h3><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>团队介绍</strong></h4><p>BabylonChain 的团队由来自斯坦福大学的共识协议研究人员和全球经验丰富的一级区块链工程师组成。主要成员包括联合创始人 David Tse 和 Fisher Yu、首席市场官 Shalini Wood、首席战略官 Xinshu Dong、首席协议经济学家 Sankha Banerjee 等​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/about">BabylonChain</a>)​。</p><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>核心团队成员</strong></h4><ol><li><p><strong>David Tse</strong> - 联合创始人</p><p>斯坦福大学电气工程教授，专注于网络和信息理论，在区块链共识协议和安全性方面有深入研究。</p></li><li><p><strong>Fisher Yu</strong> - 联合创始人</p><p>计算机科学专家，拥有丰富的区块链开发经验，致力于推动区块链技术的创新和应用。</p></li><li><p><strong>Shalini Wood</strong> - 首席市场官（CMO）</p><p>具有丰富的市场营销和品牌建设经验，负责BabylonChain的市场推广和社区建设。</p></li><li><p><strong>Xinshu Dong</strong> - 首席战略官</p><p>区块链行业资深人士，负责制定BabylonChain的战略规划和业务发展。</p></li><li><p><strong>Sankha Banerjee</strong> - 首席协议经济学家</p><p>经济学博士，专注于区块链经济模型的研究，推动BabylonChain经济体系的优化和创新。</p></li><li><p><strong>Adam Ettinger</strong> - 首席法律官</p><p>专业法律顾问，负责BabylonChain的法律合规和监管事务。</p></li><li><p><strong>Vitalis Salis</strong> - 工程主管</p><p>领导BabylonChain的工程团队，负责技术开发和系统架构设计。</p></li><li><p><strong>Cirrus Gai</strong> - 高级研究工程师</p><p>专注于区块链协议和算法的研究与开发。</p></li></ol><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>其他关键成员</strong></h4><ul><li><p><strong>Filippos Malandrakis</strong> - DevOps工程师</p></li><li><p><strong>Gurjot Singh</strong> - 高级软件工程师</p></li><li><p><strong>Mauro Lacy</strong> - 高级软件工程师</p></li><li><p><strong>Rafael Tenfen</strong> - 区块链开发者</p></li><li><p><strong>Sina Vaziri</strong> - 战略负责人</p></li><li><p><strong>Coleman Maher</strong> - 发展负责人</p></li></ul><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>顾问团队</strong></h4><ul><li><p><strong>Sandeep Nailwal</strong> - 顾问</p></li><li><p><strong>Sunny Aggarwal</strong> - 顾问</p></li><li><p><strong>Sreeram Kannan</strong> - 战略顾问</p></li><li><p><strong>Zaki Manian</strong> - Cosmos顾问</p></li><li><p><strong>Xiahong Lin</strong> - 商务顾问</p></li><li><p><strong>Bin Ren</strong> - 顾问</p></li></ul><p>BabylonChain 团队由区块链领域的专家组成，他们在技术开发、经济模型、市场推广和法律合规等方面拥有丰富的经验和深厚的知识，共同致力于推动 BabylonChain 的发展和区块链技术的创新​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/about">BabylonChain</a>)​​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/polychain-capital-and-hack-vc-lead-18-million-funding-round-for-bitcoin-staking-protocol-babylon#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fpolychain">BabylonChain</a>)​。</p><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>融资</strong></h4><p>BabylonChain 已完成一轮1800万美元的融资，由 Polychain Capital 和 Hack VC 领投，参与方包括 Framework Ventures、Polygon Ventures、Castle Island Ventures、OKX Ventures 等多家投资机构​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/polychain-capital-and-hack-vc-lead-18-million-funding-round-for-bitcoin-staking-protocol-babylon#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fpolychain">BabylonChain</a>)​。</p><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>技术方向</strong></h4><p>BabylonChain 主要技术方向包括：</p><ol><li><p><strong>比特币质押协议</strong> BabylonChain 开发了比特币质押协议，允许比特币持有者质押他们的比特币，以增强 PoS 链的安全性。这一机制不仅提高了 PoS 链的安全性，还为比特币持有者提供了额外的收益来源。该协议利用比特币的工作量证明（PoW）机制，将其强大的安全性应用于 PoS 链上​ (BabylonChain)​​ (BabylonChain)​。</p></li><li><p><strong>比特币时间戳协议</strong> 时间戳协议通过将 PoS 链的状态记录在比特币区块链上，确保数据的不可篡改性和透明度。每个时间戳都绑定到比特币区块链的一个块上，使得 PoS 链能够利用比特币区块链的强大安全性来保护其自身的数据完整性​ (BabylonChain)​。</p></li><li><p><strong>跨链互操作性</strong> BabylonChain 通过与 Cosmos 和 Evmos 等其他区块链的集成，促进了跨链互操作性。这个功能使得不同区块链可以安全地进行数据和价值交换，提升了整个区块链生态系统的互联性和协作能力。例如，BabylonChain 的测试网已经成功集成了 Evmos，为用户提供了更多跨链应用的可能性​ (BabylonChain)​​ (BabylonChain)​。</p></li><li><p><strong>智能合约能力</strong> BabylonChain 支持智能合约，利用 CosmoWasm 和 Wasmd 框架，使开发者能够在 BabylonChain 上构建去中心化应用程序（dApps）。这种能力使得开发者可以利用比特币的安全性构建各种创新应用，进一步扩展了区块链的功能和应用场景​ (BabylonChain)​。</p></li><li><p><strong>安全性增强</strong> BabylonChain 采用多层安全机制来保护其网络，包括经济激励和密码学技术。通过质押比特币作为验证手段，BabylonChain 提供了额外的安全保障，防止恶意攻击和双重花费问题​ (BabylonChain)​​ (BabylonChain)​。</p></li><li><p><strong>生态系统建设</strong> BabylonChain 积极参与区块链社区和生态系统的建设，通过举办和参与各种行业活动，推动技术创新和合作。例如，BabylonChain 在 ETHDenver 2024 和 Cosmoverse 2023 等活动中展示了其最新的技术和解决方案，促进了与其他区块链项目和社区的互动和协作​ (BabylonChain)​​ (BabylonChain)​。</p></li></ol><h4 id="h-" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0"><strong>最新进展</strong></h4><p>BabylonChain 近期参加了多项重要活动，展示了其技术创新和社区参与的积极性。</p><ol><li><p>ETHDenver 2024 在 ETHDenver 2024 上，BabylonChain 展示了其比特币质押协议的最新进展。该协议允许比特币持有者通过质押比特币来增强 PoS 链的安全性，并从中获益。这个展示吸引了大量与会者的关注，进一步巩固了 BabylonChain 在区块链安全领域的领先地位​ (BabylonChain)​。</p></li><li><p>Bitcoin Renaissance 2024 作为 ETHDenver 的侧活动，Bitcoin Renaissance 由 BabylonChain 联合主办，汇集了众多区块链领域的顶尖人士，探讨比特币生态系统的最新发展。活动中，BabylonChain 强调了其在提升比特币安全性和跨链互操作性方面的贡献，标志着比特币在区块链技术应用中的新篇章​ (BabylonChain)​​ (BabylonChain)​。</p></li><li><p>测试网集成 BabylonChain 与多个区块链项目进行了测试网集成，例如与 Archway 的集成。通过这种集成，BabylonChain 的比特币时间戳协议进一步增强了这些区块链的安全性，使其享有与比特币相同级别的信任和安全​ (BabylonChain)​。</p></li><li><p>白鲸链的合作 BabylonChain 还与去中心化流动性中心 White Whale 的 Migaloo 链合作，利用其比特币时间戳协议来确保所有流动性池和闪电贷金库的事件都能享受比特币的安全性。这一合作进一步扩展了 BabylonChain 在去中心化金融（DeFi）领域的应用​ (BabylonChain)​。</p></li><li><p>比特币质押革命 BabylonChain 推出了“加入比特币质押革命”计划，鼓励比特币持有者参与到 BabylonChain 的生态系统中，通过质押比特币来支持 PoS 链，并从中获得收益。这一计划吸引了大量用户的参与，进一步推动了 BabylonChain 的发展​ (BabylonChain)​。</p></li></ol><p>通过这些活动，BabylonChain 积极与全球区块链社区进行交流和合作，推动技术创新和生态系统发展。</p><p><strong>最新任务</strong></p><p>BabylonChain最近主要在推进几个关键任务和活动：</p><ol><li><p><strong>Testnet-4预发布</strong>：Babylon团队计划在<strong>2024年5月</strong>底启动新的Testnet-4。这个测试网络的主要目标是改进和优化现有的比特币质押协议，测试新的功能，并确保整个网络的安全和稳定性​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/babylon-testnet-4-pre-launch-announcement#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fbabylon">BabylonChain</a>)​。</p></li><li><p><strong>比特币质押测试网公开开放</strong>：BabylonChain成功推出了全球首个去信任的比特币质押测试网。这个测试网允许用户质押比特币以获得收益，展示了比特币在价值储存和支付手段之外的显著新用途​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/blog/babylon-s-bitcoin-staking-testnet-open-for-public#:~:text=URL%3A%20https%3A%2F%2Fbabylonchain.io%2Fblog%2Fbabylon">BabylonChain</a>)​。</p></li><li><p><strong>成为验证者和最终性提供者</strong>：BabylonChain邀请社区成员参与成为验证者和最终性提供者。参与者需要配置完整节点、创建密钥对，并提交相应的签名和交易​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.babylonchain.io/docs/user-guides/btc-staking-testnet/overview">Babylon Docs</a>)​​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.babylonchain.io/docs/user-guides/btc-staking-testnet/become-validator">Babylon Docs</a>)​。</p></li><li><p><strong>Vigilante计划</strong>：BabylonChain推出了Vigilante计划，旨在通过运行独立的报告者、提交者和监控者程序来加强网络安全。参与者需要运行同步的Babylon和比特币完整节点，并根据配置文件进行设置​ (<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.babylonchain.io/docs/user-guides/btc-staking-testnet/become-vigilante">Babylon Docs</a>)​。</p></li></ol><p><strong>要想参与下个活动记得领水</strong></p><p>h<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://signetfaucet.com/">ttps://signetfaucet.com/</a></p><p>加入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/babylonglobal">Discord</a>，了解有关比特币质押革命的更多信息。</p><p>===========================</p><p>关注<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a>，获取最新交互教程</p><p><strong>社区贡献：</strong></p><div data-type="embedly" src="https://explorer.equinoxdao.xyz/" data="{&quot;provider_url&quot;:&quot;https://explorer.equinoxdao.xyz&quot;,&quot;description&quot;:&quot;EQUINØX Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub&quot;,&quot;title&quot;:&quot;EQUINØX Dashboard - Cosmos Blockchain Explorer And Web Wallet&quot;,&quot;url&quot;:&quot;https://explorer.equinoxdao.xyz/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Equinoxdao&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://explorer.equinoxdao.xyz/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>EQUINØX Dashboard - Cosmos Blockchain Explorer And Web Wallet</h2><p>EQUINØX Dashboard is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://explorer.equinoxdao.xyz</span></div></div></a></div></div><p><strong>往期教程：</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/jackmusk.eth/pyECiKlulqp6uu04E7l6oglLHIv1E9E5l11de22GPuc">https://mirror.xyz/jackmusk.eth/pyECiKlulqp6uu04E7l6oglLHIv1E9E5l11de22GPuc</a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9d89102f802cd823b5b7a9399374feb17b09f85aca822f2b14dc11122b16c1f4.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【重量级项目-Babylon质押交互】影响万亿市场的顶级项目]]></title>
            <link>https://paragraph.com/@jackmusk/babylon</link>
            <guid>owIKRvZ9nzygM76hGLOH</guid>
            <pubDate>Mon, 26 Feb 2024 09:59:10 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。 推特：@0xrainight @babylon 一个影响万亿市场的顶级项目。 babylon将BTC安全引入POS链，为POS链的安全性提供保障。 babylon的使命是建立一个比特币驱动的去中心化世界，将比特币发展成 PoS 链可信赖的安全支柱，为比特币持有者提供收益，同时促进一体化、安全和去中心化的经济。测试网巴比伦测试网平台将于下周推出（2月28日），第一个无需信任的原生比特币质押将成为可能。测试网任务：成为比特币先锋并铸造您的先锋通行证。成为历史上第一批体验这一迷人新技术的人之一，成为正式的比特币质押先锋。 要参加，您需要 2 个钱包。一个 OKX 钱包连接到比特币 Signet 网络，一个 Keplr 钱包连接到 Babylon Chain。 您还需要 Signet 测试网比特币，您可以用它来在 Babylon 比特币质押应用程序中进行质押。比特币 Signet 是一个可靠的测试网络，具有 0 值代币，旨在让比特币冒险家能够安全地尝试仍处于测试阶段的新项目。要获取比特币 Signet 代币...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，发布优质项目的交互教程，关注我获取最新交互。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babylon_chain">@babylon</a> 一个影响<strong>万亿</strong>市场的顶级项目。</p><p>babylon将<strong>BTC</strong>安全引入<strong>POS链</strong>，为POS链的安全性提供保障。</p><p>babylon的使命是建立一个比特币驱动的去中心化世界，将比特币发展成 PoS 链可信赖的安全支柱，为比特币持有者提供收益，同时促进一体化、安全和去中心化的经济。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">测试网</h2><p>巴比伦测试网平台将于下周推出（2月28日），第一个无需信任的原生比特币质押将成为可能。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>测试网任务：成为比特币先锋并铸造您的先锋通行证。</strong></h2><p>成为历史上第一批体验这一迷人新技术的人之一，成为正式的比特币质押先锋。</p><p>要参加，您需要 2 个钱包。一个 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chrome.google.com/webstore/detail/mcohilncbfahbmgdjkbpemcciiolgcge">OKX 钱包</a>连接到比特币 Signet 网络，一个 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chrome.google.com/webstore/detail/dmkamcknogkgcdfhhbddcghachkejeap">Keplr 钱包</a>连接到 Babylon Chain。</p><p>您还需要 Signet 测试网比特币，您可以用它来在 Babylon 比特币质押应用程序中进行质押。比特币 Signet 是一个可靠的测试网络，具有 0 值代币，旨在让比特币冒险家能够安全地尝试仍处于测试阶段的新项目。要获取比特币 Signet 代币，您可以访问<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://signetfaucet.com/">官方比特币水龙头</a>。</p><p>一旦上线，您将能够连接到该应用程序，进行质押，然后领取您独一无二的比特币先锋通行证。索赔期在发布后仅开放 7 天（2.28-3.5），并且供应量有限 - 因此您需要迅速采取行动。每张通行证都将刻有唯一的序列号，代表您开始进行比特币质押的时间，并且可供所有参与索赔期的人铸造。</p><p><strong>如何准备好获得先锋通行证？</strong></p><p><strong>第 1 步 — 安装你的钱包</strong></p><p>您需要安装两个钱包才能使用巴比伦测试网。</p><ol><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.keplr.app/download">Keplr</a> — 这会将您连接到 Babylon 应用链，您将在其中获得质押奖励</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.okx.com/download">OKX 钱包</a>— 这会将您连接到与比特币主链并行运行的比特币测试网络 Signet。</p></li></ol><p><strong>第 2 步 — 获取地址</strong></p><p>添加巴比伦测试网到Keplr</p><p>进入 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/rPOTJpNLdg">https://chains.keplr.app</a> 搜索babylon，并添加 testnet 测试网到 keplr 钱包</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9251d9247e5d2b0cfd6fc109d1cde8c1778787354aef7f1bc7639f8072961473.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/53e252ec4aa256f38aacc6b231fa21f2bc2b456605dd46d655e42b131195833d.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>获取BBN测试地址</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2921d929c5f16c85d999ef872bcd6b7bbe2c14c3288c97ba93b4cf55d399f13e.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>获取btc测试地址</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1be3c90d2d48bde2303f2b60c5c6b1161d5a6d9df9a1386ff6f85bcf4122174d.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><strong>第 3 步 — 获取一些测试网比特币。</strong></p><p><strong>获取bbn测试币</strong></p><p>进入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/babylonglobal">官方dc</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cfca925d8198ebdb43e0600d975a84ae57cbddae33f9dc217ca9d213e97be05c.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4cc1b115cff314f227b93a291efdf2740ea25d3e3154ff50b2f0ec04bc7db53a.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>进入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/channels/1046686458070700112/1075371070493831259">faucet频道</a> 发送</p><pre data-type="codeBlock" text="!faucet bbn1你的地址
"><code><span class="hljs-addition">!faucet bbn1你的地址</span>
</code></pre><p>10分钟左右会完成发送，在钱包可以查看余额</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ae06dedf434b215767cfb87fe6a5ff3e6110b52ccc98ae4b22fa63c4c03dc333.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><strong>获取btc测试币</strong></p><p>访问官方测试网比特币网络水龙头<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://signetfaucet.com/">https://signetfaucet.com</a> 或 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://alt.signetfaucet.com">https://alt.signetfaucet.com</a> 并输入 OKX 钱包中的比特币 Signet 地址。您每天最多只能请求一次 0.01 个测试比特币。</p><h2 id="h-bbn" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>质押您的测试网bbn</strong></h2><p>访问<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://ttps://explorer.equinoxdao.xyz/babylon_testnet/staking/bbnvaloper1j6ey72f4k7cvxcv7sr2p4w5lhnfs0ncll2lz27">https://explorer.equinoxdao.xyz/babylon_testnet/staking/bbnvaloper1j6ey72f4k7cvxcv7sr2p4w5lhnfs0ncll2lz27</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/125dbd9db8222f92cc6e91034b942c5b0dccc2e7e5ae3bbfb11b7b897e4106dc.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/d53776fe2645c49f1543ad33ab9f3f69d713c88507901f7976432367eb119642.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-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>如何质押您的测试网比特币？</strong></h2><p>2024 年 2 月 28 日将会发布最新信息，加入中文社区保持关注。</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5abcf4c83ba98c1d3238f1342a0c0bc56897f3c47452ffb803f953599942788a.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-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>这对你有什么好处？比特币先锋通行证</strong></h2><p>比特币先锋通行证是一种纪念性 NFT，旨在庆祝 Babylon 测试网的推出和首个链上无信任比特币质押活动。该通行证将可供在规定时间内认领的所有人使用。</p><p>您独特的先锋通行证不仅将展示您对比特币质押未来的早期承诺，还将授予您访问独家功能的权限，并在我们的精英社区中占有一席之地。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>比特币先驱背后的故事</strong></h2><p>在数字突破的谱系中，比特币的发展是无与伦比的。呼应哈尔·芬尼 (Hal Finney) 和尼克·萨博 (Nick Szabo) 等远见卓识者对中本聪最初概念的影响，您现在处于比特币质押革命的最前沿。这不仅仅是参与，更是参与。它正在开创比特币遗产的新篇章。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>确保去中心化的未来</strong></h2><p>作为比特币先驱，您不仅是参与者，更是塑造前所未有的区块链安全时代的开拓者。您的参与将为强大的去中心化经济奠定基础，释放比特币生态系统中突破性金融应用的潜力。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>传承与声望</strong></h2><p>请记住，历史会尊重它的先锋。与第一批比特币爱好者一样，您作为比特币先驱的贡献将因您的 NFT 序列号而永垂不朽。数字越低，您在这场质押革命中的印记就越深。这个代币是您的遗产，是远见的象征，也是未来几代人在比特币故事中的灯塔。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>您需要多长时间才能拿到通行证？</strong></h2><p>通行证供应有限，申领期仅开放 7 天，从 28 日星期三开始，到 2024 年 3 月 5 日星期二 23:59 UTC 结束。</p><p>加入我们的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/babylonglobal">Discord</a>，了解有关比特币质押革命的更多信息。</p><p>===========================</p><p>关注<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a>，获取最新交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6519e9c99001be7ba257e25eae2789170c830bf401e7669bdccc53125aac5176.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【融资2000万backPack】空投交互]]></title>
            <link>https://paragraph.com/@jackmusk/2000-backpack</link>
            <guid>QB3YM5l6gWEstOt4vhRb</guid>
            <pubDate>Sat, 17 Feb 2024 00:49:23 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight @backPack 是由FTX前高管团队创业的，已经融资了2000万美金，而且属于solana生态顶级项目 本项目主要的难点就是KYC账号和刷金额（交易量1w+） 一起看看具体交互步骤1、注册账号访问链接，进行注册Backpack: Crypto Exchange & Wallet | Solana, Ethereum & BTCBackpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets.https://backpack.exchange收邮件，确认邮箱 选择个人填写信息选择身份证，上传正反面照片人脸认证等待结果顺利的话，10分钟左右就认证通过2、交易 SOL/USDC访问交易页面Backpack: Crypto Exchange & Wallet | Solana, Ethereum &...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Backpack">@backPack</a> 是由FTX前高管团队创业的，已经融资了<strong>2000万美金</strong>，而且<strong>属于solana生态</strong>顶级项目</p><p>本项目主要的难点就是<strong>KYC账号和刷金额（交易量1w+）</strong></p><p>一起看看具体交互步骤</p><h2 id="h-1" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1、注册账号</h2><p>访问链接，进行注册</p><div data-type="embedly" src="https://backpack.exchange/refer/dc499c8d-4ba6-4b1e-8816-6b0a2487a909" data="{&quot;provider_url&quot;:&quot;https://backpack.exchange&quot;,&quot;description&quot;:&quot;Backpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets.&quot;,&quot;title&quot;:&quot;Backpack: Crypto Exchange &amp; Wallet | Solana, Ethereum &amp; BTC&quot;,&quot;mean_alpha&quot;:80.75,&quot;thumbnail_width&quot;:2400,&quot;url&quot;:&quot;https://backpack.exchange/signup&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Backpack&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1256,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1256,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://backpack.exchange/refer/dc499c8d-4ba6-4b1e-8816-6b0a2487a909" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Backpack: Crypto Exchange &amp; Wallet | Solana, Ethereum &amp; BTC</h2><p>Backpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://backpack.exchange</span></div><img src="https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png"/></div></a></div></div><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/12104af406ef5adb5653270e3395e0637d24dd8aa8bd699aec4566c1099030f8.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>选择个人</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8cf423d61161b0e2ac9ae00adf5ad88b18f7263f293edb410a1f173bd0d9f484.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e3612880a63de81f4db679f701d36b76b39fee851101c5604401b32a49f3e2bc.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/b3dfa1b73ec64d7518dcfc82bd778a4d90edfd7116d10e7dbb64370bd905830e.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/984147afe75a1574e40194ce2f32f5022f2f7a411b9c24b287a21f621cc705b8.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/1bcda79764d1006964c2ee9ea9b5b6bab41dee39c50b3c99c8fed256ac4458c0.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3f6d08ac877ac5f5e45cf83b242718f599c5a62d17b45a73135faa4d55e00afd.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7ba253260dd315e9f0c4447ffaa3745d6ab57f592762c5b846c61d3502af73c0.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><strong>顺利的话，10分钟左右就认证通过</strong></p><h2 id="h-2-solusdc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2、交易 SOL/USDC</h2><p>访问交易页面</p><div data-type="embedly" src="https://backpack.exchange/trade/SOL_USDC" data="{&quot;provider_url&quot;:&quot;https://backpack.exchange&quot;,&quot;description&quot;:&quot;Backpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets.&quot;,&quot;title&quot;:&quot;Backpack: Crypto Exchange &amp; Wallet | Solana, Ethereum &amp; BTC&quot;,&quot;mean_alpha&quot;:80.75,&quot;thumbnail_width&quot;:2400,&quot;url&quot;:&quot;https://backpack.exchange/trade/SOL_USD&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Backpack&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:1256,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:2400,&quot;height&quot;:1256,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://backpack.exchange/trade/SOL_USDC" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Backpack: Crypto Exchange &amp; Wallet | Solana, Ethereum &amp; BTC</h2><p>Backpack offers a robust, user-friendly platform for seamlessly trading, managing, and securing your cryptocurrency assets.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://backpack.exchange</span></div><img src="https://storage.googleapis.com/papyrus_images/fa6c8af03f780885c26857910e3beb009e6ef96523d0b9886712eed126ab6c92.png"/></div></a></div></div><p>充值 sol或usdc，建议1000u+，方便快速积累交易量，<strong>一定走交易所转账防止女巫</strong></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f4ed014e8e33e1c8cf1680534963cfdc3e094e5e55dd27b6d8b2a928e542b581.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/24ccb855a767f9704bc8e7a1b6b8898e63e308195122af6d3403909e77c7133c.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/93e25c380360d6b78a1998414116fa083b90dd0518ef1788572f8b79bb173c00.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/04595ae578f3a711dfc2661c6a8cfe99c2aeb0a7dc903dfc175ece6b55a908a1.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>交易量刷完后 ，可以提现。（不要全部提走，留0.5sol，可以再交互刷次数。防止女巫）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ec9b0be7adfd4ef55f074ed068a44e539c2f2e9a160ce743fed188d9d5c9a497.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/ec4ef8ffe10d27a494187e5d6496f71cc3eea5a4ed250fe85e7a672d4d855fee.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" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3、静等花开</h2><p>===========================</p><p>关注<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a>，获取最新交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/60d6b8a760bd17257220106b8bd89380f79a3a033663d271a11101da3b4fb0f1.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[【DYM质押教程】热门币质押，享多重福利]]></title>
            <link>https://paragraph.com/@jackmusk/dym</link>
            <guid>KNbMsZzd6fNsmmgo9ZCF</guid>
            <pubDate>Tue, 06 Feb 2024 09:49:41 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight DYM即将上线，一起质押，享受多重福利 keplr https://wallet.keplr.app/chains/dymension 访问DYM官网 portal.dymension.xyz/dymension/staking链接钱包，支持小狐狸和keplrctr+f 页面搜索 Equinox点击右边三个点，会出现操作列表，点击stake填写数量，确认质押确认签名质押完成后，返回的顶部，会显示你当前的质押=========================== 关注我的推特，不定期发布交互教程]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p>DYM即将上线，一起质押，享受多重福利</p><p>keplr <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">https://wallet.keplr.app/chains/dymension</a></p><p>访问DYM官网 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://portal.dymension.xyz/dymension/staking">portal.dymension.xyz/dymension/staking</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/09f20f9147fefc8094d9be55bf3a004b1f408173e99b15bb7c247017f948354b.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>链接钱包，支持小狐狸和keplr</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/80641eac34f470bfc3067184fd73ad54e1dd14d7428ce0399104a8bc934ddcd5.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>ctr+f 页面搜索 Equinox</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/960f15a495cc0ee10ce55f943727cb3e2f6d5fd1f4d5e6a62c359c9954c136c3.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>点击右边三个点，会出现操作列表，点击stake</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/03e6a773da5522aa8b8c1b11341f0edb9393d5584974745c73616bd87708e2ff.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a7ab04f5739254d7dae3d7e99b8a34f2381428dff114bc305770486bfa2bd83b.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5983c7e1afeb4ec1b9fd5d43a1de65f9d15ce5001e8f0cb0ce14e5bcdbdae9de.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e5861f37dc4aeedbd0415c95d1e2c948c59315cae946bcaa89b477c04d352c28.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://twitter.com/0xrainight">推特</a>，不定期发布交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4f1fdddeddab17be8021cb94a9fb077548e7ccba48671e0a7a5c62aaa6a0e973.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Namada节点部署教程]]></title>
            <link>https://paragraph.com/@jackmusk/namada</link>
            <guid>My33f9Wyu9i5qkgez3Js</guid>
            <pubDate>Fri, 02 Feb 2024 09:18:49 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight Namada 是一个以资产隐私为中心的区块链，使用零知识证明技术。Namada 的加密特性为用户提供了资产不可知性、链间隐私，并且正在由 Anoma 基金会构建。 DC社区：https://discord.gg/namada测试节点搭建教程开始今天的教程之前，需要有一定的前置条件： 一台ubuntu服务器(最好是国外的服务器，问题会少很多)，最低配置如下CPUs: 4RAM: 16GBStorage: 150GBOS：Ubuntu 22.041、使用ssh登录服务器（mac、linux系统下操作）ssh root@服务器ip 回车确认，如果出现提示”Are you sure you want to continue connecting (yes/no/[fingerprint])?“ 输入 yes 回车确认 窗口等待输入服务器密码，回车确认。进入服务器 运行成功结果2、确认当前用户是root，如果已经是root用户请略过开启root用户，为root用户创建密码，输入两次...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a> </p><p>Namada 是一个以资产隐私为中心的区块链，使用零知识证明技术。Namada 的加密特性为用户提供了资产不可知性、链间隐私，并且正在由 Anoma 基金会构建。</p><p>DC社区：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/5gfxyh72">https://discord.gg/namada</a></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>测试节点搭建教程</strong></h2><p>开始今天的教程之前，需要有一定的前置条件：</p><p>一台ubuntu服务器(最好是国外的服务器，问题会少很多)，最低配置如下</p><ul><li><p>CPUs: 4</p></li><li><p>RAM: 16GB</p></li><li><p>Storage: 150GB</p></li><li><p>OS：Ubuntu 22.04</p></li></ul><h2 id="h-1sshmaclinux" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>1、使用ssh登录服务器（mac、linux系统下操作）</strong></h2><pre data-type="codeBlock" text="ssh root@服务器ip 
"><code>ssh <span class="hljs-symbol">root@</span>服务器ip 
</code></pre><p>回车确认，如果出现提示”Are you sure you want to continue connecting (yes/no/[fingerprint])?“</p><p>输入 <code>yes</code> 回车确认</p><p>窗口等待输入服务器密码，回车确认。进入服务器</p><p>运行成功结果</p><h2 id="h-2rootroot" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>2、确认当前用户是root，如果已经是root用户请略过</strong></h2><p>开启root用户，为root用户创建密码，输入两次密码</p><pre data-type="codeBlock" text="sudo passwd root
"><code></code></pre><p>使用下面命令，切换到root用户，在输入刚才创建的密码</p><pre data-type="codeBlock" text="su root
"><code></code></pre><h2 id="h-3rust-v164" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>3、安转Rust v1.64+</strong></h2><p>使用下面命令，自动安装rust</p><pre data-type="codeBlock" text="curl --proto &apos;=https&apos; --tlsv1.2 -sSf https://sh.rustup.rs | sh
"><code>curl <span class="hljs-operator">-</span><span class="hljs-operator">-</span>proto <span class="hljs-string">'=https'</span> <span class="hljs-operator">-</span><span class="hljs-operator">-</span>tlsv1<span class="hljs-number">.2</span> <span class="hljs-operator">-</span>sSf https:<span class="hljs-comment">//sh.rustup.rs | sh</span>
</code></pre><p>出现下面的界面时，选择1，默认安装</p><p>出现下面的界面说明安装完成</p><p>使用下面命令，让Rust生效</p><pre data-type="codeBlock" text="source &quot;$HOME/.cargo/env&quot;
"><code><span class="hljs-built_in">source</span> <span class="hljs-string">"<span class="hljs-variable">$HOME</span>/.cargo/env"</span>
</code></pre><h2 id="h-4" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>4、安装</strong></h2><p><strong>下载 CometBFT</strong></p><pre data-type="codeBlock" text="mkdir -p $HOME/.local/bin
curl -sL https://github.com/cometbft/cometbft/releases/download/v0.37.2/cometbft_0.37.2_linux_amd64.tar.gz | tar -C $HOME/.local/bin -xzf- cometbft
"><code><span class="hljs-built_in">mkdir</span> -p <span class="hljs-variable">$HOME</span>/.local/bin
curl -sL https://github.com/cometbft/cometbft/releases/download/v0.37.2/cometbft_0.37.2_linux_amd64.tar.gz | tar -C <span class="hljs-variable">$HOME</span>/.local/bin -xzf- cometbft
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>更新系统并安装工具</strong></h3><pre data-type="codeBlock" text="sudo apt -q update
sudo apt -qy install make git-core libssl-dev pkg-config libclang-12-dev libudev-dev build-essential protobuf-compiler
sudo apt -qy upgrade
"><code>sudo apt <span class="hljs-operator">-</span>q update
sudo apt <span class="hljs-operator">-</span>qy install make git<span class="hljs-operator">-</span>core libssl<span class="hljs-operator">-</span>dev pkg<span class="hljs-operator">-</span>config libclang<span class="hljs-number">-12</span><span class="hljs-operator">-</span>dev libudev<span class="hljs-operator">-</span>dev build<span class="hljs-operator">-</span>essential protobuf<span class="hljs-operator">-</span>compiler
sudo apt <span class="hljs-operator">-</span>qy upgrade
</code></pre><h3 id="h-namada" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>下载编译Namada</strong></h3><pre data-type="codeBlock" text="cd $HOME
rm -rf shielded-expedition.b40d8e9055
git clone -b v0.31.0 https://github.com/anoma/namada.git shielded-expedition.b40d8e9055
cd shielded-expedition.b40d8e9055
make build-release
for BIN in namada namadac namadan namadar namadaw; do install -m 0755 target/release/$BIN $HOME/.local/bin/$BIN; done
"><code>cd $HOME
rm <span class="hljs-operator">-</span>rf shielded<span class="hljs-operator">-</span>expedition.b40d8e9055
git clone <span class="hljs-operator">-</span>b v0<span class="hljs-number">.31</span><span class="hljs-number">.0</span> https:<span class="hljs-comment">//github.com/anoma/namada.git shielded-expedition.b40d8e9055</span>
cd shielded<span class="hljs-operator">-</span>expedition.b40d8e9055
make build<span class="hljs-operator">-</span>release
<span class="hljs-keyword">for</span> BIN in namada namadac namadan namadar namadaw; do install <span class="hljs-operator">-</span>m 0755 target<span class="hljs-operator">/</span>release<span class="hljs-operator">/</span>$BIN $HOME<span class="hljs-operator">/</span>.local/bin<span class="hljs-operator">/</span>$BIN; done
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>创建自启动服务</strong></h3><pre data-type="codeBlock" text="sudo tee /etc/systemd/system/namada.service &gt; /dev/null &lt;&lt; EOF
[Unit]
Description=Namada node
After=network-online.target

[Service]
User=$USER
ExecStart=$HOME/.local/bin/namada node ledger run
Restart=always
RestartSec=10
LimitNOFILE=65535
Environment=&quot;CMT_LOG_LEVEL=p2p:none,pex:error&quot;
Environment=&quot;NAMADA_CMT_STDOUT=true&quot;
Environment=&quot;NAMADA_LOG=info&quot;
Environment=&quot;PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:$HOME/.local/bin&quot;

[Install]
WantedBy=multi-user.target
EOF

sudo systemctl daemon-reload
sudo systemctl enable namada.service
"><code>sudo tee <span class="hljs-operator">/</span>etc<span class="hljs-operator">/</span>systemd<span class="hljs-operator">/</span>system<span class="hljs-operator">/</span>namada.service <span class="hljs-operator">></span> <span class="hljs-operator">/</span>dev<span class="hljs-operator">/</span>null <span class="hljs-operator">&#x3C;</span><span class="hljs-operator">&#x3C;</span> EOF
[Unit]
Description<span class="hljs-operator">=</span>Namada node
After<span class="hljs-operator">=</span>network<span class="hljs-operator">-</span>online.target

[Service]
User<span class="hljs-operator">=</span>$USER
ExecStart<span class="hljs-operator">=</span>$HOME<span class="hljs-operator">/</span>.local/bin<span class="hljs-operator">/</span>namada node ledger run
Restart<span class="hljs-operator">=</span>always
RestartSec<span class="hljs-operator">=</span><span class="hljs-number">10</span>
LimitNOFILE<span class="hljs-operator">=</span><span class="hljs-number">65535</span>
Environment<span class="hljs-operator">=</span><span class="hljs-string">"CMT_LOG_LEVEL=p2p:none,pex:error"</span>
Environment<span class="hljs-operator">=</span><span class="hljs-string">"NAMADA_CMT_STDOUT=true"</span>
Environment<span class="hljs-operator">=</span><span class="hljs-string">"NAMADA_LOG=info"</span>
Environment<span class="hljs-operator">=</span><span class="hljs-string">"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:$HOME/.local/bin"</span>

[Install]
WantedBy<span class="hljs-operator">=</span>multi<span class="hljs-operator">-</span>user.target
EOF

sudo systemctl daemon<span class="hljs-operator">-</span>reload
sudo systemctl enable namada.service
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>初始化节点</strong></h3><pre data-type="codeBlock" text="export PATH=$HOME/.local/bin:$PATH
namada client utils join-network --chain-id shielded-expedition.b40d8e9055 # --genesis-validator bengt

export CUSTOM_PORT=266
sed -i \
  -e &quot;s|^proxy_app = \&quot;tcp://127.0.0.1:26658\&quot;|proxy_app = \&quot;tcp://127.0.0.1:${CUSTOM_PORT}58\&quot;|&quot; \
  -e &quot;s|^laddr = \&quot;tcp://127.0.0.1:26657\&quot;|laddr = \&quot;tcp://127.0.0.1:${CUSTOM_PORT}57\&quot;|&quot; \
  -e &quot;s|^laddr = \&quot;tcp://0.0.0.0:26656\&quot;|laddr = \&quot;tcp://0.0.0.0:${CUSTOM_PORT}56\&quot;|&quot; \
  -e &quot;s|^prometheus_listen_addr = \&quot;:26660\&quot;|prometheus_listen_addr = \&quot;:${CUSTOM_PORT}66\&quot;|&quot; \
  $HOME/.local/share/namada/shielded-expedition.b40d8e9055/config.toml
"><code>export PATH<span class="hljs-operator">=</span>$HOME<span class="hljs-operator">/</span>.local/bin:$PATH
namada client utils join<span class="hljs-operator">-</span>network <span class="hljs-operator">-</span><span class="hljs-operator">-</span>chain<span class="hljs-operator">-</span>id shielded<span class="hljs-operator">-</span>expedition.b40d8e9055 # <span class="hljs-operator">-</span><span class="hljs-operator">-</span>genesis<span class="hljs-operator">-</span>validator bengt

export CUSTOM_PORT<span class="hljs-operator">=</span><span class="hljs-number">266</span>
sed <span class="hljs-operator">-</span>i \
  <span class="hljs-operator">-</span>e <span class="hljs-string">"s|^proxy_app = \"tcp://127.0.0.1:26658\"|proxy_app = \"tcp://127.0.0.1:${CUSTOM_PORT}58\"|"</span> \
  <span class="hljs-operator">-</span>e <span class="hljs-string">"s|^laddr = \"tcp://127.0.0.1:26657\"|laddr = \"tcp://127.0.0.1:${CUSTOM_PORT}57\"|"</span> \
  <span class="hljs-operator">-</span>e <span class="hljs-string">"s|^laddr = \"tcp://0.0.0.0:26656\"|laddr = \"tcp://0.0.0.0:${CUSTOM_PORT}56\"|"</span> \
  <span class="hljs-operator">-</span>e <span class="hljs-string">"s|^prometheus_listen_addr = \":26660\"|prometheus_listen_addr = \":${CUSTOM_PORT}66\"|"</span> \
  $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/config.toml
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>启动节点并查看日志</strong></h3><p><em>ctr+c 停止查看日志</em></p><pre data-type="codeBlock" text="sudo systemctl start namada.service &amp;&amp; sudo journalctl -u namada.service -f --no-hostname -o cat
"><code>sudo systemctl start namada.service <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> sudo journalctl <span class="hljs-operator">-</span>u namada.service <span class="hljs-operator">-</span>f <span class="hljs-operator">-</span><span class="hljs-operator">-</span>no<span class="hljs-operator">-</span>hostname <span class="hljs-operator">-</span>o cat
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>停止节点并重置数据</strong></h3><pre data-type="codeBlock" text="sudo systemctl stop namada.service
cp $HOME/.local/share/namada/shielded-expedition.b40d8e9055/cometbft/data/priv_validator_state.json $HOME/.local/share/namada/shielded-expedition.b40d8e9055/priv_validator_state.json.backup
rm -rf $HOME/.local/share/namada/shielded-expedition.b40d8e9055/cometbft/data $HOME/.local/share/namada/shielded-expedition.b40d8e9055/db
"><code>sudo systemctl stop namada.service
cp $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/cometbft<span class="hljs-operator">/</span>data<span class="hljs-operator">/</span>priv_validator_state.json $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/priv_validator_state.json.backup
rm <span class="hljs-operator">-</span>rf $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/cometbft<span class="hljs-operator">/</span>data $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/db
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>下载快照（快速同步）</strong></h3><pre data-type="codeBlock" text="curl -L https://snapshots.kjnodes.com/namada-testnet/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.local/share/namada
mv $HOME/.local/share/namada/shielded-expedition.b40d8e9055/priv_validator_state.json.backup $HOME/.local/share/namada/shielded-expedition.b40d8e9055/cometbft/data/priv_validator_state.json
"><code>curl <span class="hljs-operator">-</span>L https:<span class="hljs-comment">//snapshots.kjnodes.com/namada-testnet/snapshot_latest.tar.lz4 | tar -Ilz4 -xf - -C $HOME/.local/share/namada</span>
mv $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/priv_validator_state.json.backup $HOME<span class="hljs-operator">/</span>.local/share<span class="hljs-operator">/</span>namada<span class="hljs-operator">/</span>shielded<span class="hljs-operator">-</span>expedition.b40d8e9055/cometbft<span class="hljs-operator">/</span>data<span class="hljs-operator">/</span>priv_validator_state.json
</code></pre><h3 id="h-" class="text-2xl font-header !mt-6 !mb-4 first:!mt-0 first:!mb-0"><strong>重新启动节点</strong></h3><p><em>ctr+c 停止查看日志</em></p><pre data-type="codeBlock" text="sudo systemctl start namada.service &amp;&amp; sudo journalctl -u namada.service -f --no-hostname -o cat
"><code>sudo systemctl start namada.service <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> sudo journalctl <span class="hljs-operator">-</span>u namada.service <span class="hljs-operator">-</span>f <span class="hljs-operator">-</span><span class="hljs-operator">-</span>no<span class="hljs-operator">-</span>hostname <span class="hljs-operator">-</span>o cat
</code></pre><p><strong>查看同步状态</strong></p><pre data-type="codeBlock" text="curl http://127.0.0.1:26657/status
"><code>curl http:<span class="hljs-comment">//127.0.0.1:26657/status</span>
</code></pre><p>catching_up:true 表示未同步完成 ，catching_up:false 表示同步完成</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6007725816b9151cb50f0e97e736043131075d7c18ee64982e00470a271cda98.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" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>5、创建账号</strong></h2><h4 id="h-wallet" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">创建新账号 wallet 是钱包自定义名称</h4><p><em>会让你输入2次密码</em></p><pre data-type="codeBlock" text="namada wallet gen --alias wallet
"><code>namada wallet gen <span class="hljs-operator">-</span><span class="hljs-operator">-</span>alias wallet
</code></pre><h4 id="h-mnemonic" class="text-xl font-header !mt-6 !mb-3 first:!mt-0 first:!mb-0">通过 MNEMONIC 恢复账号</h4><pre data-type="codeBlock" text="namada wallet derive --alias wallet
"><code>namada wallet derive <span class="hljs-operator">-</span><span class="hljs-operator">-</span>alias wallet
</code></pre><p><strong>查看创建好的账号</strong></p><p><em>使用命令可以查看创建的钱包，获取地址 tnam1********</em></p><pre data-type="codeBlock" text="namada wallet list
"><code>namada wal<span class="hljs-keyword">let</span> <span class="hljs-variable">list</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b3c77908d8f6dead17b28a10f7009928fdf9fefcfe4d63648f8bfe2f17cb5d0c.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://faucet.heliax.click/">https://faucet.heliax.click/</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6f4e8c5624c58ee887c7ccf9f8f663d5a1288a1e10beb97844000b2b57c8b86c.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><em>wallet 改成你的自定义名称</em></p><pre data-type="codeBlock" text="namada client balance --owner wallet
"><code>namada client balance <span class="hljs-operator">-</span><span class="hljs-operator">-</span>owner wallet
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/30a116e7b45bc8b9c1ce9b12d2a8925c3aa360fd685e17cd26cd212585c4ba62.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-6" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">6、创建验证节点</h2><p>xxx 改成你的验证节点名称，wallet改成你的自定义钱包名称</p><pre data-type="codeBlock" text="namada client init-validator \
  --alias &quot;XXX&quot; \
  --account-keys wallet \
  --signing-keys wallet \
  --commission-rate 0.05 \
  --max-commission-rate-change 0.01 \
  --email validator@example.com
"><code>namada client init<span class="hljs-operator">-</span>validator \
  <span class="hljs-operator">-</span><span class="hljs-operator">-</span>alias <span class="hljs-string">"XXX"</span> \
  <span class="hljs-operator">-</span><span class="hljs-operator">-</span>account<span class="hljs-operator">-</span>keys wallet \
  <span class="hljs-operator">-</span><span class="hljs-operator">-</span>signing<span class="hljs-operator">-</span>keys wallet \
  <span class="hljs-operator">-</span><span class="hljs-operator">-</span>commission<span class="hljs-operator">-</span>rate <span class="hljs-number">0</span><span class="hljs-number">.05</span> \
  <span class="hljs-operator">-</span><span class="hljs-operator">-</span>max<span class="hljs-operator">-</span>commission<span class="hljs-operator">-</span>rate<span class="hljs-operator">-</span>change <span class="hljs-number">0</span><span class="hljs-number">.01</span> \
  <span class="hljs-operator">-</span><span class="hljs-operator">-</span>email validator@example.com
</code></pre><p>会多次让输入密码（可以和账号密码一样，也可以不一样）</p><h2 id="h-7" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">7、重启节点</h2><h2 id="h-epoch" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">验证节点会在下一个 Epoch 生效</h2><h2 id="h-8" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">8、资源管理器</h2><div data-type="embedly" src="https://namada.info/" data="{&quot;provider_url&quot;:&quot;https://namada.info&quot;,&quot;description&quot;:&quot;Explore the Namada (NAM) Blockchain with our comprehensive blockchain explorer. Track transactions, analyze block activities, and access real-time data on the Namada network. Ideal for investors, developers, and enthusiasts seeking detailed insights into the Namada ecosystem.&quot;,&quot;title&quot;:&quot;Namada (NAM) Blockchain Explorer&quot;,&quot;url&quot;:&quot;https://namada.info/&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Namada&quot;,&quot;type&quot;:&quot;link&quot;}" format="small"><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://namada.info/" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>Namada (NAM) Blockchain Explorer</h2><p>Explore the Namada (NAM) Blockchain with our comprehensive blockchain explorer. Track transactions, analyze block activities, and access real-time data on the Namada network. Ideal for investors, developers, and enthusiasts seeking detailed insights into the Namada ecosystem.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://namada.info</span></div></div></a></div></div><div data-type="embedly" src="https://namada.explorers.guru/blocks" data="{&quot;provider_url&quot;:&quot;https://namada.explorers.guru&quot;,&quot;description&quot;:&quot;Try the best Cosmos-based network explorers. Nodes.Guru. Delivered.&quot;,&quot;title&quot;:&quot;[NG] Explorer | Namada | Blocks&quot;,&quot;thumbnail_width&quot;:1200,&quot;url&quot;:&quot;https://namada.explorers.guru/blocks&quot;,&quot;thumbnail_url&quot;:&quot;https://storage.googleapis.com/papyrus_images/c64564917b3336448d9e2e3ebf0aafbacca52caaf53f870dfa3f05948430a96f.jpg&quot;,&quot;version&quot;:&quot;1.0&quot;,&quot;provider_name&quot;:&quot;Explorers&quot;,&quot;type&quot;:&quot;link&quot;,&quot;thumbnail_height&quot;:630,&quot;image&quot;:{&quot;img&quot;:{&quot;width&quot;:1200,&quot;height&quot;:630,&quot;src&quot;:&quot;https://storage.googleapis.com/papyrus_images/c64564917b3336448d9e2e3ebf0aafbacca52caaf53f870dfa3f05948430a96f.jpg&quot;}}}" format="small"><link rel="preload" as="image" href="https://storage.googleapis.com/papyrus_images/c64564917b3336448d9e2e3ebf0aafbacca52caaf53f870dfa3f05948430a96f.jpg"/><div class="react-component embed my-5" data-drag-handle="true" data-node-view-wrapper="" style="white-space:normal"><a class="link-embed-link" href="https://namada.explorers.guru/blocks" target="_blank" rel="noreferrer"><div class="link-embed"><div class="flex-1"><div><h2>[NG] Explorer | Namada | Blocks</h2><p>Try the best Cosmos-based network explorers. Nodes.Guru. Delivered.</p></div><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link h-3 w-3 my-auto inline mr-1"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>https://namada.explorers.guru</span></div><img src="https://storage.googleapis.com/papyrus_images/c64564917b3336448d9e2e3ebf0aafbacca52caaf53f870dfa3f05948430a96f.jpg"/></div></a></div></div><p>===========================</p><p>关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>，不定期发布交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/9de034e20625bca4f0e2558aaea17efb078b0259c3628ec2aaa068902c9fc90f.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Froopyland 测试网 Roller 分步安装指南（有点难哦）]]></title>
            <link>https://paragraph.com/@jackmusk/froopyland-roller</link>
            <guid>GmOL97Coi9sFEgMJEPsZ</guid>
            <pubDate>Thu, 12 Oct 2023 06:15:38 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight @Dymension 是一个由易于部署的模块化区块链组成的网络，称为 RollApps。 Roller 是一个易于使用的 CLI 工具，用于引导、构建和部署支持 IBC 的 RollApp。 注意：这只是 CLI 命令输出的分步说明示例，请遵循官方 Dymension 文档以获取更多信息。 https://docs.dymension.xyz/build/roller/开始：我需要什么？⌘ Dymension 中经过验证的Discord 帐户： https ://discord.gg/dymension⌘虚拟或专用服务器。或者，您可以在个人计算机上尝试。推荐硬件：· 双核 · 至少 100GB SSD 磁盘存储 · 至少 16GB 内存 (RAM) · 至少 100mbps 网络带宽 . Ubuntu 22.04⌘ SSH 或 Telnet 客户端：为了远程管理您的虚拟专用服务器，Telnet 是一项允许您远程控制您的虚拟专用服务器的服务。我们将在本指南中使用的客户端是P...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/dymension">@Dymension</a> 是一个由易于部署的模块化区块链组成的网络，称为 RollApps。</p><p>Roller 是一个易于使用的 CLI 工具，用于引导、构建和部署支持 IBC 的 RollApp。</p><p>注意：这只是 CLI 命令输出的分步说明示例，请遵循官方 Dymension 文档以获取更多信息。</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://docs.dymension.xyz/build/roller/">https://docs.dymension.xyz/build/roller/</a></p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>开始：</strong></h2><p>我需要什么？</p><ul><li><p>⌘ Dymension 中经过验证的Discord 帐户： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/GfbANsjR">https ://discord.gg/dymension</a></p></li><li><p>⌘虚拟或专用服务器。或者，您可以在个人计算机上尝试。推荐硬件：</p></li></ul><blockquote><p>· 双核</p><p>· 至少 100GB SSD 磁盘存储</p><p>· 至少 16GB 内存 (RAM)</p><p>· 至少 100mbps 网络带宽</p><p>. Ubuntu 22.04</p></blockquote><ul><li><p>⌘ SSH 或 Telnet 客户端：</p></li></ul><p>为了远程管理您的虚拟专用服务器，Telnet 是一项允许您远程控制您的虚拟专用服务器的服务。我们将在本指南中使用的客户端是Putty：</p><p>下载 PuTTY：最新版本 (0.79) 此页面包含 PuTTY 最新发布版本的下载链接。目前这是 0.79，发布于... <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">www.chiark.greenend.org.uk</a></p><p>如果您不熟悉 telnet 客户端，可以在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/cumulo-pro/roller-guided-installation-step-by-step-dbc39e457dd6#d95b">此处</a>访问我们之前的 Putty 指南。</p><h2 id="h-roller" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"><strong>Roller</strong></h2><h2 id="h-roller" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">💈<strong>安装roller</strong></h2><pre data-type="codeBlock" text="curl -L https://dymensionxyz.github.io/roller/install.sh | bash
"><code>curl <span class="hljs-operator">-</span>L https:<span class="hljs-comment">//dymensionxyz.github.io/roller/install.sh | bash</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7dc37e061f7846c2874cdd12967b9d5f14d8f63748b68c0cc246579ec6ac3848.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-roller" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">⌘ 验证<strong>roller</strong>版本</h2><pre data-type="codeBlock" text="roller version
"><code></code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7b2c134453dc7ba4e54f2160eb5a4fccb42df812610a0c6865a419d1c9f3a8bd.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-rollapp" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">💈初始化 RollApp</h2><pre data-type="codeBlock" text="roller config init --interactive
"><code>roller <span class="hljs-built_in">config</span> init <span class="hljs-comment">--interactive</span>
</code></pre><p>⌘ 选择您的网络：froopyland（默认）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c8d552d948f02d34b91dfa73ee71e7fb816b8b5d08c399406e15721461286ba0.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>⌘ 选择您的rollapp执行环境：EVM rollapp（默认）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3930ab334dcf461fb79c8108264770994616fb768fa9e3cc35247f93809df3f3.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>⌘ 输入您的 RollApp ID：由您决定（小写名称）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fb979b4b7053c85197f6ccc7979f9644db18e2a9e7c95804237c53978dc180a9.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>⌘ 指定您的 RollApp 单位：由您决定（本例中为 CUM:-)</p><p>⌘ 设置创世代币供应：由您决定:-)</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ed6f666d20dafe936034cfd2d023e26712c7d83082a14f95ed8b395006ebdec5.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>⌘ 选择您的数据层：Celestia 或 Avail</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e0d198e2acb59a641cbbf766d034931a4c693f8a13a14680a0017f217721f815.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>最后你已经完成了 rollapp 的初始化：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/49baa02e173ed192194a6a6bec2ca96e2062e5bf0788b813663d07670dac7c7d.png" alt="（Celestia）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（Celestia）</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/44957c14538eb2fbbecad6d270564e51d01358a282aa01edf5d029716dfde27f.png" alt="（Avail）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（Avail）</figcaption></figure><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">💈资金地址</h2><p>初始化 RollApp 后，资金地址应返回给您：</p><p>地址：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/49baa02e173ed192194a6a6bec2ca96e2062e5bf0788b813663d07670dac7c7d.png" alt="（Celestia）" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">（Celestia）</figcaption></figure><p>⌘ 在Dymension的discord中，请使用以下命令 在froopyland-faucet 通道中</p><p>为Dymension Hub地址提供资金</p><p>示例：（地址请替换成你的地址）</p><pre data-type="codeBlock" text="$request dym1ewce9w6ek02qytf4yk9v2c7lx2fdswnax80vx7
$request dym1fx5svet5czmdf6gw3hl85kx5lsujqwnux60z26
$balance dym1ewce9w6ek02qytf4yk9v2c7lx2fdswnax80vx7
$balance dym1fx5svet5czmdf6gw3hl85kx5lsujqwnux60z26
"><code><span class="hljs-variable">$request</span> dym1ewce9w6ek02qytf4yk9v2c7lx2fdswnax80vx7
<span class="hljs-variable">$request</span> dym1fx5svet5czmdf6gw3hl85kx5lsujqwnux60z26
<span class="hljs-variable">$balance</span> dym1ewce9w6ek02qytf4yk9v2c7lx2fdswnax80vx7
<span class="hljs-variable">$balance</span> dym1fx5svet5czmdf6gw3hl85kx5lsujqwnux60z26
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/74faa277a1f0d5c07d44fe5520becc763a7163702e164294ae113afbe793c82b.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/be37945e05183c02e76f3d21ab0769b957663ef6bdf4909b0d786d75f004d2f4.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>⌘ 此外，对于 Celestia 网络代币，用户可以使用Dymension Discord 上的celestia-faucet 通道获取</p><p>示例：</p><pre data-type="codeBlock" text="$request celestia1f5g2z2hmm6af4cx708zz7vaenva0sad79rp2uq
$balance celestia1f5g2z2hmm6af4cx708zz7vaenva0sad79rp2uq
"><code><span class="hljs-variable">$request</span> celestia1f5g2z2hmm6af4cx708zz7vaenva0sad79rp2uq
<span class="hljs-variable">$balance</span> celestia1f5g2z2hmm6af4cx708zz7vaenva0sad79rp2uq
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0fc9e57af3dd0d24fa6d35b1349ac1f902590cbd0d7027357f825a395f27325f.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>⌘ 如果您使用 Avail 作为 DA 提供商，则必须通过 #avail-faucet 频道中提供的链接直接转到 Avail 水龙头。</p><pre data-type="codeBlock" text="/deposit &lt;avail-address&gt;
"><code><span class="hljs-operator">/</span>deposit <span class="hljs-operator">&#x3C;</span>avail<span class="hljs-operator">-</span><span class="hljs-keyword">address</span><span class="hljs-operator">></span>
</code></pre><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">💈注册</h2><p>注册 RollApp 会在 Dymension Hub 中添加一个命名空间来说明新初始化的 RollApp。</p><p>⌘ 以下命令使用上一步中生成的地址：</p><pre data-type="codeBlock" text="roller tx register
"><code>roller tx <span class="hljs-keyword">register</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/19de34950739155673f7bb132447dd0a955869daa557c0608c8880196327bf7f.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-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">💈运行</h2><p>现在您已在 Dymension Hub 上注册了 EVM RollApp，您可以继续开始运行 RollApp。</p><pre data-type="codeBlock" text="roller run
"><code>roller run
</code></pre><p>⌘ 当您第一次启动 Rollapp opr 时，会连续出现几个屏幕：</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/e4142ee171b74eb4c70dca24806b33e2ea6bdf78c1df4d47ff8f7ebb56d1a6ee.png" alt="启动 rollapp 及其所有服务" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">启动 rollapp 及其所有服务</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2ca4b7bf98eddf273143d45e43e165be61705a960e8a2cbb3c8985354642aa78.png" alt="定序器就绪且中继器启动" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">定序器就绪且中继器启动</figcaption></figure><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2d557fae61cbd2b5ca6d162d450d83e05c0d58eb699b9a0a7a3ebf72f928b9b6.png" alt="全部服务开始！" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">全部服务开始！</figcaption></figure><p>**注意：**如果您的中继器无限期地停留在其中一种状态：</p><ul><li><p>💈 Establishing IBC transfer channel</p></li><li><p>💈 Creating clients…</p></li><li><p>💈 Updating clients…</p></li><li><p>💈 Creating connection…</p></li><li><p>💈 Creating channel…</p></li><li><p>💈 Waiting for channel completion….</p></li><li><p>💈 Creating channel…</p></li></ul><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/c96b1cf78d0ebc03442e38c42bdc563338ba0ef37cb8ab44c2dfd6a075c9210e.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><pre data-type="codeBlock" text="roller relayer start –override
"><code>roller relayer start –<span class="hljs-keyword">override</span>
</code></pre><p>等到最后一个命令成功完成，然后再次运行roller run。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">交互</h2><h2 id="h-ibc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">💈IBC转账</h2><p>现在您已经拥有启用 IBC 的活动 RollApp，请使用 IBC 交易将代币从您的 RollApp 转移到位于 dym1g8sf7w4cz5gtupa6y62h3q6a4gjv37pgefnpt5 的 Dymension Hub 水龙头地址。</p><p>**⌘资助水龙头：**输入以下命令，使用froopyland测试网上的 RollApp 代币为 Dymension Hub 水龙头提供资金：</p><pre data-type="codeBlock" text="roller tx fund-faucet
"><code>roller <span class="hljs-built_in">tx</span> fund<span class="hljs-operator">-</span>faucet
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5037276e6aafee8901386b21be887543e0e5f0d9ff6c07799dc5d2bc59195552.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>⌘ 找到您的 RollApp 的源频道：</p><pre data-type="codeBlock" text="roller relayer status
"><code>roller relayer <span class="hljs-built_in">status</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/94167a56dadd1aad224ae7d97929b7526ce75e932984c2d7b208ef6121d58eb0.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>使用 IBC 交易将代币从 RollApp 转移到 Dymension Hub 水龙头地址：</p><pre data-type="codeBlock" text="rollapp_evm tx ibc-transfer transfer transfer &lt;src-channel&gt; dym1g8sf7w4cz5gtupa6y62h3q6a4gjv37pgefnpt5 5000000000000000000000000&lt;base-denom&gt; --from rollapp_sequencer --keyring-backend test --home ~/.roller/rollapp --broadcast-mode block
"><code>rollapp_evm <span class="hljs-built_in">tx</span> ibc<span class="hljs-operator">-</span>transfer transfer transfer <span class="hljs-operator">&#x3C;</span>src<span class="hljs-operator">-</span>channel<span class="hljs-operator">></span> dym1g8sf7w4cz5gtupa6y62h3q6a4gjv37pgefnpt5 <span class="hljs-number">5000000000000000000000000</span><span class="hljs-operator">&#x3C;</span>base<span class="hljs-operator">-</span>denom<span class="hljs-operator">></span> <span class="hljs-operator">-</span><span class="hljs-operator">-</span><span class="hljs-keyword">from</span> rollapp_sequencer <span class="hljs-operator">-</span><span class="hljs-operator">-</span>keyring<span class="hljs-operator">-</span>backend test <span class="hljs-operator">-</span><span class="hljs-operator">-</span>home <span class="hljs-operator">~</span><span class="hljs-operator">/</span>.roller/rollapp <span class="hljs-operator">-</span><span class="hljs-operator">-</span>broadcast<span class="hljs-operator">-</span>mode <span class="hljs-built_in">block</span>
</code></pre><p>将 替换成上一步查出来的信息 channel-0，将替换成你的单位 如 ueth 您应该预计 IBC 交易提交和目标地址接收之间会有大约 15 分钟的延迟。这是为了模拟欺诈证明期，只有在欺诈证明期过后，资金才可以在 Dymension Hub 上使用。 ⌘ 运行以下命令在Discord上检查 Dymension Hub devnet faucet 通道上的 RollApp 代币余额：(cumulo_3513338-1 替换成你的id) $balances dym1g8sf7w4cz5gtupa6y62h3q6a4gjv37pgefnpt5 cumulo_3513338-1
⌘ 一旦 Dymension Hub devnet 水龙头中有 RollApp 代币，您将能够使用以下命令请求代币： $request &lt;用户地址&gt; &lt;rollapp-id&gt;
用户地址：您的 Dymension 钱包，这里是领取你部署的App的水，地址可以用你新建的地址 例子： $request dym1t7ufwwuplgm3823vp7edvv8rv9kkjse2xn72ch cumulo_3513338-1
您现在可以在 Floopyland 网络上查看交易： 查询 tx <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://dymension.explorers.guru/transaction/DB1D04BCD687E3DD3BBC021593C926E07727CBBB046100C271D4D8B5163013E3?source=post_page-----ebc39a8389de--------------------------------">https://dymension.explorers.guru/transaction/DB1D04BCD687E3DD3BBC021593C926E07727CBBB046100C271D4D8B5163013E3?source=post_page-----ebc39a8389de--------------------------------</a> 💈导出密钥 私钥是您的区块链帐户的密码。私钥是一长串唯一字符，用于签署交易。 ⌘ 列出键 roller keys list
⌘ 导出密钥 运行以下命令导出Sequencer的私钥（目前支持hub_sequencer,rollapp_sequencer和my_celes_key）： 导出集线器排序器： roller keys export hub_sequencer
导出rollapp_sequencer： roller keys export rollapp_sequencer
导出 my_celes_key roller keys export my_celes_key
导出的信息一定保存好 生产中运行 💈运行 使用Systemd单独加载和启动 RollApp 服务。 ⌘通过运行systemd验证安装： systemctl --version
⌘ 启动 Rollapp 注意：如果您已通过上述步骤启动 Roller，则在启动前应将其停止。 要加载 rollapp 服务，请使用以下命令： roller services load
启用服务： <strong>Celestia</strong> sudo systemctl enable da-light-client
sudo systemctl enable sequencer
sudo systemctl enable relayer
启动服务： sudo systemctl start da-light-client
sudo systemctl start sequencer
sudo systemctl start relayer
检测状态 sudo systemctl status da-light-client
sudo systemctl status sequencer
sudo systemctl status relayer
在门户上列出您的 RollApp（需要角色） 现在您已经部署了 RollApp，您可以将其列在Dymension Portal上 💈与 RollApp 交互 开发人员应在http或https下提供以下端点。这将允许用户能够与您的 RollApp 交互： RollApp RPC 端点（默认端口26657） 在浏览器中查看：http://:26657/status 2.Rest Endpoint（默认端口1317） JSON RPC 端点（默认端口8545。仅与 EVM RollApps 相关） （*** 请参阅我们的常见问题解答，了解检查端点的更多方法 **） 💈列出 RollApp 通过使用以下命令将 RollApp 代币的 IBC 转账提交到 Dymension Hub faucet 来为 Faucet 提供资金并测试 IBC 连接： roller tx fund-faucet
导出需要提交的文件信息 roller config export
在本地创建文件夹 ，将导出的信息复制，在本地保存成 .json 文件，创建一个logo图片，名字和导出信息中的保存一致 .png，并保存到文件夹下的logos文件夹中 · “<strong>chainName</strong>”: 你的RollApp名称 会显示在网站上 · “<strong>rpc</strong>”: 你的ip:26657 (或者域名) · “<strong>rest</strong>”: 你的ip:1317 (或者域名) · “<strong>evm</strong>”: { “<strong>rpc</strong>”: 你的ip:8545(或者域名) · <strong>logo</strong>: <code>&quot;/logos/&lt;RollApp-ID&gt;.&lt;format&gt;&quot;</code> 将<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/dymensionxyz/rollapp-registry">rollApp-registry</a> 存储 库分叉到您的 GitHub 帐户中： 将创建好的文件夹上传到 <strong>自己的仓库</strong>中 创建一个PR到<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/dymensionXYZ/rollapp-registry%E3%80%82">https://github.com/dymensionXYZ/rollapp-registry。</a> 在您的 GitHub 帐户中： 单击新建拉取请求 检查页面顶部的正确存储库。单击创建拉取请求 添加所需信息： 在Discord 频道上配对 RollApp $pair 在我们的例子中：<strong>cumulo_3513338–1 换成你的 id</strong> $pair cumulo_3513338–1
然后，社区管理员将在 Discord 中与您开始对话。请您密切关注，以便尽快完成挂牌流程。 开发 — EVM RollApp 💈连接Metamask 您将把流行的 EVM Web 浏览器钱包 Metamask 连接到运行部分中部署的 EVM RollApp。 ⌘ 您需要安装MetaMask ⌘导入密钥 如果这是您第一次设置 Metamask 钱包，您可以导入 RollApp Sequencer导出的私钥。否则，单击右上角的头像并选择Import Account（确保Private Key选择该选项）。 将rollapp_sequencer导出的私钥粘贴到表单输入中，然后单击Import。应显示您的 Metamask 帐户余额。 ⌘添加 EVM RollApp网络 在扩展 UI 中，点击右上角头像，然后Settings&gt;&gt;NetworksAdd a network 点击Add a network manually页面底部的 1. 在新的网络表格中填写以下详细信息： · 网络名称：您的 RollApp ID （例如： cumulo_3513338–1） · 新的 RPC URL：http://(您的 IP):8545/ · Chain ID: 3513338 // EIP155号码（你的RollApp ID的中间号码） · 货币符号（可选）：（本例中为 CUM：-） 现在您已导入现有私钥并​​连接到正在运行的 EVM RollApp 网络，您可以向其部署智能合约！ 您现在应该能够在 MetaMask 中看到 rollapp 代币的余额： 维度网络： ⌘ 网址： https: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://www.dymension.xyz/">//www.dymension.xyz/</a> ⌘ 推特官方： https: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/dYmensionXYZ">//twitter.com/dYmensionXYZ</a> ⌘ 电报：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/dYmensionXYZ">https://t.me/dYmensionXYZ</a> ⌘ 不和谐： https: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/dymension">//discord.gg/dymension</a> 累积网络： ✨网址：https: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://cumulo.pro/">//cumulo.pro/</a> ✨推特：https: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Cumulo_p">//twitter.com/Cumulo_p</a> ✨电报： https: //t.me/cumulo_news ✨不和谐： https: //discord.gg/tTVyh7dR 原文链接： <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://medium.com/cumulo-pro/roller-step-by-step-installation-guide-for-froopyland-testnet-ebc39a8389de#ea24">https://medium.com/cumulo-pro/roller-step-by-step-installation-guide-for-froopyland-testnet-ebc39a8389de#ea24</a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/787bd550df12ab8c526fda46416bbb1b75d5dc4b6907e7670eb9faa2bf392390.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【Staking Tutorial-neutron】Smart Contract Platform Secured by Cosmos Hub]]></title>
            <link>https://paragraph.com/@jackmusk/staking-tutorial-neutron-smart-contract-platform-secured-by-cosmos-hub</link>
            <guid>AhFbkYcJX5fbPiHLPe6m</guid>
            <pubDate>Tue, 15 Nov 2022 15:48:44 GMT</pubDate>
            <description><![CDATA[Hello everyone, I am Yu Ye , I focus on early project interaction, and I publish interactive tutorials for high-quality projects from time to time. Welcome to follow me. Twitter: @0xrainight DC Community: https://discord.com/invite/eB8NzqkYnd Introducing Neutron today , powered by Tendermint and built with the Cosmos SDK, the most secure permissionless smart contract platform for cross-chain DeFi. enter the official dc Neutron has opened the testnet, and Equinox has obtained the official pled...]]></description>
            <content:encoded><![CDATA[<p>Hello everyone, I am <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">Yu Ye</a> , I focus on early project interaction, and I publish interactive tutorials for high-quality projects from time to time. Welcome to follow me.</p><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">@0xrainight</a> DC Community: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/eB8NzqkYnd">https://discord.com/invite/eB8NzqkYnd</a></p><p>Introducing <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Neutron_org">Neutron</a> today , powered by Tendermint and built with the Cosmos SDK, the most secure permissionless smart contract platform for cross-chain DeFi. enter the official <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/qHxaNSAWq6">dc</a></p><p>Neutron has opened the testnet, and <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/EquinoxDAO">Equinox</a> has obtained the official pledge. Let&apos;s see how to interactively pledge.</p><h2 id="h-1generate-the-neutron-test-network-address" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1.Generate the neutron test network address</h2><p>Visit the official staking website <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2">https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2</a></p><p>This is my node, welcome to delegate</p><p>Click the delegate button</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9b83157f5d5ce0ae77d23fdacb425ac80aad26a1997ff701fb588e55d95ea2d8.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 it is the first visit, it will let you link the wallet</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/48f4de78100eb026cb3be15190f8a459b44e06aa0d00544ae9bc1c5226be4d1c.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 Import Network, click Next to continue</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/202bec5185668169961cc98f34459a415b86b85f14999541f302eda5e8e2dfba.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>Fill in the account nickname and click Next</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f34fa0e947a6f71bc400bbacdff4a47f5216e4a65e02d290bc3b5fa74d68ccd4.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 save</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4679a1b179ee552038d52e4b1a978ee0fe6b035ec14851dde2ae53fbd1696f5d.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>At this time, open the keplr wallet, adjust the network to neutron-testnet, and you can see the address</p><h2 id="h-2receive-test-coins" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2.Receive test coins</h2><p>Join the official faucet telegram <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+JUEAeO3QZi02MjRi">https://t.me/+JUEAeO3QZi02MjRi</a></p><p>Use <code>/request YOUR_NEUTRON_ADDRESS</code> to claim test coins</p><h2 id="h-3pledge" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3.Pledge</h2><p>Back to staking website <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2">https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2</a></p><p>Click the delegate button</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/3c8ccc59cdb7083fa56f2d3371882ea56c74953ed08da00116289ba7e7f0325f.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>Enter the amount you want to pledge and click send</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/50e1ca695d20aff3263ee3bdf7aa9fe2c5fd499af7c1d5e31f55efef57619389.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>The wallet is confirmed and the pledge is completed. You can check the amount of pledge in the wallet</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/dfa0cf019b33af988c9f5f0c4dba8f92ec27ecde99c471863d09128918f6185a.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>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/948248a173dead3bf8a44b020c46b981e898ea6867e5bde4e00b1e2a7ebe969d.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【质押教程-neutron】由 Cosmos Hub保护的智能合约平台]]></title>
            <link>https://paragraph.com/@jackmusk/neutron-cosmos-hub-3</link>
            <guid>0btHVpS16woWz30LODQS</guid>
            <pubDate>Tue, 15 Nov 2022 15:36:55 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight DC社区：https://discord.com/invite/eB8NzqkYnd 今天介绍的是Neutron，由 Tendermint 提供支持并使用 Cosmos SDK 构建，是跨链 DeFi 最安全的免许可智能合约平台。进入官方dc Neutron已经开启测试网，Equinox拿到了官方质押，一起看看怎么交互质押吧。 1、生成neutron测试网地址 访问官方质押网站 https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2 这是我的节点，欢迎质押 点击质押按钮如果是第一次访问会让你链接钱包点击导入网络，点击下一步继续填写账户昵称，点击下一步点击保存这时候打开keplr钱包，调整网络到 neutron-testnet，你就可以看地址了2、领取测试币 加入官方水龙头telegram https://t.me/+J...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a> DC社区：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/eB8NzqkYnd">https://discord.com/invite/eB8NzqkYnd</a></p><p>今天介绍的是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Neutron_org">Neutron</a>，由 Tendermint 提供支持并使用 Cosmos SDK 构建，是跨链 DeFi 最安全的免许可智能合约平台。进入官方<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/qHxaNSAWq6">dc</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Neutron_org">Neutron</a>已经开启测试网，<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/EquinoxDAO">Equinox</a>拿到了官方质押，一起看看怎么交互质押吧。</p><p>1、生成neutron测试网地址</p><p>访问官方质押网站 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2">https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2</a></p><p>这是我的节点，欢迎质押</p><p>点击质押按钮</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f0a9bec015f383eed9db10c84db440b8ec314d3adcc40bc10860115075fff723.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7a298e6a479d3b73171081220bd86d2e8fe403a14447fec3aa8f6ad0b7ecc666.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/07e9ed5e4d8b0209ed5a1193d863381684ef9c9853a8783b9b99f26da42bc336.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a26110f0eeb5b7e6eaf17997fba3d9f176dc1ef00398df759b0015db0fbcc595.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d03465b3e370187498a3dab351d7f7fd3fdb4b2044a322fdfb575d037aa90afd.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>这时候打开keplr钱包，调整网络到 neutron-testnet，你就可以看地址了</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f97ca9b0196ac24ff2ca9b897349fa0c59046ede22466e3cc608b59b178dcfb2.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>加入官方水龙头telegram <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+JUEAeO3QZi02MjRi">https://t.me/+JUEAeO3QZi02MjRi</a></p><p>使用 /request YOUR_NEUTRON_ADDRESS 领取测试币</p><p>3、质押</p><p>回到质押网站 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2">https://explorer.stavr.tech/neutron-testnet/staking/neutronvaloper16e5y98j3frr7wjhfpf0r9pj0eq58xdaepwdue2</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/f0a9bec015f383eed9db10c84db440b8ec314d3adcc40bc10860115075fff723.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/67e7d69dcdf9f7fd7a739eee4ac8099849fa54afc20c261aa0caad10438eecd9.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bcbe9575b4b9b9bcb5fdf2668a5dfaa7be3f4474263b36bcc9b98ce3f4c88c03.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>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/948248a173dead3bf8a44b020c46b981e898ea6867e5bde4e00b1e2a7ebe969d.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【项目介绍-neutron】由 Cosmos Hub保护的智能合约平台]]></title>
            <link>https://paragraph.com/@jackmusk/neutron-cosmos-hub</link>
            <guid>4NKOqhPiuBHZUMpWb92s</guid>
            <pubDate>Sun, 13 Nov 2022 05:42:18 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight DC社区：https://discord.com/invite/eB8NzqkYnd 今天介绍的是Neutron，由 Tendermint 提供支持并使用 Cosmos SDK 构建，是跨链 DeFi 最安全的免许可智能合约平台。进入官方dc Neutron即将开启测试网，后面会出测试节点教程，敬请关注。进入dc操作什么是Neutron？Neutron 由 Tendermint 提供支持并使用 Cosmos SDK 构建，是跨链 DeFi 最安全的免许可智能合约平台。Neutron 让开发人员启动智能合约Neutron 提供了与其他协议和应用链互操作的工具Neutron 由行业领导者和 Cosmos OG P2P 孵化跨链安全如何使 Neutron 受益？Interchain Security 允许来自提供者链（例如 Cosmos Hub）的验证者为消费者链（例如 Neutron）生成块。节点运营商会获得额外的原生代币奖励，但如果他们未能验证消费者链，则可能会受到制裁。简...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a> DC社区：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/eB8NzqkYnd">https://discord.com/invite/eB8NzqkYnd</a></p><p>今天介绍的是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Neutron_org">Neutron</a>，由 Tendermint 提供支持并使用 Cosmos SDK 构建，是跨链 DeFi 最安全的免许可智能合约平台。进入官方<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/qHxaNSAWq6">dc</a></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Neutron_org">Neutron</a>即将开启测试网，后面会出测试节点教程，敬请关注。</p><h2 id="h-dc" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">进入dc操作</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8c107fd4f164c169440e051b5fbe467df90614f9f7cc680d625044777ca291ba.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/29566edbc2be7717663efa072fb6e8fde730fd71f58a6b0d493289b22afe1452.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-neutron" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是Neutron？</h2><p>Neutron 由 Tendermint 提供支持并使用 Cosmos SDK 构建，是跨链 DeFi 最安全的免许可智能合约平台。</p><ul><li><p>Neutron 让开发人员启动智能合约</p></li><li><p>Neutron 提供了与其他协议和应用链互操作的工具</p></li><li><p>Neutron 由行业领导者和 Cosmos OG P2P 孵化</p></li></ul><h2 id="h-neutron" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">跨链安全如何使 Neutron 受益？</h2><ul><li><p>Interchain Security 允许来自提供者链（例如 Cosmos Hub）的验证者为消费者链（例如 Neutron）生成块。节点运营商会获得额外的原生代币奖励，但如果他们未能验证消费者链，则可能会受到制裁。</p></li><li><p>简而言之，Interchain Security 为 Neutron 提供了与 Cosmos Hub 相同程度的安全性，Cosmos Hub 是按质押价值计算的第 10 大区块链。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是跨链账户？</h2><ul><li><p>跨链账户 (ICA) 让 Cosmos 区块链通过 IBC 而不是本地私钥控制远程区域上的账户（又名“钱包”），并编写可以在远程链上执行的交易。</p></li><li><p>Neutron 将既是“主机”又是“控制器”，并将启动自定义实现，使跨链账户可用于智能合约。</p></li><li><p>这意味着 Neutron 上的智能合约将能够与其他支持 ICA 的 Cosmos 链中的模块和区域进行交互，反之亦然。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是跨链查询？</h2><p>跨链查询 (ICQ) 让开发人员可以通过特定模块和 IBC 从远程区域安全地检索数据。从高级的角度来看，ICQ 执行以下操作：</p><ul><li><p>他们从远程区块链的存储中检索原始数据和 Merkle 证明</p></li><li><p>他们使用 Merkle 证明来验证原始数据</p></li><li><p>他们将原始数据处理成可供开发人员和智能合约使用的形式</p></li></ul><p>Neutron 的实现是独一无二的，因为它使用智能合约而不是模块将原始数据处理成优雅的数据结构。它使 Neutron 的链间查询更快、更容易更新，确保更全面的受支持 ICQ 范围以及与受支持区域的持续兼容性。</p><h2 id="h-cosmwasm" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">什么是 CosmWasm？</h2><ul><li><p>Neutron 具有对 CosmWasm 的原生支持，CosmWasm 是一种虚拟机，允许用 Rust、AssemblyScript 和其他编码语言编写的智能合约在 Cosmos 区块链上运行。</p></li><li><p>CosmWasm 智能合约与 Appchain 的二进制文件相比具有显着优势：它们受益于广泛的测试工具库，更易于部署和升级，并且可以更有效地进行审计。</p></li></ul><h2 id="h-neutron" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">为什么 Neutron 无需许可？</h2><ul><li><p>作为无需许可的手段，智能合约可以在 Neutron 上启动，而无需通过治理投票将其列入白名单。</p></li><li><p>它使 Neutron 更具可扩展性、中立性和竞争力：</p></li><li><p>快速部署：Web3 是一个快节奏的行业，速度是产品在市场上生存能力的关键，而冗长的治理过程可能会阻碍竞争力。</p></li><li><p>流线型治理：Neutron 治理仍然是轻量级和高效的，Neutron 上的开发团队没有瓶颈。</p></li><li><p>中立性：在 Neutron 上，竞争无法被压制。智能合约部署可以抵抗利益冲突，任何项目都可以启动。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">中子什么时候发射？</h2><p>Neutron 计划在 Interchain Security 发布后不久推出。</p><h2 id="h-neutron" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Neutron 会有代币吗？</h2><p>我们正在积极研究 Neutron 的代币经济学，以推动平台经济并确保支持早期构建者。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">路线图</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/db75166abb1265ab82658cf2a9c62149d0eca9edbd0ae3d80ee6e96d2d16bfaa.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-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">合作支持</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ad17fe4f02e06e4122c4906e078ffd99c746368d8ece728c43bd3e7de3badd4c.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><div data-type="twitter" tweetId="1542887987213656064" tweetData="{&quot;__typename&quot;:&quot;Tweet&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;favorite_count&quot;:81,&quot;possibly_sensitive&quot;:false,&quot;created_at&quot;:&quot;2022-07-01T15:08:56.000Z&quot;,&quot;display_text_range&quot;:[0,284],&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;urls&quot;:[],&quot;user_mentions&quot;:[],&quot;symbols&quot;:[],&quot;media&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/SvbaJc33CO&quot;,&quot;expanded_url&quot;:&quot;https://x.com/P2Pvalidator/status/1542887987213656064/photo/1&quot;,&quot;indices&quot;:[285,308],&quot;url&quot;:&quot;https://t.co/SvbaJc33CO&quot;}]},&quot;id_str&quot;:&quot;1542887987213656064&quot;,&quot;text&quot;:&quot;1/9 Interchain Security is ushering in a new era for the Cosmos ecosystem.\n\nIt will strengthen the Hub &amp;amp; make Neutron the best platform for smart-contracts developers to launch on.\n\nYet, it’s often misunderstood. So what is it exactly, and how will it change the Cosmos ecosystem? https://t.co/SvbaJc33CO&quot;,&quot;user&quot;:{&quot;id_str&quot;:&quot;1036942890340151296&quot;,&quot;name&quot;:&quot;P2P.org&quot;,&quot;screen_name&quot;:&quot;P2Pvalidator&quot;,&quot;is_blue_verified&quot;:true,&quot;profile_image_shape&quot;:&quot;Square&quot;,&quot;verified&quot;:false,&quot;verified_type&quot;:&quot;Business&quot;,&quot;profile_image_url_https&quot;:&quot;https://storage.googleapis.com/papyrus_images/1a28a7613e8c5660c76e9f0955be901e7c6984fa08a37fce57da8f40760c9fee.jpg&quot;},&quot;edit_control&quot;:{&quot;edit_tweet_ids&quot;:[&quot;1542887987213656064&quot;],&quot;editable_until_msecs&quot;:&quot;1656689936000&quot;,&quot;is_edit_eligible&quot;:true,&quot;edits_remaining&quot;:&quot;5&quot;},&quot;mediaDetails&quot;:[{&quot;display_url&quot;:&quot;pic.x.com/SvbaJc33CO&quot;,&quot;expanded_url&quot;:&quot;https://x.com/P2Pvalidator/status/1542887987213656064/photo/1&quot;,&quot;ext_media_availability&quot;:{&quot;status&quot;:&quot;Available&quot;},&quot;indices&quot;:[285,308],&quot;media_url_https&quot;:&quot;https://pbs.twimg.com/media/FWluaB4XEAEqIKA.jpg&quot;,&quot;original_info&quot;:{&quot;height&quot;:1080,&quot;width&quot;:1920,&quot;focus_rects&quot;:[{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1920,&quot;h&quot;:1075},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1080,&quot;h&quot;:1080},{&quot;x&quot;:55,&quot;y&quot;:0,&quot;w&quot;:947,&quot;h&quot;:1080},{&quot;x&quot;:258,&quot;y&quot;:0,&quot;w&quot;:540,&quot;h&quot;:1080},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1920,&quot;h&quot;:1080}]},&quot;sizes&quot;:{&quot;large&quot;:{&quot;h&quot;:1080,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1920},&quot;medium&quot;:{&quot;h&quot;:675,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:1200},&quot;small&quot;:{&quot;h&quot;:383,&quot;resize&quot;:&quot;fit&quot;,&quot;w&quot;:680},&quot;thumb&quot;:{&quot;h&quot;:150,&quot;resize&quot;:&quot;crop&quot;,&quot;w&quot;:150}},&quot;type&quot;:&quot;photo&quot;,&quot;url&quot;:&quot;https://t.co/SvbaJc33CO&quot;}],&quot;photos&quot;:[{&quot;backgroundColor&quot;:{&quot;red&quot;:204,&quot;green&quot;:214,&quot;blue&quot;:221},&quot;cropCandidates&quot;:[{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1920,&quot;h&quot;:1075},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1080,&quot;h&quot;:1080},{&quot;x&quot;:55,&quot;y&quot;:0,&quot;w&quot;:947,&quot;h&quot;:1080},{&quot;x&quot;:258,&quot;y&quot;:0,&quot;w&quot;:540,&quot;h&quot;:1080},{&quot;x&quot;:0,&quot;y&quot;:0,&quot;w&quot;:1920,&quot;h&quot;:1080}],&quot;expandedUrl&quot;:&quot;https://x.com/P2Pvalidator/status/1542887987213656064/photo/1&quot;,&quot;url&quot;:&quot;https://storage.googleapis.com/papyrus_images/025bbdffeb0eb763b0d72e5ed4fdefdebedc71353eacfe3e42f9fa1a6eaa2ae9.jpg&quot;,&quot;width&quot;:1920,&quot;height&quot;:1080}],&quot;conversation_count&quot;:4,&quot;news_action_type&quot;:&quot;conversation&quot;,&quot;isEdited&quot;:false,&quot;isStaleEdit&quot;:false}"> 
  <div class="twitter-embed embed">
    <div class="twitter-header">
        <div style="display:flex">
          <a target="_blank" href="https://twitter.com/P2Pvalidator">
              <img alt="User Avatar" class="twitter-avatar" src="https://storage.googleapis.com/papyrus_images/1a28a7613e8c5660c76e9f0955be901e7c6984fa08a37fce57da8f40760c9fee.jpg" />
            </a>
            <div style="margin-left:4px;margin-right:auto;line-height:1.2;">
              <a target="_blank" href="https://twitter.com/P2Pvalidator" class="twitter-displayname">P2P.org</a>
              <p><a target="_blank" href="https://twitter.com/P2Pvalidator" class="twitter-username">@P2Pvalidator</a></p>
    
            </div>
            <a href="https://twitter.com/P2Pvalidator/status/1542887987213656064" target="_blank">
              <img alt="Twitter Logo" class="twitter-logo" src="https://paragraph.com/editor/twitter/logo.png" />
            </a>
          </div>
        </div>
      
    <div class="twitter-body">
      1/9 Interchain Security is ushering in a new era for the Cosmos ecosystem.<br /><br />It will strengthen the Hub &amp; make Neutron the best platform for smart-contracts developers to launch on.<br /><br />Yet, it’s often misunderstood. So what is it exactly, and how will it change the Cosmos ecosystem? 
      <div class="twitter-media"><img class="twitter-image" src="https://storage.googleapis.com/papyrus_images/025bbdffeb0eb763b0d72e5ed4fdefdebedc71353eacfe3e42f9fa1a6eaa2ae9.jpg" /></div>
      
       
    </div>
    
     <div class="twitter-footer">
          <a target="_blank" href="https://twitter.com/P2Pvalidator/status/1542887987213656064" style="margin-right:16px; display:flex;">
            <img alt="Like Icon" class="twitter-heart" src="https://paragraph.com/editor/twitter/heart.png">
            81
          </a>
          <a target="_blank" href="https://twitter.com/P2Pvalidator/status/1542887987213656064"><p>10:08 AM • Jul 1, 2022</p></a>
        </div>
    
  </div> 
  </div><p>===========================</p><p>关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>，不定期发布交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/948248a173dead3bf8a44b020c46b981e898ea6867e5bde4e00b1e2a7ebe969d.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【测试交互-Teritori】Cosmos链上的多链合一的Dapp-Teritori-名牌空投-质押交互]]></title>
            <link>https://paragraph.com/@jackmusk/teritori-cosmos-dapp-teritori</link>
            <guid>RKSGuUH31QrxmRxupIYC</guid>
            <pubDate>Sat, 12 Nov 2022 12:48:42 GMT</pubDate>
            <description><![CDATA[今天给大家带来的项目是Teritori， Teritori 是Cosmos链上的多链合一的Dapp，目前是测试阶段，现在启动运营活动，明确给早期的社区贡献空投，加入discord 获取早期角色。在Crew3平台上，获得积分积累，等待主网上线获得奖励。 这篇教程主要是普通用户的质押交互1、安装 Keplr下载keplr的chrome钱包插件https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap重新选择助记词，证明你记住了完成后，账号就注册成功了2、增加Teritori测试网络访问 质押平台 https://explorer.ericet.xyz/teritori/staking，点击wallet，将测试网添加到keplr配置昵称保存设置配置完成3、获取测试币复制teritori账户地址进入dc，找到faucet频道，输入 $request tori1ncxdt6t84y65ua63ykdmaza74ty7zfelcv3ex4 获取测试币（每天一次），地址修改成你自己的查看是否到...]]></description>
            <content:encoded><![CDATA[<p>今天给大家带来的项目是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TeritoriNetwork">Teritori</a>， <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/TeritoriNetwork">Teritori</a> 是Cosmos链上的多链合一的Dapp，目前是测试阶段，现在启动运营活动，明确给早期的社区贡献空投，加入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/fJtJHB3q7V">discord</a> 获取早期角色。在Crew3平台上，获得积分积累，等待主网上线获得奖励。</p><p>这篇教程主要是<strong>普通用户的质押交互</strong></p><h2 id="h-1-keplr" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1、安装 Keplr</h2><p>下载keplr的chrome钱包插件<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap">https://chrome.google.com/webstore/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap</a></p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d9131514711e796ea546546617a1f2aabe7feb0f3dadfb0c40b2e0509d8845e1.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/a07ded02354d1380abec8a7259321d31b0fe4088ff4e4dfd40ec396d5a8a2898.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f5a0a6214d0d31d9aeec84dada9a2abeee75edf8beb08c8c8ade4a9bded800a0.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><h2 id="h-2teritori" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2、增加Teritori测试网络</h2><p>访问 质押平台 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.ericet.xyz/teritori/staking">https://explorer.ericet.xyz/teritori/staking</a>，点击wallet，将测试网添加到keplr</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/acd5c3d96b9b812e745e30bf1479f0f0b3d4a57500fad779cef088be8405e901.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/b19dd30fa8385c1eaf80a480b63d3e1e6fa5ae5097df69392b2586b78fdc7f13.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/a0450558db5097be1bc7d3415c49065e2b63d248c42757924c3a801259fbc8d1.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/6d0c43ebb7b4e68388c462fd4078e91e6235b66f1161560e52cf6f12a7d0b433.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" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3、获取测试币</h2><p>复制teritori账户地址</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/9508156826719ded2966e29bb2364aa4cc0840dfae54b5d559454c9019bc48a2.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>进入<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.gg/t2Kzf55mxC">dc</a>，找到faucet频道，输入</p><p><code>$request tori1ncxdt6t84y65ua63ykdmaza74ty7zfelcv3ex4</code> 获取测试币（每天一次），地址修改成你自己的</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/add3e61f29213b877eb6d285846c976e4e0fd304b995d70ffe1d83651954f60d.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/4a9a85b4a51c01afdb6da3ce7efa818947201844dd1fca99a9ab97a8b0e7875e.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" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4、质押</h2><p>访问 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.ericet.xyz/teritori/staking">https://explorer.ericet.xyz/teritori/staking</a></p><p>选择合适的节点，进行质押（我的验证节点，不嫌弃可以质押在<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://explorer.ericet.xyz/teritori/staking/torivaloper10j8wrewqhy8uz2qt23sasqjgwxwd4323n9keyw">我的节点</a>上）</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/631e0c205dcd1c485a1f0762b0d3e23d8570e6bd929a25ffbc0db159012e50e4.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>填写数量，点击send质押</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/d5357ebb1280be1b149db881828391bd286811e8751dcb27fe81ad710fad9be7.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" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">5、查看我的质押</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/7595405d00106ed92b24393a638ac077eadc7957afb94d7cdb52869db56f4a37.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/167e7be0004c8e1ed9aa6ee3f9bb8de70553f71f0cb0ad3efe450eeacea576e9.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>我是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">相关链接：</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/jackmusk.eth/o01sD5ikKiSZutPyA43dXw71C2AGLR4DsXIcGZYszOQ">https://mirror.xyz/jackmusk.eth/o01sD5ikKiSZutPyA43dXw71C2AGLR4DsXIcGZYszOQ</a></p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3cd0ef0d5db4b9575e287b13b0655ad292ade6392f9d41bc140220c94fb4ea81.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[【项目教程-ALEO】ALEO三测第二阶段已经开始]]></title>
            <link>https://paragraph.com/@jackmusk/aleo-aleo</link>
            <guid>hXq5JcAWNU2fwjmU61eN</guid>
            <pubDate>Fri, 11 Nov 2022 15:15:37 GMT</pubDate>
            <description><![CDATA[大家好我是雨夜 ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。 推特：@0xrainight DC社区：https://discord.com/invite/eB8NzqkYnd 今天介绍的是Aleo，第一个使用零知识证明解决隐私问题，同时保证可编程特性的创新公链项目。 ALEO三测第二阶段已经开始 推特消息，面向旷工。测试节点搭建教程开始今天的教程之前，需要有一定的前置条件： 一台ubuntu服务器(最好是国外的服务器，问题会少很多)，最低配置如下CPUs: 16（最低）RAM: 32GBStorage: 150GBOS：Ubuntu 20.041、使用ssh登录服务器（mac、linux系统下操作）ssh root@服务器ip 回车确认，如果出现提示”Are you sure you want to continue connecting (yes/no/[fingerprint])?“ 输入 yes 回车确认 窗口等待输入服务器密码，回车确认。进入服务器 运行成功结果2、确认当前用户是root，如果已经是root用户请略过开启root用户，为root用户创建...]]></description>
            <content:encoded><![CDATA[<p><em>大家好我是</em><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>雨夜</em></a><em> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我。</em></p><p><strong>推特：</strong><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight"><em>@</em>0xrainight</a> DC社区：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://discord.com/invite/eB8NzqkYnd">https://discord.com/invite/eB8NzqkYnd</a></p><p>今天介绍的是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AleoHQ">Aleo</a>，<strong>第一个</strong>使用零知识证明解决隐私问题，同时保证可编程特性的<strong>创新</strong>公链项目。</p><p>ALEO三测第二阶段已经开始 <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/AleoHQ/status/1590485296256544768">推特消息</a>，面向<strong>旷工</strong>。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">测试节点搭建教程</h2><p>开始今天的教程之前，需要有一定的前置条件：</p><p>一台ubuntu服务器(最好是国外的服务器，问题会少很多)，最低配置如下</p><ul><li><p>CPUs: 16（最低）</p></li><li><p>RAM: 32GB</p></li><li><p>Storage: 150GB</p></li><li><p>OS：Ubuntu 20.04</p></li></ul><h2 id="h-1sshmaclinux" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">1、使用ssh登录服务器（mac、linux系统下操作）</h2><pre data-type="codeBlock" text="ssh root@服务器ip 
"><code>ssh <span class="hljs-symbol">root@</span>服务器ip 
</code></pre><p>回车确认，如果出现提示”Are you sure you want to continue connecting (yes/no/[fingerprint])?“</p><p>输入 <code>yes</code> 回车确认</p><p>窗口等待输入服务器密码，回车确认。进入服务器</p><p>运行成功结果</p><h2 id="h-2rootroot" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">2、确认当前用户是root，如果已经是root用户请略过</h2><p>开启root用户，为root用户创建密码，输入两次密码</p><pre data-type="codeBlock" text="sudo passwd root
"><code></code></pre><p>使用下面命令，切换到root用户，在输入刚才创建的密码</p><pre data-type="codeBlock" text="su root
"><code></code></pre><h2 id="h-3rust-v164" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">3、安转Rust v1.64+</h2><p>使用下面命令，自动安装rust</p><pre data-type="codeBlock" text="curl --proto &apos;=https&apos; --tlsv1.2 -sSf https://sh.rustup.rs | sh
"><code>curl <span class="hljs-operator">-</span><span class="hljs-operator">-</span>proto <span class="hljs-string">'=https'</span> <span class="hljs-operator">-</span><span class="hljs-operator">-</span>tlsv1<span class="hljs-number">.2</span> <span class="hljs-operator">-</span>sSf https:<span class="hljs-comment">//sh.rustup.rs | sh</span>
</code></pre><p>出现下面的界面时，选择1，默认安装</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/cd3d72f1bfc8d17152594cf007296e05defa8c4463dd380b1a54ce93bf488d38.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/92eb9743a53072d4a48f96d86264a2089f69a97e5324870c7639f5797210ca71.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>使用下面命令，让Rust生效</p><pre data-type="codeBlock" text="source &quot;$HOME/.cargo/env&quot;
"><code><span class="hljs-built_in">source</span> <span class="hljs-string">"<span class="hljs-variable">$HOME</span>/.cargo/env"</span>
</code></pre><h2 id="h-4" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">4、安装依赖</h2><p>使用下面命令，安装git依赖</p><pre data-type="codeBlock" text="apt install git -y
"><code>apt install git <span class="hljs-operator">-</span>y
</code></pre><h2 id="h-5snarkos" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">5、通过源码安装snarkOS</h2><p>使用下面命令，创建/opt/snarkos目录，并进入</p><pre data-type="codeBlock" text="mkdir /opt/snarkos &amp;&amp; cd /opt/snarkos
"><code>mkdir <span class="hljs-operator">/</span>opt<span class="hljs-operator">/</span>snarkos <span class="hljs-operator">&#x26;</span><span class="hljs-operator">&#x26;</span> cd <span class="hljs-operator">/</span>opt<span class="hljs-operator">/</span>snarkos
</code></pre><p>使用下面命令，下载snarkOS源码</p><pre data-type="codeBlock" text="git clone https://github.com/AleoHQ/snarkOS.git --depth 1
"><code>git <span class="hljs-built_in">clone</span> https://github.com/AleoHQ/snarkOS.git --depth 1
</code></pre><p>使用下面命令，进入snarkos目录</p><pre data-type="codeBlock" text="cd snarkOS
"><code><span class="hljs-built_in">cd</span> snarkOS
</code></pre><p>使用下面命令，编译安装snarkOS</p><pre data-type="codeBlock" text="sh ./build_ubuntu.sh
"><code>sh ./build_ubuntu.sh
</code></pre><p>运行界面</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/44d116070d38339de9c368534b2309330f4ca73d82eaf8650420b04b23065114.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>出现这个界面，使用 <code>tab</code> 将光标切换到 <code>ok</code> 默认安装</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0dcb5567132c1a0d40ba489e7295c580f155c59a6cff32c3f549dd0c2af99291.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><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ea1e2d242474ab8dfbc0f935ffd2c872fce87ceb51343fe0bc2f79aa1688bc36.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-6aleo" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">6、运行Aleo挖矿节点</h2><p>使用下面命令，生成 Aleo 矿工地址，<strong>（生成的信息自己保存好，这是你唯一的身份认证信息，一定要复制保存到本地文件，丢失或泄露都会造成你资产的损失）</strong></p><pre data-type="codeBlock" text="snarkos account new
"><code>snarkos account <span class="hljs-keyword">new</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/be3bddcd0d212ad9402d583842da1ae100c7ac43c9e0ce4b26094c4f31a9d7d8.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>使用下面命令，启动挖矿节点，命令里面的这个字符<code>*******</code> 这个改成<strong>你的私钥（一定不要让第二个人知道）</strong></p><pre data-type="codeBlock" text="PROVER_PRIVATE_KEY=*********  ./run-prover.sh &gt; /opt/snarkos/miner.log 2&gt;&amp;1 &amp;
"><code>PROVER_PRIVATE_KEY<span class="hljs-operator">=</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span><span class="hljs-operator">*</span>  ./run<span class="hljs-operator">-</span>prover.sh <span class="hljs-operator">></span> <span class="hljs-operator">/</span>opt<span class="hljs-operator">/</span>snarkos<span class="hljs-operator">/</span>miner.log <span class="hljs-number">2</span><span class="hljs-operator">></span><span class="hljs-operator">&#x26;</span><span class="hljs-number">1</span> <span class="hljs-operator">&#x26;</span>
</code></pre><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/73d82c1abb64c6f1958f5add2521e8ad816a7f348ed4bd7c2ff6eefe33454ddc.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><pre data-type="codeBlock" text="top
"><code><span class="hljs-attribute">top</span>
</code></pre><p>等出现红框里的字符，说明节点正在运行，确认后键盘按<code>q</code>退出</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/fb85e5815356ce72b0c7351101c075c92608887152dcf6aa8ce515b39e72034a.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><pre data-type="codeBlock" text="tail -f -n100 /opt/snarkos/miner.log
"><code>tail <span class="hljs-operator">-</span>f <span class="hljs-operator">-</span>n100 <span class="hljs-operator">/</span>opt<span class="hljs-operator">/</span>snarkos<span class="hljs-operator">/</span>miner.log
</code></pre><p>没有出现error，可以正常同步数据就可以了。键盘按 <code>ctrl c</code> 退出</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5eaf3cb6bfec710ef5aee8aad46c51c323cad9dfa1c262c846a130fd6a87877f.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-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">查看挖矿信息</h2><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="">https://www.aleo123.io</a></p><h2 id="h-7" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">7、常见问题</h2><ol><li><p>我的节点无法编译。</p><ol><li><p>确保您的机器已Rust v1.64+安装。</p></li><li><p>如果编译过程中出现大错误，请尝试运行cargo clean.</p></li><li><p>确保 snarkOS 启动。</p></li></ol></li><li><p>我的节点无法连接到网络上的对等节点。</p><ol><li><p>确保端口4133/tcp和3033/tcp在您的安全组和操作系统防火墙上打开。</p></li><li><p>确保 snarkOS启动。</p></li></ol></li><li><p>无法生成新地址</p><ol><li><p>在运行上面的命令之前（snarkos account new）尝试source ~/.bashrc</p></li><li><p>还要仔细检查snarkos. 注意目录是/snarkOS，命令是snarkos</p></li></ol></li></ol><p>===========================</p><p>关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>，不定期发布交互教程</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/d1a7304d314a61150006ad3a5d1b2f3b568ee91f41e2245786c48245d9c575ee.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[【项目介绍-babylon_chain】巴比伦利用BTC支持Cosmos 及其他领域的安全性]]></title>
            <link>https://paragraph.com/@jackmusk/babylon-chain-btc-cosmos</link>
            <guid>xuuhSdpgd35NjvqwmcNn</guid>
            <pubDate>Sun, 06 Nov 2022 04:46:36 GMT</pubDate>
            <description><![CDATA[今天给大家带来的项目是Babylon，Babylon 是一个新的 Cosmos 项目，其愿景是利用比特币的安全性来增强 Cosmos 区域和其他 PoS 链的安全性。我们是谁我们的团队由来自斯坦福的共识协议研究人员和来自世界各地的经验丰富的第 1 层开发人员组成。在我们的斯坦福实验室，我们以前的工作包括基础研究以及与行业项目的合作。例如，最近的一项工作是与以太坊基金会合作提高 Proof-of-Stake 以太坊信标链的安全性。我们确定了一些关键攻击，并设计了最佳协议来实现 PoS 以太坊的目标。比特币作为信任的来源比特币是世界上最安全的区块链，由比特币矿工的巨大哈希能力保护。目前，这种安全性主要用于支持一种加密货币：比特币。Babylon 项目的愿景是利用比特币作为信任来源，使更广泛生态系统中的其他区块链受益。 这种信任来源的价值可以进一步细分为两个方面比特币基于工作量证明，而许多其他当前和新兴的区块链都基于权益证明。PoS 链作为 Cosmos zone 与 PoW 链相比具有一定的安全限制。利用比特币设计合理的架构可能会消除这些限制。事实上，PoS 和 PoW 优势互补，一...]]></description>
            <content:encoded><![CDATA[<p>今天给大家带来的项目是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babylon_chain">Babylon</a>，<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babylon_chain">Babylon</a> 是一个新的 Cosmos 项目，其愿景是利用比特币的安全性来增强 Cosmos 区域和其他 PoS 链的安全性。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">我们是谁</h2><p>我们的团队由来自斯坦福的共识协议研究人员和来自世界各地的经验丰富的第 1 层开发人员组成。在我们的斯坦福<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tselab.stanford.edu/">实验室</a>，我们以前的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://tselab.stanford.edu/research/blockchains-decentralized-systems/">工作</a>包括基础研究以及与行业项目的合作。例如，最近的一项工作是与以太坊基金会合作提高 Proof-of-Stake 以太坊信标链的安全性。我们确定了一些关键<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://news.bitcoin.com/a-new-academic-paper-describes-3-attack-methods-against-an-ethereum-pos-chain/">攻击</a>，并设计了<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arxiv.org/abs/2209.03255">最佳</a>协议来实现 PoS 以太坊的目标。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">比特币作为信任的来源</h2><p>比特币是世界上最安全的区块链，由比特币矿工的巨大哈希能力保护。目前，这种安全性主要用于支持一种加密货币：比特币。Babylon 项目的愿景是利用比特币作为信任来源，使更广泛生态系统中的其他区块链受益。</p><p>这种信任来源的价值可以进一步细分为两个方面</p><ul><li><p>比特币基于工作量证明，而许多其他当前和新兴的区块链都基于权益证明。PoS 链作为 Cosmos zone 与 PoW 链相比具有一定的安全限制。利用比特币设计合理的架构可能会消除这些限制。事实上，PoS 和 PoW 优势互补，一个设计合理的架构可以两全其美。</p></li><li><p>区块链的安全性在很大程度上取决于支持它的资源的价值。在 PoW 链中，它是算力的成本。在 Cosmos 区域中，质押的是加密货币的价值。从这个角度来看，不同安全级别的区块链种类繁多。在其矿工巨大的哈希能力的支持下，比特币处于这一范围的一个极端。较小的区块链，例如 Cosmos 特定应用区域，位于光谱的另一端。利用比特币设计合理的架构可以在不损害其自主性的情况下增强这些链的安全性。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">比特币作为可靠的时间戳服务</h2><p>在 Nakamoto 的白皮书中，比特币区块链被引入为由工作量证明提供支持的时间戳服务器。它为事件提供了不可逆的时间顺序。在其本机应用程序中，事件是在比特币分类账上执行各种交易。在目前增强其他区块链安全性的应用中，比特币也可用于对其他区块链中发生的事件进行时间戳。每一个这样的事件都会触发一个发送给矿工的交易，矿工随后将其插入比特币分类账，从而为事件加上时间戳。比特币上的这些时间戳可用于解决区块链的各种安全问题。在父链上的子链中为事件加时间戳的一般概念称为检查点，以及为事件添加时间戳的事务称为检查点。</p><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">巴比伦建筑</h2><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/8baa2c2caa83bc2cdf15cf0c14ff169031e42f4a4d9b1b38a5e695f4bef8c310.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><ul><li><p>比特币，作为时间戳服务。</p></li><li><p>巴比伦链，一个宇宙区，作为中间层。</p></li><li><p>其他 Cosmos 区域，作为安全的消费者。</p></li></ul><p>一个重要的设计考虑是比特币在承载任意数据方面的能力非常有限。在这种情况下，巴比伦链有几个功能：</p><ul><li><p>它聚合了许多消费者区域的检查点流，因此只需将一个检查点流插入比特币即可同时为所有消费者区域中的事件添加时间戳。</p></li><li><p>可以使用诸如聚合签名之类的加密技术将其对比特币的检查点变得紧凑。</p></li><li><p>它通过区块链间通信（IBC）从消费者区域接收检查点。</p></li><li><p>它检查消费者区域检查点后面的数据的可用性，以便攻击者无法为不可用的数据加上时间戳。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">用例</h2><ul><li><p>快速解除绑定：权益证明链需要社会共识来阻止远程攻击，这会导致长时间的解除绑定。在 Cosmos 中，这通常是 <strong>21 天</strong>。比特币安全性取代了社会共识，并将解绑时间缩短<strong>至 5 小时</strong>。</p></li><li><p>引导新区域：比特币安全性可用于引导代币估值较低的新区域。</p></li><li><p>保护重要交易：比特币安全可用于保护重要交易，而普通交易可以快速确定。</p></li><li><p>审查阻力：被审查的交易可以使用巴比伦作为备份进入分类帐。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">技术</h2><p>支持这些用例的巴比伦技术包括</p><ul><li><p>消费区将时间戳写入比特币并由消费区读取比特币时间戳的核心原语；</p></li><li><p>使用时间戳信息来实现各种用例的协议。核心原语和协议都将在以下帖子中进行描述。</p></li></ul><h2 id="h-" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">相关链接</h2><p>twitter：<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/babylon_chain">https://twitter.com/babylon_chain</a></p><p>Website: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://babylonchain.io/">https://babylonchain.io/</a></p><p>================================================</p><p>我是<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">雨夜</a> ，专注早期项目交互，不定期发布优质项目的交互教程，欢迎关注我的<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/0xrainight">推特</a>。</p>]]></content:encoded>
            <author>jackmusk@newsletter.paragraph.com (rainight-雨夜)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/bed50ebd0abb0f8220d6e6808a68b1370c61b2be009ce22cf63f4ff95c70d269.jpg" length="0" type="image/jpg"/>
        </item>
    </channel>
</rss>