Conduit is the cli for the Conduit app.
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!
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
.
See https://github.com/conduit-xyz/conduit-toolchain GitHub Action.
Conduit maintains a Docker image repository.
You can pull the latest release image like so:
docker pull ghcr.io/conduit-xyz/conduit-cli:latest
You can manually download nightly releases here.