Skip to content

Releases: w00c00/kaspa-silverscript-studio

Kaspa SilverScript Studio v0.2.8

Choose a tag to compare

@github-actions github-actions released this 10 Aug 07:41
edb2f79

Kaspa SilverScript Studio v0.2.8

This release tracks official kaspanet/silverscript@6f9e078b1d8b5389212755183b592704de99fea5 and hardens portable covenant authorization metadata.

Compiler compatibility

  • The default compiler is now 6f9e078, with SHA-256 verification.
  • cb34aa5 remains available for Studio 0.2.7 projects and 2a3961c for older reproducible builds.
  • Compatibility review detects runtime byte(...) casts and ambiguous scalar int(byte) conversions. Studio never guesses signedness.

Versioned operation packages

  • New lifecycle and atomic .ssinvite files include a canonical v1 covenant descriptor.
  • The descriptor commits to CAIP-2 network, program SHA-256, covenant ID, ABI, state layout, control-principal declarations, and operation authorization principals.
  • Import recomputes those commitments and rejects tampering. Legacy descriptor-free packages remain readable with a visible warning.

TN10 experiments

  • A new Groth16 proof-release template uses official g16.verify, exact fixed-recipient payout, explicit bounded fees, and local engine preflight.
  • Kaspa x402 is documented as a pinned alpha interoperability profile. Its current upstream escrow is not exposed as deployable until it is ported to current syntax, vectors are reproduced, and adversarial lifecycle tests pass.

SilverScript and the new template remain experimental. Mainnet stays fail-closed; compilation and preflight are not independent security review.


中文说明

本版跟进官方 kaspanet/silverscript@6f9e078b1d8b5389212755183b592704de99fea5,并强化可携带 Covenant 操作包的授权元数据。

编译器兼容

  • 默认编译器升级到 6f9e078,继续校验二进制 SHA-256。
  • 保留 cb34aa5 复现 Studio 0.2.7 项目,并保留 2a3961c 复现更早项目。
  • 兼容性检查会发现运行时 byte(...) 和可能把标量 byte 传给 int(...) 的写法;Studio 不会自动猜测 signed/unsigned 语义。

版本化操作包

  • 新生命周期和原子 .ssinvite 文件包含 canonical v1 Covenant Descriptor。
  • 描述符绑定 CAIP-2 网络、程序 SHA-256、Covenant ID、ABI、状态布局、控制主体声明和本次操作授权主体。
  • 导入时重新计算承诺并拒绝篡改。没有描述符的旧包仍可读取,但会醒目警告。

TN10 实验功能

  • 新增使用官方 g16.verify 的 Groth16 证明释放模板,固定收款钱包、精确守恒资金、限制显式手续费并执行本地引擎预检。
  • Kaspa x402 以固定 alpha 提交的互操作档案加入。上游托管合约在完成新语法迁移、向量复现和对抗性生命周期测试前不会显示成可直接部署模板。

SilverScript 和新模板仍属实验功能。主网继续失效关闭;成功编译和预检不能替代独立安全审查。

Kaspa SilverScript Studio v0.2.7

Choose a tag to compare

@github-actions github-actions released this 09 Aug 14:08
29595b2

Kaspa SilverScript Studio v0.2.7

This release fixes three transaction-construction defects found by exercising the packaged Studio against the live Kaspa TN10 network, not only against mocks.

