Skip to content
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
26 changes: 14 additions & 12 deletions smart-assembly-scaffold/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,25 @@ You should now see the account in your wallet, and be able to use it to interact

### Step 2: 🏗️ Deploy Anvil, Contracts, and World Explorer

Navigate to the project’s root directory with:
1. Install the needed npm dependencies:

```bash
cd smart-assembly-scaffold
```
```bash
cd smart-assembly-scaffold
pnpm install
```

Install the dependencies with:
2. Create your environment file:

```bash
pnpm install
```
```bash
cp packages/client/.envsample packages/client/.env
cp packages/contracts/.envsample packages/contracts/.env
```

From the project’s root directory, run:
3. Deploy to your local test environment

```bash
pnpm run dev
```
```bash
pnpm dev
```

This command will:

Expand Down