We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo install
1 parent b5267bc commit d07eefaCopy full SHA for d07eefa
README.md
@@ -36,7 +36,7 @@ forge test
36
37
### Build WASI components
38
39
-> Install `cargo binstall cargo-component` if you have not already. -- https://github.com/bytecodealliance/cargo-component#installation
+> Install [`cargo install cargo-component --locked`](https://github.com/bytecodealliance/cargo-component#installation) if you have not already.
40
41
```bash
42
make wasi-build
@@ -65,6 +65,10 @@ cp .env.example .env
65
make start-all
66
```
67
68
+> The `start-all` command must remain running in your terminal. Use another terminal to run other commands.
69
+>
70
+> You can stop the services with `ctrl+c`.
71
+
72
### Upload your Service's Trigger and Submission contracts
73
74
0 commit comments