Transaction correctness

  • Studio now applies a conservative 0.5 KAS/TKAS covenant-cell floor. This keeps a genesis split funded from a large faucet or mining UTXO within both the bundled wallet calculator and current node storage-mass limits; it is not presented as a consensus dust rule.
  • Genesis deployment evaluates eligible UTXOs from smallest to largest and records exact mass diagnostics before any wallet signature.
  • Toccata v1 covenant and P2PK co-spend inputs now use computeBudget with a zero legacy sigOpCount, matching the current node RPC and consensus encoding.
  • Lifecycle packages are fully assembled before fee calculation. Studio consumes the pinned local script-engine mass/fee report and adds a conservative reserve for each real CheckSig before asking anyone to sign.
  • Phrase-free TN10 inheritance check-in remains narrowly authorized and fail-closed, with a 0.02 TKAS maximum automatic fee.
  • The audited MIT-licensed Kascov preflight source snapshot and Cargo lockfile are now committed with Studio. Rebuilding the local engine no longer depends on the removed upstream commit remaining reachable; minimal transitive updates address RUSTSEC-2026-0204 and RUSTSEC-2026-0220.

Live TN10 evidence

The final inheritance distribution and renewal both passed the bundled pinned Kaspa script engine and Kascov preflight before node submission. Automated tests cover 43 Studio behaviors; npm reports zero known vulnerabilities. Mainnet remains disabled by default, and SilverScript remains experimental.


中文说明

本版修复了三个只有把打包后的 Studio 接入真实 Kaspa TN10 网络后才暴露的交易构建问题,而不是只依赖模拟测试。

交易正确性

  • Studio 现在采用保守的 0.5 KAS/TKAS Covenant Cell 下限,避免从水龙头或挖矿大额 UTXO 拆分时超过内置钱包计算器与当前节点的存储质量限制;这不是共识层 dust 规则。
  • 契约创世部署会从小到大评估可用 UTXO,并在请求钱包签名前记录精确质量诊断。
  • Toccata v1 契约输入和 P2PK 共同授权输入现在只使用 computeBudget,旧版 sigOpCount 固定为零,与当前节点 RPC 和共识编码一致。
  • 生命周期操作包会先完整装配 redeem program 和参数,再读取固定本地脚本引擎的质量/费用报告;每个真实 CheckSig 都会在签名前加入保守费用预留。
  • TN10 免短语继承签到仍严格限制在当前项目、当前 UTXO 和同 Covenant 延续,自动手续费上限为 0.02 TKAS。
  • 已审计的 MIT 许可 Kascov 预检源码快照和 Cargo 锁文件现已随 Studio 一同提交;重建本地引擎不再依赖已被上游删除的历史提交仍可访问,并以最小依赖升级修复 RUSTSEC-2026-0204RUSTSEC-2026-0220

真实 TN10 证据

最终继承分配与签到续期在提交节点前都通过了内置固定 Kaspa 脚本引擎和 Kascov 预检。自动化测试覆盖 43 项 Studio 行为,npm 已知漏洞为零。主网继续默认关闭,SilverScript 仍处于实验阶段。

Kaspa SilverScript Studio v0.2.6

Choose a tag to compare

@github-actions github-actions released this 09 Aug 11:56
1d46475

Kaspa SilverScript Studio v0.2.6

This release updates Studio to the current official experimental SilverScript compiler snapshot and tightens compatibility, security, and desktop usability without widening mainnet access.

Compiler and covenant verification

  • Pins official kaspanet/silverscript@cb34aa5e6a598f9e461c4ad7014279ba89251d8d and verifies the packaged compiler by SHA-256.
  • Detects duplicate function names, entry parameters that shadow contract fields, and obvious non-numeric ordered comparisons before compilation.
  • Documents the new variable-input g16.verify Groth16 builtin.
  • Fully compiles all built-in templates with realistic constructor arguments on the new toolchain.
  • Keeps the legacy 2a3961c profile for reproducible historical builds.
  • Keeps experimental templates and the KCC721 research pack TN10-only and fail-closed for unsupported deployment paths.

Reliability, security, and usability

  • Removes a false SS002 warning from valid same-input scriptPubKey continuation checks.
  • Shows the actual current toolchain commit in the sidebar.
  • Correctly restores “Saved locally” when a project opens and localizes new template project names.
  • Preserves a user's project name when applying a different template.
  • Makes the post-backup wallet connection step explicit without caching the wallet password.
  • Updates transitive postcss and nanoid packages; the release lockfile passes npm audit with zero known vulnerabilities.
  • Moves the desktop release workflow to the current Node 24-based official GitHub Actions.

