Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed May 20, 2024
1 parent 91a80dc commit d7e3e60
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ git clone git@github.com:argentlabs/Starknet-Scaffold.git
cd Starknet-Scaffold
```

Or install using create-starknet-app (recommended). This takes in the name and boilerplate type. If you need a basic boilerplate with frontend UI components, use the "basic" type else for full debugging suite, use "debugger". e.g
Or install using create-starknet-app (recommended). This takes in the name and boilerplate type. If you need a basic boilerplate with frontend UI components, specify the `basic` type else for full debugging suite, use `debugger`. e.g

```
npx create-starknet-app my-app debugger
```
or
```
npx create-starknet-app my-app basic
```

PS: defaults to debugger mode, if no type is specified.

## FEATURES

Expand All @@ -47,7 +53,7 @@ Scripts exists to make your life easier! Here are available scripts and features
| Deploy Contract ||
| Devnet spin up ||
| Burner wallets for debugging ||
| Starknet contract Deployer | |
| Starknet contract Deployer | |
| sepETH/sepSTRK faucet ||
| Cairo Wikipedia ||

Expand Down

0 comments on commit d7e3e60

Please sign in to comment.