Skip to content

Commit

Permalink
Merge pull request #177 from Mide001/main
Browse files Browse the repository at this point in the history
updated hardhat contract deployment docs
  • Loading branch information
ayo-klaytn authored Dec 6, 2024
2 parents 3f6f115 + 9ab5735 commit 528897f
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/get-started/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ After initializing a hardhat project, your current directory should include:

**contracts/** – this folder contains smart contract code.

**scripts/** – this folder contains code that deploys your contracts on the blockchain network.
**ignition/modules/** – this folder contains code that deploys your contracts on the blockchain network.

**test/** – this folder contains all unit tests that test your smart contract.

Expand Down Expand Up @@ -336,7 +336,7 @@ main().catch((error) => {
**Step 3**: In the terminal, run the following command which tells Hardhat to deploy your SBT token on the Kaia Test Network (Kairos)

```bash
npx hardhat run scripts/sbtDeploy.js --network kairos
npx hardhat run ignition/modules/sbtDeploy.js --network kairos
```

![](/img/build/get-started/sbtDeploy.png)
Expand Down
Binary file modified static/img/build/get-started/hardhat-fork-bn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/hardhat-fork-bnII.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/hardhat-fork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/hardhat-init-ii.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/hardhat-init.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/sbtDeploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/sbtKS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/build/get-started/sbtTest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 528897f

Please sign in to comment.