Mainnet remains disabled by default. SilverScript itself remains experimental, so this release is not a claim that arbitrary contracts are mainnet-ready.


中文说明

本版将 Studio 升级到当前官方 SilverScript 实验版编译器快照,并加强兼容性检查、安全性与桌面端易用性;不会扩大主网权限。

编译器与契约验证

  • 固定官方 kaspanet/silverscript@cb34aa5e6a598f9e461c4ad7014279ba89251d8d,打包编译器继续执行 SHA-256 校验。
  • 编译前检查重复函数名、入口参数遮蔽契约字段,以及明显的非数值有序比较。
  • 记录新的可变公共输入 g16.verify Groth16 内建函数。
  • 使用真实构造参数在新工具链上完整编译全部内置模板。
  • 保留 2a3961c 旧版档案,用于历史项目复现。
  • 实验模板与 KCC721 研究包继续仅限 TN10;不受支持的部署路径保持失效关闭。

稳定性、安全与易用性

  • 消除有效的同一输入 scriptPubKey 延续检查产生的 SS002 误报。
  • 侧栏显示真实的当前工具链提交号。
  • 打开项目后正确恢复“已保存到本机”,新模板项目名称会跟随界面语言。
  • 将模板应用到已有项目时保留用户自己的项目名称。
  • 助记词备份完成后明确引导重新输入密码连接,同时不缓存钱包密码。
  • 更新间接依赖 postcssnanoid;发布锁文件通过 npm audit,已知漏洞为零。
  • 桌面发布流水线升级到当前基于 Node 24 的 GitHub 官方 Actions。

主网继续默认禁用。SilverScript 本身仍处于实验阶段,因此本次发布不代表任意契约已经可以安全用于主网。

Kaspa SilverScript Studio v0.2.5

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:19

Kaspa SilverScript Studio v0.2.5

This macOS reliability release fixes the bundled Node/V8 sidecar being terminated by SIGTRAP during startup on Apple Silicon.

macOS desktop fixes

  • Adds the minimum com.apple.security.cs.allow-jit entitlement required when Node/V8 runs under the macOS Hardened Runtime.
  • Keeps the more permissive unsigned-executable-memory and disabled-library-validation exceptions disabled.
  • Requires the native macOS Runner to execute V8 code from the signed packaged sidecar and successfully query /api/health and /api/templates before a DMG can be published.

The Windows path normalization, backend diagnostics, automatic recovery, and WebView2 loopback handling introduced in v0.2.4 remain included.


中文说明

本次 macOS 稳定性更新修复了 Apple Silicon 上内置 Node/V8 sidecar 启动时被 SIGTRAP 终止的问题。

macOS 桌面端修复

  • 增加 Node/V8 在 macOS Hardened Runtime 下运行所需的最小 com.apple.security.cs.allow-jit entitlement。
  • 不启用权限更宽的 unsigned-executable-memory 和 disabled-library-validation 例外。
  • macOS 原生 Runner 必须让已签名的打包 sidecar 执行 V8 代码,并成功访问 /api/health/api/templates,否则不允许发布 DMG。

v0.2.4 增加的 Windows 路径规范化、后端诊断、自动恢复与 WebView2 回环处理继续保留。

Kaspa SilverScript Studio v0.2.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:56

Kaspa SilverScript Studio v0.2.4

This Windows reliability release fixes the remaining local-service failure path behind empty templates, node connection failures, and generic Failed to fetch messages.

