Installation
You have to install the following dependencies before you can install Trdelnik:
- Install Rust (
nightlyrelease) - Install Solana tool suite (
stablerelease) - Install Anchor
Trdelnik can be installed using the cargo package manager. To install
Trdelnik, run the following command:
cargo install trdelnik-cli
# or the specific version
cargo install --version <version> trdelnik-cli