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
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/build/tutorials/how-to/send-transaction-l1-l2.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,29 +235,13 @@ User needs to perform next steps:
235
235
236
236
1. Run local node dockerized containers. [`Instructions how to run it`](https://github.com/matter-labs/local-setup/tree/main) or use [`zksync-cli`](https://github.com/matter-labs/zksync-cli):
237
237
238
-
::: code-tabs
239
-
@tab npx
240
-
241
238
```npx
242
239
npx zksync-cli dev config
243
240
// choose: Dockerized node - Persistent state, includes L1 and L2 nodes
244
241
// choose: BE and Portal (optional)
245
242
npx zksync-cli dev start
246
243
```
247
244
248
-
@tab npm
249
-
250
-
```npm
251
-
// install zksync-cli
252
-
npm i -g zksync-cli
253
-
zksync-cli dev config
254
-
// choose: Dockerized node - Persistent state, includes L1 and L2 nodes
255
-
// choose: BE and Portal (optional)
256
-
zksync-cli dev start
257
-
```
258
-
259
-
:::
260
-
261
245
2. In the root folder of the imported project (step 1) create `file.js` and insert there code from example below
262
246
3. In the root folder add `.env` file with private key of wallet to use
0 commit comments