Skip to content

Commit

Permalink
chore: Minor update in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Apr 17, 2024
1 parent 861ddf8 commit 3cf6d2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Optionally, to enable [`simple-git-hooks`](https://github.com/toplenboren/simple

### 2. Build & deploy contracts on a local node

The `contracts/package.json` file contains shorthand scripts for building, testing, and deploying your contracts. To run these scripts, you need to set `contracts/` as the active working directory in your terminal.
The `contracts/package.json` file contains shorthand scripts for building, testing, and deploying your contracts.

> **Pre-requisites:**
>
Expand All @@ -106,6 +106,9 @@ The `contracts/package.json` file contains shorthand scripts for building, testi
> - Install [`substrate-contracts-node`](https://github.com/paritytech/substrate-contracts-node)
```bash
# Set `contracts/` as the active working directory in your terminal
cd contracts

# Build contracts and move artifacts to `contracts/deployments/{contract}/` folders
pnpm run build

Expand Down

0 comments on commit 3cf6d2d

Please sign in to comment.