Skip to content

Commit

Permalink
Merge pull request #230 from dramarereg/main
Browse files Browse the repository at this point in the history
fix: update broken links kaia-contracts-wizard.md
  • Loading branch information
praveen-kaia authored Feb 24, 2025
2 parents 8e02c39 + d99d2dc commit 011b54a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ In this section we will go through deploying our generated smart contract code u

### Getting Started

While getting started with foundry, you must have been exposed to the preliminary way of delaying contracts using [forge create](https://book.getfoundry.sh/reference/forge/forge-create.html). Recently, the Foundry team came up with a more user friendly way of declaratively deploying contracts using Solidity called [Solidity Scripting](https://book.getfoundry.sh/tutorials/solidity-scripting#solidity-scripting) i.e writing deployment scripts in solidity instead of JavaScript.
While getting started with foundry, you must have been exposed to the preliminary way of delaying contracts using [forge create](https://book.getfoundry.sh/reference/forge/forge-create.html). Recently, the Foundry team came up with a more user friendly way of declaratively deploying contracts using Solidity called [Solidity Scripting](https://book.getfoundry.sh/guides/scripting-with-solidity#scripting-with-solidity) i.e writing deployment scripts in solidity instead of JavaScript.

In this section, we will deploy our contract using solidity scripting in Foundry.

Expand Down Expand Up @@ -415,7 +415,7 @@ Subsequently, we called the **vm.startBroadcast(deployerPrivateKey)** special ch

We then created the respective contract. This contract creation will be recorded by forge because we previously called the vm.startBroadcast() cheat code.

Now that we have gotten an overview of what each line entails, you can move on to deploy the contracts. Click this [link](https://book.getfoundry.sh/tutorials/solidity-scripting#writing-the-script), to learn more about writing scripts and other details.
Now that we have gotten an overview of what each line entails, you can move on to deploy the contracts. Click this [link](https://book.getfoundry.sh/guides/scripting-with-solidity#writing-the-script), to learn more about writing scripts and other details.

At the root of the project run

Expand Down

0 comments on commit 011b54a

Please sign in to comment.