JAZ Chain
  • Guide
    • Products
    • Network
      • Endpoints
      • Metamask
      • Faucet
    • Glossary
    • Node Setup
      • Requirements
      • Installation
        • Using Command
        • Using Docker
      • Rotate session keys
      • Set session keys
      • Bind unique-node-nft
      • Claim Rewards
    • Run a tracing node
      • Run a Tracing Node
      • Additional Flags
      • Using a tracing Node
  • Build
    • Ethereum API
      • Libiaries
      • Dev Environments
      • Debug && Trace
        • Debug
        • Txpool
          • Trace Module
      • Gas
    • Substrate API
Powered by GitBook
On this page
  • Binary download
  • Command line installation
  1. Guide
  2. Node Setup
  3. Installation

Using Command

PreviousInstallationNextUsing Docker

Last updated 2 years ago

Binary download

chmod +x jaz-node

Command line installation

1. download jaz-node execute binary file

linux:

wget -O jaz-node https://s3.amazonaws.com/jaz.s3/bin/release-0.1.3/jaz-node

macos:

wget -O jaz-node https://s3.amazonaws.com/jaz.s3/bin/release-0.1.3/macos/jaz-node

2. change binary mode

chmod +x jaz-node

3. check jaz-node whether the installation was successful

./jaz-node --version

expected output: jaz-node 0.1.0-23b2d98-x86_64-linux-gnu

0.1.3_linux
0.1.3_macos