Skip to main content

Documentation/Block Builders/Running a builder/Install & Run a Node

Compiled Binaries

How to install and run the Signet node from pre-compiled binaries.

Installation

  1. Download binary from github releases

  2. Configure the environment variables as needed

  3. Copy the binary from the release to a location in your users path

    bash
    tar xzf signet-client-v0.1.0-alpha-1 signet
    cp signet /usr/local/bin
  4. Run Signet

    bash
    signet node \
        --chain parmigiana \
        --authrpc.jwtsecret /path/to/your/jwt.secret \
        --http \
        --http.addr 127.0.0.1 \
        --http.api eth,net,trace,txpool,web3,rpc,debug,ots
ESC

Start typing to search documentation...

Navigate Select ⌘K Open