Back to Sway

Forc Deploy

scripts/mdbook-forc-documenter/examples/forc_deploy.md

0.71.0381 B
Original Source
<!-- markdownlint-disable MD041 -->

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.