diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 97a1503acee..2dbf269d09c 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -256,14 +256,19 @@ Bytecode size is 260 bytes. ### 3. Deploy the contract -To deploy the contract we just need to use the `forc` tool with some parameters to inform the node address. +To deploy the contract we just need to use the `forc-client` plugin with some parameters to inform the node address. Inside `my-fuel-dapp/contract` run; ```sh -forc deploy --url localhost:4000 +forc deploy --url localhost:4000 --unsigned ``` +`--url` sets the URL of the Fuel node to deploy your contract to. +`--unsigned` tells `forc-client` to not sign your transaction. + +For more information on `forc-client` and its parameters, visit the [forc client section](https://fuellabs.github.io/sway/master/forc_client.html) in the Sway book. + You should see something like this; ```sh