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/conduitxyz/conduit-cli/master/conduitup/install | bashIf 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/conduitxyz/conduit-cli
cd conduit
# conduit
cargo install --path ./cli --profile local --bins --locked --forceOr via cargo install --git https://github.com/conduitxyz/conduit-cli --profile local --locked conduit.
See https://github.com/conduitxyz/conduit-toolchain GitHub Action.
Conduit maintains a Docker image repository.
You can pull the latest release image like so:
docker pull ghcr.io/conduitxyz/conduit-cli:latestYou can manually download nightly releases here.