Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:50
· 288 commits to main since this release

🚀 Release v0.1.7

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.7"

💾 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

19cb4438ad84c8765b587250066581ba26cacc402aadf66c7e48397018acc973  enclave-linux-x86_64.tar.gz
4c2bf8e9d9e3c47902cf66438c8b438e0c300718d74f779df9f0f24dd0b66411  enclave-macos-aarch64.tar.gz
c43f3d65d88e0a66c3ba8decfa5788c65c4b8befa1109b3b147ca7ccc03ad643  enclaveup-linux-x86_64.tar.gz
a25b6d923c8ea106eef839a821302076f485b0034232b3e476ac0ce414798809  enclaveup-macos-aarch64.tar.gz