Lightstreams
WebsiteGithub
  • Lightstreams Docs
  • Why Lightstreams
    • Data Sovereignty
  • Overview
    • Privacy and Confidentiality
  • PRODUCTS
    • Smart Vault
      • Disclosures and Disclaimer
      • Demo
      • Getting Started
        • Install
        • Run a Smart Vault Node
        • Share a Private File
      • Smart Vault SDK
        • Smart Vault API
        • Smart Vault JS SDK
        • Smart Vault CLI
  • More
    • Github
Powered by GitBook
On this page
  • Download Leth
  • Update Permissions
  • Validate versions

Was this helpful?

  1. PRODUCTS
  2. Smart Vault
  3. Getting Started

Install

Download Leth

Download binaries

== macOS ==

wget "https://s3.eu-central-1.amazonaws.com/lightstreams-public/leth/latest/leth-osx" -O /usr/local/bin/leth

== Linux (amd64) ==

wget "https://s3.eu-central-1.amazonaws.com/lightstreams-public/leth/latest/leth-linux-amd64" -O /usr/local/bin/leth

Update Permissions

For downloaded binaries, set the right executable permissions, as follow:

chmod u+x /usr/local/bin/leth

Validate versions

> leth version
Version: 0.33.0-alpha Demo

PreviousGetting StartedNextRun a Smart Vault Node

Last updated 1 year ago

Was this helpful?