Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scaffold.md #836

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/espace/tutorials/scaffoldCfx/scaffold.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Watch this [video](https://youtu.be/33S0IjGGsQg) for full tutorial on how to cre

## Clone Scaffold Conflux

In your visual studio terminal, run the following to clone the repo and install the dependencies.
In your visual studio terminal, run the following to clone the repository and install the dependencies.

```bash
git clone https://github.com/conflux-fans/conflux-scaffold
Expand All @@ -56,7 +56,7 @@ In the folder directory of `conflux-scaffold` you will have the following:
The repository contains two main sections. The first section is for hardhat.
- You can adjust your smart contract solidity files in /conflux-scaffold/packages/hardhat/contracts
- For example, the current sample solidity file is "YourContract.sol"
- Start up your blockchain for testing purposes. We do this to easily create accounts and interact with the smart contract without deploying it on testnet (i.e. RPC limits) and Conflux eSpace (i.e. gas fees)
- Start up your local blockchain for testing purposes. This allows you to easily create accounts and interact with the smart contract without deploying it on testnet (i.e. RPC limits) and Conflux eSpace (i.e. gas fees)

```bash
yarn chain
Expand Down Expand Up @@ -154,4 +154,4 @@ yarn vercel

Follow the instructions for deployment on vercel.

If you have any questions, please refer to the video for full tutorial [video](https://youtu.be/33S0IjGGsQg). It includes how to verify your contract on confluxscan and the command for hardhat testing.
If you have any questions, please refer to the video for full tutorial [video](https://youtu.be/33S0IjGGsQg). It includes how to verify your contract on confluxscan and the command for hardhat testing.
Loading