From 0dbb75872b4f33d6e285d0c4cd898812be3fbb46 Mon Sep 17 00:00:00 2001 From: Peterjah Date: Thu, 12 Dec 2024 21:42:21 +0100 Subject: [PATCH] specify buildnet for hello world deploy --- docs/build/hello-world-dapp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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