Windows desktop fixes

  • Normalizes Tauri's Windows verbatim resource paths before starting Node, fixing the confirmed EISDIR sidecar crash.
  • Responds to WebView2 private-network preflights for the loopback API.
  • Automatically restarts the bundled local service if it becomes unreachable.
  • Keeps the desktop UI open when sidecar startup fails and reports the exact diagnostic log location.
  • Records sidecar paths, PID, stdout, stderr, process errors, and termination details in the local backend.log file without recording wallet secrets or signing material.
  • Requires the native Windows Runner to launch the packaged Tauri executable and successfully query /api/health and /api/templates before installers can be published.

Packages

  • macOS Apple Silicon: DMG, ad-hoc signed and not Apple-notarized.
  • Windows x64: NSIS setup executable and MSI package, not Authenticode-signed.
  • Linux x86_64: DEB package and AppImage, not distribution-signed.
  • SHA-256 checksum files are included for all platforms.

SilverScript and the KCC721 pack remain experimental. TN10 is recommended.


中文说明

本次 Windows 稳定性更新修复了导致模板为空、节点连接失败以及笼统 Failed to fetch 提示的剩余本地服务故障链路。

Windows 桌面端修复

  • 启动 Node 前规范化 Tauri 返回的 Windows verbatim 资源路径,修复已确认的 EISDIR sidecar 崩溃。
  • 响应 WebView2 访问回环 API 时的私有网络预检。
  • 内置本地服务不可达时自动重新启动。
  • sidecar 启动失败时仍保留桌面界面,并显示准确的诊断日志位置。
  • 将 sidecar 路径、进程号、标准输出、错误输出、进程错误和退出信息写入本机 backend.log;不会记录钱包秘密或签名材料。
  • Windows 原生 Runner 必须启动打包后的真实 Tauri 程序,并成功访问 /api/health/api/templates,否则不允许发布安装包。

安装包

  • macOS Apple Silicon:DMG,采用 ad-hoc 签名,未进行 Apple 公证。
  • Windows x64:NSIS 安装程序和 MSI,未进行 Authenticode 签名。
  • Linux x86_64:DEB 和 AppImage,未进行发行版签名。
  • 三个平台均提供 SHA-256 校验文件。

SilverScript 与 KCC721 实验包仍处于实验阶段,推荐使用 TN10。

Kaspa SilverScript Studio v0.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 07:30

Kaspa SilverScript Studio v0.2.3

This hotfix restores the Windows desktop connection to the application's bundled local service.

Fixed

  • Correctly detects Tauri's http://tauri.localhost and https://tauri.localhost Windows WebView origins.
  • Restores the built-in template list on Windows.
  • Fixes wallet creation appearing unresponsive on Windows.
  • Adds regression tests for Windows Tauri origins, injected Tauri runtime markers, and normal browser mode.

Packages

  • macOS Apple Silicon: DMG, ad-hoc signed and not Apple-notarized.
  • Windows x64: NSIS setup executable and MSI package, not Authenticode-signed.
  • Linux x86_64: DEB package and AppImage, not distribution-signed.
  • SHA-256 checksum files are included for all platforms.

All 38 automated tests, the production frontend build, pinned SilverScript compiler build, and bundled local preflight-engine build must pass on the native runners before packaging. SilverScript and the KCC721 pack remain experimental; TN10 is recommended.


中文说明

本热修复版本恢复 Windows 桌面客户端与应用内置本地服务之间的连接。

修复内容

  • 正确识别 Tauri Windows WebView 使用的 http://tauri.localhosthttps://tauri.localhost 来源。
  • 恢复 Windows 版内置模板列表。
  • 修复 Windows 版点击创建钱包没有反应的问题。
  • 增加 Windows Tauri 来源、Tauri 注入标记和普通浏览器模式的回归测试。

安装包

  • macOS Apple Silicon:DMG,采用 ad-hoc 签名,未进行 Apple 公证。
  • Windows x64:NSIS 安装程序和 MSI,未进行 Authenticode 签名。
  • Linux x86_64:DEB 和 AppImage,未进行发行版签名。
  • 三个平台均提供 SHA-256 校验文件。

