Skip to content

Installation#

Dependencies#

Check supported versions section for further details.

Installation#

cargo install trident-cli

# or the specific version

cargo install --version <version> trident-cli

Supported versions#

  • We support Anchor and Solana versions specified in the table below.
Trident CLI Anchor Solana Rust
v0.6.0 >=0.29.*1 ^1.17 nightly
v0.5.0 ~0.28.* =1.16.6
v0.4.0 ~0.27.* >=1.15
v0.3.0 ~0.25.* >=1.10
v0.2.0 ~0.24.* >=1.9
  1. To use Trident with Anchor 0.29.0, run the following commands from your project's root directory after Trident initialization:
    cargo update [email protected] --precise 0.29.0
    cargo update [email protected] --precise 0.29.0