Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 30 Jan 15:44
· 224 commits to main since this release

🚀 Release v0.1.8

What's Changed

Bug Fixes

Features


📦 Installation

Install via enclaveup (Recommended)

Install the installer:

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Then use it to install enclave:

enclaveup install

NPM Packages

# Install stable versions
npm install @enclave/sdk@latest
npm install @enclave/contracts@latest
npm install @enclave/config@latest
npm install @enclave/react@latest

Rust Crates

[dependencies]
enclave = "0.1.8"

💾 Binary Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer/version manager binary

Supported Platforms

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)

📝 Checksums

a012663459e91538285a95ee6637bb77eb518e795308cf9c61d00c2fd1f822ab  enclave-linux-x86_64.tar.gz
8bb7907b36bfdffa80cd6d9ddc306d401ada3246dbf33fa612a7eaba52e0316d  enclave-macos-aarch64.tar.gz
943d00cc1df46a76acf2c55a3adea22305ee33a93386b2f9042d0ed78086eabd  enclaveup-linux-x86_64.tar.gz
df47b0997b02d228bf36f60e6184cf3168c9aeed0c8583fc8ea2f1db93710691  enclaveup-macos-aarch64.tar.gz