各平台必须在原生 Runner 上通过全部 38 项自动化测试、前端生产构建、固定 SilverScript 编译器构建和内置本地预检引擎构建后才会生成安装包。SilverScript 与 KCC721 实验包仍处于实验阶段,推荐使用 TN10。

Kaspa SilverScript Studio v0.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:31
3f062bd

Kaspa SilverScript Studio v0.2.1

This cross-platform release adds native Windows x64 and Linux x86_64 packages while retaining the macOS Apple Silicon build.

Cross-platform changes

  • Replaced Bash-only native-helper setup with Node.js build scripts for macOS, Windows, and Linux.
  • Added native .exe discovery and runtime wiring for both pinned SilverScript compilers and the local Kascov preflight engine on Windows.
  • Added explicit preflight-engine injection to the Tauri sidecar environment.
  • Replaced the Python-dependent heuristic contract scan with an equivalent built-in JavaScript implementation, so installed desktop builds do not require Python.
  • Added native GitHub Runner builds and verification for macOS Apple Silicon, Windows x64, and Linux x86_64.

Packages

  • macOS Apple Silicon: DMG, ad-hoc signed and not Apple-notarized.
  • Windows x64: NSIS setup executable and MSI package, not Authenticode-signed.
  • Linux x86_64: DEB package and AppImage, not distribution-signed.
  • SHA-256 checksum files are included for all platforms.

Verification boundary

Each package is built on its target operating system only after syntax checks, automated tests, production frontend compilation, pinned native-helper compilation, and realistic SilverScript template compilation succeed.

SilverScript and the KCC721 pack remain experimental. TN10 is recommended. KCC721 standalone and mainnet deployment remain blocked. Passing compilation and preflight tests is not an independent security audit.


中文说明

本次跨平台版本在保留 macOS Apple Silicon 构建的同时,增加 Windows x64 和 Linux x86_64 原生安装包。

跨平台改进

  • 将仅支持 Bash 的原生辅助工具构建流程改为兼容 macOS、Windows 和 Linux 的 Node.js 脚本。
  • 为 Windows 补齐两个固定版本 SilverScript 编译器和本地 Kascov 预检引擎的 .exe 识别与运行时路径。
  • Tauri sidecar 现在会显式传入本地预检引擎路径。
  • 将依赖 Python 的轻量契约扫描改为等价的内置 JavaScript 实现,安装后的桌面应用不再要求用户安装 Python。
  • 增加 macOS Apple Silicon、Windows x64 和 Linux x86_64 原生 GitHub Runner 构建与验证。

安装包

  • macOS Apple Silicon:DMG,采用 ad-hoc 签名,未进行 Apple 公证。
  • Windows x64:NSIS 安装程序和 MSI,未进行 Authenticode 签名。
  • Linux x86_64:DEB 和 AppImage,未进行发行版签名。
  • 三个平台均提供 SHA-256 校验文件。

验证边界

每个平台仅在语法检查、自动化测试、前端生产构建、固定原生辅助工具编译和真实 SilverScript 模板编译全部成功后生成安装包。

SilverScript 与 KCC721 实验包仍处于实验阶段,推荐使用 TN10。KCC721 普通单合约部署和主网部署仍保持禁用。成功编译和预检测试不等于独立安全审计。

Kaspa SilverScript Studio v0.2.0

Choose a tag to compare

@w00c00 w00c00 released this 07 Aug 02:47
a3f534c

Kaspa SilverScript Studio v0.2.0

This release expands Studio from a local template workspace into a reusable covenant construction and operation toolkit.

