Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 651 Bytes

light-client-mainnet.md

File metadata and controls

24 lines (17 loc) · 651 Bytes

Install the secretcli Secret Network light client

  1. Get the latest release of secretcli for your OS: https://github.com/enigmampc/SecretNetwork/releases/latest.
  1. Install:

    • Mac/Windows: Rename it from secretcli-${VERSION}-${OS} to secretcli or secretcli.exe and put it in your path.
    • Ubuntu/Debian: sudo dpkg -i secret*.deb
  2. Configure:

    secretcli config chain-id secret-2
    secretcli config output json
    secretcli config indent true
    secretcli config node tcp://secret-2.node.enigma.co:26657
    secretcli config trust-node true
  3. Check the installation:

    secretcli status