mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-09 13:18:44 +00:00

This PR includes a docs CI to prevent the docs-hub from breaking You can find a README for the CI [here](https://github.com/FuelLabs/github-actions/blob/master/docs-hub/README.md). This replaces the previous markdown lint CI.
382 B
382 B
EXAMPLE
You can use forc deploy
, which triggers a contract deployment transaction and sends it to a running node.
Alternatively, you can deploy your Sway contract programmatically using fuels-rs, our Rust SDK.
You can find an example within our fuels-rs book.