We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c586 commit 1778c17Copy full SHA for 1778c17
README.md
@@ -50,6 +50,35 @@ Confirm the Sway toolchain built successfully:
50
cargo run --bin forc -- --help
51
```
52
53
+## All other scripts/commands
54
+
55
+For all other scripts and commands use https://github.com/casey/just:
56
57
+```
58
+> just --list
59
+Available recipes:
60
+ [automation]
61
+ update-contract-ids
62
+ update-fuel-dependencies
63
64
+ [benchmark]
65
+ benchmark
66
+ benchmark-tests
67
+ collect-gas-usage
68
69
+ [build]
70
+ build-highlightjs
71
+ build-prism
72
+ generate-sway-lib-std
73
74
+ [ci]
75
+ ci-check
76
+ install-ci-check
77
78
+ [test]
79
+ test-forc-fmt-check-panic
80
81
82
## Contributing to Sway
83
84
We welcome contributions to Sway!
0 commit comments