diff --git a/docs/build/hello-world-dapp.mdx b/docs/build/hello-world-dapp.mdx index 9017ee06..1b79eb12 100644 --- a/docs/build/hello-world-dapp.mdx +++ b/docs/build/hello-world-dapp.mdx @@ -168,8 +168,8 @@ This command compiles your `main.ts` contract into a `main.wasm` file generated #### Step 3: Deploy the Smart Contract -Now that your smart contract is compiled and ready, let's deploy it to the Massa blockchain. -You first need some funds in your wallet that you can request from the [faucet](/docs/build/networks-faucets/public-networks). +Now that your smart contract is compiled and ready, let's deploy it to the Massa Buildnet. +You first need some Buildnet MAS in your wallet that you can request from the [faucet](/docs/build/networks-faucets/public-networks). You can then run the following command in your project directory: ```bash