Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit f6271fa

Browse files
authored
fix: removing npm tab for zksync-cli (#921)
1 parent a2cf740 commit f6271fa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/build/tutorials/how-to/send-transaction-l1-l2.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,29 +235,13 @@ User needs to perform next steps:
235235

236236
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):
237237

238-
::: code-tabs
239-
@tab npx
240-
241238
```npx
242239
npx zksync-cli dev config
243240
// choose: Dockerized node - Persistent state, includes L1 and L2 nodes
244241
// choose: BE and Portal (optional)
245242
npx zksync-cli dev start
246243
```
247244

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-
261245
2. In the root folder of the imported project (step 1) create `file.js` and insert there code from example below
262246
3. In the root folder add `.env` file with private key of wallet to use
263247

0 commit comments

Comments
 (0)