Highlights

  • Pinned the default official SilverScript compiler to 4b0e1cd69739934f92c3ac4df1bb13d912418b2b, with the previous compiler retained as a SHA-256-pinned legacy reproducibility profile.
  • Added compiler compatibility profiles, breaking-change detection, typed constructor-array adaptation, and conservative source migration.
  • Added replaceable CovenantStateSource providers that independently verify candidate covenant UTXOs.
  • Added isolated P2PK co-spend wallet authorization and a 2–32 input atomic multi-covenant transaction builder.
  • Added deterministic Merkle one-time claim and Commit/Reveal templates with operation-package builders.
  • Added mature inheritance distribution: renewal closes at the maturity boundary and an unsigned inheritor payout transaction can be built from the Studio or a portable operation package.
  • Added a four-contract TN10 Experimental KCC721 research pack with guided bilingual metadata input, deterministic local hashing, strict existing-collection validation, and atomic two-NFT transfer coverage.
  • Expanded bilingual UI and documentation for compiler migration, proofs, portable signing, atomic operations, inheritance distribution, and KCC721 workflows.

Verification

  • 36/36 automated tests passed.
  • Syntax checks and Vite production build passed.
  • Built-in templates compile with realistic constructor arguments using the pinned compiler profile.
  • macOS Apple Silicon desktop bundle rebuilt and structurally verified.
  • The application is ad-hoc signed; it is not Apple Developer ID notarized.

Safety boundary

SilverScript and the KCC721 pack remain experimental. TN10 is the recommended network. Standalone and mainnet KCC721 deployment remain blocked. Compilation, local preflight, and passing tests are not an independent security audit.


中文说明

Studio 0.2 从本地模板工作台扩展为可复用的 Covenant 构建与操作工具集。

主要更新

  • 默认官方 SilverScript 编译器固定到 4b0e1cd69739934f92c3ac4df1bb13d912418b2b,同时保留旧编译器作为 SHA-256 固定的复现档案。
  • 增加编译器兼容性档案、破坏性变更检测、构造数组类型适配和保守源码迁移。
  • 增加可替换的 CovenantStateSource,会独立复核候选 Covenant UTXO。
  • 增加只签指定输入的 P2PK co-spend 钱包授权,以及支持 2–32 个输入的原子多 Covenant 交易构建器。
  • 增加 Merkle 一次性领取和 Commit/Reveal 确定性模板与操作包构建器。
  • 完成到期继承分配流程:到期后关闭续期,并可在 Studio 内或通过便携操作包构建继承人付款交易。
  • 增加四合约 TN10 Experimental KCC721 研究包,提供中英双语元数据向导、本地确定性哈希、已有集合 ID 严格校验,以及两枚 NFT 原子转移测试。
  • 新增功能均补齐中英文界面和文档,包括编译迁移、证明、便携签名、原子操作、继承分配和 KCC721 流程。

验证结果

  • 36/36 自动化测试通过。
  • 语法检查和 Vite 生产构建通过。
  • 内置模板使用固定编译器及真实构造参数完成编译测试。
  • macOS Apple Silicon 桌面应用已重新构建并通过结构校验。
  • 应用采用 ad-hoc 签名,尚未使用 Apple Developer ID 公证。

安全边界

SilverScript 与 KCC721 实验包仍处于实验阶段,推荐使用 TN10。KCC721 普通单合约部署和主网部署仍保持禁用。成功编译、本地预检与测试通过不等于独立安全审计。

Kaspa SilverScript Studio v0.1.1

Choose a tag to compare

@w00c00 w00c00 released this 23 Jul 11:11

Kaspa SilverScript Studio v0.1.1

This release aligns the product identity and improves the first-run experience.

What changed

  • Renamed the desktop product and visible application branding to Kaspa SilverScript Studio
  • Added automatic Chinese/English selection from the operating-system language
  • Added Chinese time-zone fallback when the primary system language is neither Chinese nor English
  • Preserved manual language selection as the highest-priority local preference
  • Rewrote the README into complete Chinese and English sections
  • Clarified the built-in encrypted wallet, direct Kaspa wRPC operation, portable signing, local preflight, and website-independent runtime model
  • Added automated tests for language preference, system-language detection, and time-zone fallback

Operating model

The core covenant workflow does not depend on any website:

  • compile locally with the pinned official silverc
  • sign locally with the built-in encrypted wallet
  • preflight locally with the bundled Kaspa script engine
  • query and broadcast directly through a Kaspa wRPC node

Kascov remains the preferred optional visual and supplementary-report layer.

Verification

  • 29/29 automated tests passed
  • syntax and provenance checks passed
  • Vite production build passed
  • macOS Apple Silicon desktop bundle rebuilt
  • the application bundle is ad-hoc signed and passed strict structural verification; it is not Apple Developer ID notarized

SilverScript remains experimental. TN10 is the recommended network. Compilation and preflight are not an independent security audit.


中文说明

本次版本统一了软件品牌,并改善了首次启动体验。

更新内容

  • 桌面产品名和应用内品牌统一为 Kaspa SilverScript Studio
  • 根据操作系统首选语言自动选择中文或英文
  • 系统语言既非中文也非英文时,使用中文地区时区作为辅助判断
  • 用户手动选择的语言始终作为最高优先级本地偏好
  • README 重写为完整的中文和英文独立分区
  • 进一步说明内置加密钱包、Kaspa wRPC 节点直连、可携带签名包、本地预检和不依赖网站的运行模式
  • 新增语言偏好、系统语言和时区回退自动化测试

独立运行

核心 Covenant 操作不依赖任何网站:

  • 使用固定版本官方 silverc 在本机编译
  • 使用内置加密钱包在本机签名
  • 使用打包的 Kaspa 脚本引擎在本机预检
  • 直接通过 Kaspa wRPC 节点查询和广播

Kascov 仍作为首选但完全可选的可视化与补充报告层。

验证

  • 29/29 自动化测试通过
  • 语法和来源固定检查通过
  • Vite 生产构建通过
  • 已重新构建 macOS Apple Silicon 桌面安装包
  • 应用包已完成 ad-hoc 签名并通过严格结构校验,但尚未使用 Apple Developer ID 公证

SilverScript 仍处于实验阶段,推荐使用 TN10。成功编译和预检不等于独立安全审计。

SilverScript Studio v0.1.0

Choose a tag to compare

@w00c00 w00c00 released this 23 Jul 10:44

SilverScript Studio v0.1.0

SilverScript Studio is a local-first, bilingual desktop workbench for building and operating Kaspa SilverScript covenants.

Highlights

  • Five deterministic, compiled covenant templates
  • Encrypted local wallet and AI API-key vault
  • Portable operation packages for multi-device sequential signing
  • Self-hosted Kaspa wRPC node support
  • Pinned local transaction preflight derived from Kascov tooling
  • Optional Kascov links for visual inspection, without making the app depend on the website
  • TN10-first workflow with fail-closed mainnet safeguards

Verification

  • Full project verification completed
  • 28/28 automated tests passed
  • Frontend production build passed
  • macOS Apple Silicon DMG and ZIP attached

This is an experimental developer release. The included contracts have not completed an independent security audit and must not be treated as mainnet-ready.


SilverScript Studio v0.1.0 中文说明

SilverScript Studio 是一款本地优先、中英双语的 Kaspa SilverScript 契约开发与操作桌面工作台。

主要功能

  • 5 个确定性编译的内置契约模板
  • 本地加密钱包与 AI API Key 保险库
  • 可跨设备传递、顺序签名的操作包
  • 支持连接自建 Kaspa wRPC 节点
  • 内置固定版本的本地交易预检能力,相关实现源自 Kascov 工具
  • Kascov 仅作为可选的可视化查看入口,核心操作不依赖网站
  • 优先支持 TN10,主网操作采用默认拒绝的安全保护

验证情况

  • 已完成完整项目验证
  • 28/28 自动化测试通过
  • 前端生产构建通过
  • 附带 macOS Apple Silicon DMG 与 ZIP

当前版本面向开发者测试。内置契约尚未完成独立安全审计,不应视为已达到主网生产就绪标准。