Skip to content

conduitxyz/conduit-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit

![Telegram Support]

Conduit is the cli for the Conduit app.

Installation

First run the command below to get conduitup, the Conduit toolchain installer:

curl -L https://raw.githubusercontent.com/conduit-xyz/conduit-cli/master/conduitup/install | bash

If you do not want to use the redirect, feel free to manually download the conduitup installation script from here.

Then, run conduitup in a new terminal session or after reloading your PATH.

Other ways to use conduitup, and other documentation, can be found here. Happy conduiting!

Installing from Source

For people that want to install from source, you can do so like below:

git clone https://github.com/conduit-xyz/conduit-cli
cd conduit
# conduit
cargo install --path ./cli --profile local --bins --locked --force

Or via cargo install --git https://github.com/conduit-xyz/conduit-cli --profile local --locked conduit.

Installing for CI in Github Action

See https://github.com/conduit-xyz/conduit-toolchain GitHub Action.

Installing via Docker

Conduit maintains a Docker image repository.

You can pull the latest release image like so:

docker pull ghcr.io/conduit-xyz/conduit-cli:latest

Manual Download

You can manually download nightly releases here.