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
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
I build a contract which is compiled by Scarb. And I get a file named "hello_HelloStarknet.sierra.json" with command scarb --release build for example.
When I use command starknet declare --contract target/release/hello_HelloStarknet.sierra.json, I get this error:
You can follow these steps to pull a more recent version of the cairo package which includes the compiler but use 1003d5d14c09191bbfb64ee318d1975584b3c819 instead of the documented commit sha.
Don't forget to apply the troubleshooting section as needed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I build a contract which is compiled by Scarb. And I get a file named "hello_HelloStarknet.sierra.json" with command
scarb --release build
for example.When I use command
starknet declare --contract target/release/hello_HelloStarknet.sierra.json
, I get this error:scarb version:
starknet version:
The text was updated successfully, but these errors were encountered: