<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>智能合约 on Text Matrix</title><link>https://txtmix.com/tags/%E6%99%BA%E8%83%BD%E5%90%88%E7%BA%A6/</link><description>Recent content in 智能合约 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E6%99%BA%E8%83%BD%E5%90%88%E7%BA%A6/index.xml" rel="self" type="application/rss+xml"/><item><title>Acton：TON 智能合约全生命周期开发工具链</title><link>https://txtmix.com/posts/tech/acton-ton-smart-contract-rust-toolkit/</link><pubDate>Thu, 14 May 2026 12:47:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/acton-ton-smart-contract-rust-toolkit/</guid><description>&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>Acton 是 ton-blockchain 组织推出的 TON 智能合约全生命周期开发工具链，使用 Rust 编写，GitHub 今日新增约 18 星。TON（The Open Network）是由 Telegram 团队设计的区块链项目，其智能合约使用 FunC 语言（类 C 语法）编写，运行在 TON Virtual Machine（TVM）上。Acton 将这一生态中原本分散在多个工具中的能力统一到了一条 CLI 命令下。&lt;/p></description></item><item><title>Acton：TON智能合约开发一站式工具链完全指南</title><link>https://txtmix.com/posts/tech/acton-ton-smart-contract-toolchain-guide/</link><pubDate>Thu, 14 May 2026 10:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/acton-ton-smart-contract-toolchain-guide/</guid><description>&lt;h1 id="actonton智能合约开发一站式工具链完全指南">Acton：TON智能合约开发一站式工具链完全指南&lt;/h1>
&lt;p>&lt;strong>Acton&lt;/strong>（&lt;a href="https://github.com/ton-blockchain/acton" target="_blank" rel="noopener noreffer ">ton-blockchain/acton&lt;/a>）是 TON 官方推出的 Rust 编写的智能合约开发工具链，覆盖从项目创建、编译、测试、调试到部署的完整生命周期。它将原本分散在多个工具（FunC 编译器、Tolk、TON OS 等）中的能力整合为一个统一的 CLI，极大降低了 TON 智能合约的开发门槛。&lt;/p></description></item><item><title>ItyFuzz：极速智能合约混合模糊测试器完全指南</title><link>https://txtmix.com/posts/tech/ityfuzz-smart-contract-fuzzer-guide/</link><pubDate>Wed, 01 Apr 2026 01:03:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ityfuzz-smart-contract-fuzzer-guide/</guid><description>&lt;h1 id="ityfuzz极速智能合约混合模糊测试器完全指南">ItyFuzz：极速智能合约混合模糊测试器完全指南&lt;/h1>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>完成本文档后，你将能够：&lt;/p>
&lt;ul>
&lt;li>✅ 理解 ItyFuzz 的核心定位与设计理念&lt;/li>
&lt;li>✅ 掌握 ItyFuzz 的安装与基本使用方法&lt;/li>
&lt;li>✅ 理解 ItyFuzz 的混合模糊测试技术原理&lt;/li>
&lt;li>✅ 掌握 ItyFuzz 对 EVM 和 MoveVM 合约的测试方法&lt;/li>
&lt;li>✅ 使用 ItyFuzz 进行链上合约模糊测试&lt;/li>
&lt;li>✅ 使用 ItyFuzz 运行 Foundry invariant 测试&lt;/li>
&lt;li>✅ 理解 ItyFuzz 的性能调度与符号执行技术&lt;/li>
&lt;li>✅ 扩展 ItyFuzz 进行定制化测试&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="2-项目概述">§2 项目概述&lt;/h2>
&lt;h3 id="21-什么是-ityfuzz">2.1 什么是 ItyFuzz？&lt;/h3>
&lt;p>&lt;strong>ItyFuzz&lt;/strong>（&lt;a href="https://github.com/fuzzland/ityfuzz" target="_blank" rel="noopener noreffer ">GitHub 仓库&lt;/a>）是一个&lt;strong>极速的 EVM 和 MoveVM 智能合约混合模糊测试器&lt;/strong>，结合符号执行（symbolic execution）和模糊测试（fuzzing）技术，用于在链下和链上发现智能合约漏洞。&lt;/p></description></item><item><title>NEAR Protocol 核心节点完全指南</title><link>https://txtmix.com/posts/tech/nearcore-near-protocol-guide/</link><pubDate>Tue, 31 Mar 2026 14:45:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/nearcore-near-protocol-guide/</guid><description>&lt;h1 id="near-protocol-核心节点完全指南">NEAR Protocol 核心节点完全指南&lt;/h1>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>完成本文档后，你将能够：&lt;/p>
&lt;ul>
&lt;li>✅ 理解 NEAR Protocol 的核心定位与技术架构&lt;/li>
&lt;li>✅ 掌握 nearcore 作为参考实现的角色与价值&lt;/li>
&lt;li>✅ 理解 NEAR 的共识机制与分片设计&lt;/li>
&lt;li>✅ 熟练构建和运行 nearcore 节点&lt;/li>
&lt;li>✅ 掌握智能合约开发（Rust + TypeScript）&lt;/li>
&lt;li>✅ 理解 NEAR 的生态工具链&lt;/li>
&lt;li>✅ 参与网络验证（Validator）&lt;/li>
&lt;li>✅ 为 NEAR 协议贡献代码&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="2-项目概述">§2 项目概述&lt;/h2>
&lt;h3 id="21-什么是-near-protocol">2.1 什么是 NEAR Protocol？&lt;/h3>
&lt;p>&lt;strong>NEAR Protocol&lt;/strong>（官方仓库：&lt;a href="https://github.com/near/nearcore" target="_blank" rel="noopener noreffer ">near/nearcore&lt;/a>）是 &lt;strong>NEAR 协议的参考实现&lt;/strong>，是一个为服务器级应用和智能合约提供支持的区块链基础设施。&lt;/p></description></item></channel></rss>