Skip to content

Commit

Permalink
specify buildnet for hello world deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Dec 12, 2024
1 parent 10dc7f8 commit c5e5fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/hello-world-dapp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5e5fa3

Please sign in to comment.