Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install solang-aqd using cargo #25

Open
cryptoGuru525 opened this issue Feb 26, 2024 · 1 comment
Open

Can't install solang-aqd using cargo #25

cryptoGuru525 opened this issue Feb 26, 2024 · 1 comment

Comments

@cryptoGuru525
Copy link

image
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

@cryptoGuru525 cryptoGuru525 changed the title Can't install solang-aqd using c Can't install solang-aqd using cargo Feb 26, 2024
@tareknaser
Copy link
Contributor

Apologies for the confusion.

Currently, Aqd is not published on crates.io. You can still use it by building it from the source. Here are the steps:

  1. Clone the repository: git clone https://github.com/hyperledger/solang-aqd.git
  2. Navigate to the core crate directory: cd solang-aqd/crates/aqd-core
  3. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants