Skip to content

CellScript 0.23.0

Choose a tag to compare

@a19q3 a19q3 released this 11 Aug 13:45
· 45 commits to main since this release
v0.23.0
aa7c467

Installation

One-line install

curl -fsSL https://github.com/CellScript-Labs/CellScript/releases/latest/download/install.sh | sh

For mainland China, a GitHub proxy can be used:

curl -fsSL https://ghgo.xyz/https://github.com/CellScript-Labs/CellScript/releases/latest/download/install.sh | sh

To install this exact release:

CELLSCRIPT_VERSION=0.23.0 curl -fsSL https://github.com/CellScript-Labs/CellScript/releases/download/v0.23.0/install.sh | sh

Manual downloads

Platform Archive
macOS (Apple Silicon) cellscript-0.23.0-aarch64-apple-darwin.tar.gz
macOS (Intel) cellscript-0.23.0-x86_64-apple-darwin.tar.gz
Linux (x86_64) cellscript-0.23.0-x86_64-unknown-linux-musl.tar.gz
Linux (ARM64) cellscript-0.23.0-aarch64-unknown-linux-musl.tar.gz

Verify downloads with the attached SHA256SUMS file, then unpack the archive
and place cellc on your PATH.

The attached installer resolves releases from CellScript-Labs/CellScript and
has SHA-256 948d4088ed64aa52b28a3e60393a3d9523964c17d5bb4f7ad0e7072f5b20c356.

Registry status at release

Production mainnet Registry commitments remain disabled. The separate Pudge
Testnet Sandbox commitment path is configured, and its on-chain CellDeps are
live. Testnet evidence is not production or mainnet evidence.


Full Changelog: v0.22.0...v0.23.0