You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there
I tried to install aqd using cargo,
I used this command: cargo install --force --locked aqd
But I got this error.
error: could not find aqd in registry crates-io with version *
Please let me know how to fix it.
Thanks
The text was updated successfully, but these errors were encountered:
devlegend524
changed the title
Can't install solang-aqd using c
Can't install solang-aqd using cargo
Feb 26, 2024
Currently, Aqd is not published on crates.io. You can still use it by building it from the source. Here are the steps:
Clone the repository: git clone https://github.com/hyperledger/solang-aqd.git
Navigate to the core crate directory: cd solang-aqd/crates/aqd-core
Install the tool: cargo install --force --locked --path .
We plan to publish Aqd on crates.io soon. In the meantime, these steps should allow you to use it.
Let us know if you encounter any issues or have further questions!
Hi, there
I tried to install aqd using cargo,
I used this command: cargo install --force --locked aqd
But I got this error.
error: could not find
aqd
in registrycrates-io
with version*
Please let me know how to fix it.
Thanks
The text was updated successfully, but these errors were encountered: