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
I could download the tar and extract it, what then? I guess I have to put substrate-contracts-node in my PATH, but no instructions are given (command not found: substrate-contracts-node)
If I open the binary manually and in a different terminal tab, inside the flipper contract example, I run cargo contract build I get ERROR: Loading of original wasm failed (cargo test was instead successfull).
The text was updated successfully, but these errors were encountered:
kopeboy
changed the title
How to install
How to install and build a contract
Dec 4, 2023
Not enough info at https://docs.substrate.io/tutorials/smart-contracts/prepare-your-first-contract/#install-the-substrate-contracts-node
I could download the tar and extract it, what then? I guess I have to put
substrate-contracts-node
in my PATH, but no instructions are given (command not found: substrate-contracts-node
)If I open the binary manually and in a different terminal tab, inside the flipper contract example, I run
cargo contract build
I getERROR: Loading of original wasm failed
(cargo test was instead successfull).The text was updated successfully, but these errors were encountered: