tau · 实时公开演示
agτ
tau
5.53× RPC JSON 演示 · 5,670 tx 语料 · Ethereum RPC JSON
测试引擎。
亲自验证。
面向 Tau 的实时可验证客户端。 通过密封的 Tau 引擎压缩真实的 Ethereum 交易 — 在 RPC-JSON 负载上达到 5.53× 密度 — 无损、字节级完美、可就地查询。亲自试试:即使约 50 笔交易也能压缩约 5×。
检测中… 公开演示 限速 10/分钟
批量模式 — 您的数据
演示服务器运行密封的 Tau 引擎。仅返回聚合数字 — ratio、tx_count、round_trip_ok。您的数据在服务端处理;压缩字节永远不会离开服务器。提交 RPC-JSON 交易(json 模式)以获得标题指标 5.53× — 即使小批量也能压缩约 5×。单笔 RLP 交易(compress)保持约 1×,因为 RLP 本身已很紧凑。
1
获取 RPC-JSON 交易
cast tx <hash> --json --rpc-url $RPC # 收集为 JSON 数组 → my_txs.json
RPC-JSON — 索引器与分析系统使用的格式 · 任意 EVM 链
2
安装并运行 tau-cli
curl -fsSL https://auriglyph.com/downloads/tau-cli -o tau-cli chmod +x tau-cli && ./tau-cli json my_txs.json
亦可:./tau-cli batch my_txs.txt(RLP 下限)· ./tau-cli compress <rlp_hex>
3
查看您的压缩比
tx_count : 5,000 ratio : 5.53× lossless round_trip_ok : true
RPC-JSON 真实结果 — 即使约 50 笔交易也能约 5×。字节级完美往返;仅聚合指标。
.txt 每行一个 hex .json hex 字符串数组 .era1 二进制 .parquet 二进制 .csv 错误格式
安装 tau-cli
curl -fsSL https://auriglyph.com/downloads/tau-cli -o tau-cli && chmod +x tau-cli
Python 3 · 零依赖 · 公开 Tau 演示 API 的 CLI 客户端
· 或下载文件
tau-cli 不包含压缩引擎。 它将交易 hex 发送到公开演示 API 并打印聚合指标。引擎保留在服务端。
隐私:批量模式会将您的交易 hex 发送到演示服务器。仅返回聚合数字 — ratio、tx_count、round_trip_ok。请仅使用公开区块链数据。切勿上传私人或机密交易。
开放 API 接口
/api/health存活探测/api/capabilities公开摘要/api/compress-rlp单笔 tx · 指标/api/compress-batch批量 · 您的压缩比密封 · 永不暴露
peek过于接近内部机制witness仅运维archive不在此raw engine永不离开服务器响应字段
ref_id tx_count aggregate_ratio round_trip_ok comp_mb_s decomp_mb_s
证据台账
固定 gate 运行 · 仅带 scope 标签的数字。完整 DATA 文件在 repo 证据包中。
headline5.53×
scope5,670 tx RPC JSON demo · public demo API
gatevalidation_gate
tests186 tests summed
reproducertau-cli compress · /tau-demo/