You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before getting started, make sure you’ve met the requirements listed in the [Soroban documentation](https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup) and that the following tools are installed :
21
+
Before getting started, make sure you’ve met the requirements listed in the
-[Cargo](https://doc.rust-lang.org/cargo/) (comes with Rust)
23
-
- Rust target: install the compilation target listed in the [Soroban setup guide](https://developers.stellar.org/docs/build/smart-contracts/getting-started/setup)
27
+
- Rust target: install the compilation target listed in the
When you run `stellar scaffold init`, it creates a frontend-focused project structure with example contracts:
97
+
When you run `stellar scaffold init`, it creates a frontend-focused project
98
+
structure with example contracts:
92
99
93
100
```
94
101
my-project/ # Your initialized project
@@ -108,4 +115,7 @@ my-project/ # Your initialized project
108
115
└── .env # Local environment variables
109
116
```
110
117
111
-
This template provides a ready-to-use frontend application with example smart contracts and their TypeScript clients. You can use these as reference while building your own contracts and UI. The frontend is set up with Vite, React, and includes basic components for interacting with the contracts.
118
+
This template provides a ready-to-use frontend application with example smart
119
+
contracts and their TypeScript clients. You can use these as reference while
120
+
building your own contracts and UI. The frontend is set up with Vite, React, and
121
+
includes basic components for interacting with the contracts.
0 commit comments