We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iroha_wasm
https://docs.iroha.tech/blockchain/wasm.html
The iroha_wasm crate not found on the repo that referenced on the Cargo.toml file.
I can't run the cargo run --release command to submit and run the smart contract.
cargo run --release
The following is my Cargo.toml file
Cargo.toml
[package] name = "client" version = "0.1.0" edition = "2021" [lib] crate-type = ['cdylib'] [dependencies] iroha_wasm = { git = "https://github.com/hyperledger-iroha/iroha" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://docs.iroha.tech/blockchain/wasm.html
The
iroha_wasm
crate not found on the repo that referenced on the Cargo.toml file.I can't run the
cargo run --release
command to submit and run the smart contract.The following is my
Cargo.toml
fileThe text was updated successfully, but these errors were encountered: