-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor-frontend
- Loading branch information
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ Before you begin, you need to install the following tools: | |
- [Node (v18 LTS)](https://nodejs.org/en/download/) | ||
- [Rust](https://www.rust-lang.org/tools/install) | ||
- [Git](https://git-scm.com/downloads) | ||
- [Scarb](https://docs.swmansion.com/scarb/docs.html) | ||
- [Starknet Foundry](https://foundry-rs.github.io/starknet-foundry/) | ||
|
||
## QUICKSTART | ||
|
||
|
@@ -23,7 +21,7 @@ git clone [email protected]: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 fullstack boilerplate with frontend UI components, specify the `fullstack` type, if you need just contracts specify, `contract_only`, else for full debugging suite, use `debugger`. | ||
Or install using create-starknet-app (recommended). | ||
|
||
PS: defaults to debugger mode, if no type is specified. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters