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
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Contributing to zkSync Era CLI
1
+
# Contributing to zkSync CLI
2
2
3
3
## Welcome! 🎉
4
4
5
-
Hello, contributor! Thanks for thinking about helping with the `zkSync Era CLI` project. This guide will help you understand how to contribute to our CLI tool.
5
+
Hello, contributor! Thanks for thinking about helping with the zkSync CLI project. This guide will help you understand how to contribute to our CLI tool.
6
6
7
7
## Getting Started
8
8
9
-
-**Fork the project.** First, fork the `zkSync Era CLI` repository to your GitHub account.
9
+
-**Fork the project.** First, fork the `zksync-cli` repository to your GitHub account.
10
10
11
11
-**Download the project.** Now, get the project on your computer:
12
12
@@ -41,7 +41,7 @@ Hello, contributor! Thanks for thinking about helping with the `zkSync Era CLI`
41
41
42
42
## Sending a Pull Request
43
43
44
-
-**Ask to add your changes.** Go to the `zkSync Era CLI` repository on GitHub. You'll see a button "Compare & pull request." Click it and tell us about your changes.
44
+
-**Ask to add your changes.** Go to the `zksync-cli` repository on GitHub. You'll see a button "Compare & pull request." Click it and tell us about your changes.
45
45
46
46
-**Wait for feedback.** Our team will look at your changes. We might ask you to change some things.
47
47
@@ -61,7 +61,7 @@ If you have questions, you can ask on our [zkSync Community Hub](https://github.
61
61
62
62
## Thank You!
63
63
64
-
After we add your changes to the `zkSync Era CLI` project, we'll be very thankful! Your help makes our project better.
64
+
After we add your changes to the `zksync-cli` project, we'll be very thankful! Your help makes our project better.
65
65
66
66
We hope you enjoy helping and come back to help more. Thanks for being part of our team!
Copy file name to clipboardexpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
<divalign="center">
2
2
3
-
# ‣ zkSync Era CLI
3
+
# ‣ zkSync CLI
4
4
5
-

5
+

6
6
7
-
This CLI tool simplifies the process of developing applications and interacting with zkSync Era.
7
+
This CLI tool simplifies the process of developing applications and interacting with zkSync.
8
8
9
9
[Documentation](https://era.zksync.io/docs/tools/zksync-cli) | [Report a bug](https://github.com/matter-labs/zksync-cli/issues/new) | [Request a feature](https://github.com/matter-labs/zksync-cli/issues/new)
10
10
@@ -17,7 +17,7 @@ This CLI tool simplifies the process of developing applications and interacting
@@ -27,7 +27,7 @@ Or you can install the CLI globally with `npm i -g zksync-cli` and run the comma
27
27
## 💻 Commands
28
28
29
29
### Local development commands
30
-
`zksync-cli dev` - All-in-one tool for local zkSync development. It allows to easily start zkSync stack locally, for example: local Ethereum and zkSync nodes, Wallet and Bridge.
30
+
`zksync-cli dev` - Manage local zkSync development environment. It allows to easily start zkSync stack locally, for example: local Ethereum and zkSync nodes, Wallet and Bridge.
31
31
32
32
**General:**
33
33
-`zksync-cli dev start` - start local development environment (will ask to configure if starting for the first time)
@@ -44,16 +44,16 @@ In addition to default modules, you can install custom modules from NPM.
44
44
Run `zksync-cli dev` to see the full list of commands.
45
45
46
46
### Bridge commands
47
-
-`zksync-cli deposit`: deposits funds from Ethereum (L1) to zkSync (L2)
48
-
-`zksync-cli withdraw`: withdraws funds from zkSync (L2) to Ethereum (L1)
49
-
-`zksync-cli withdraw-finalize`: finalizes withdrawal of funds from zkSync (L2) to Ethereum (L1)
47
+
-`zksync-cli bridge deposit`: deposits funds from Ethereum (L1) to zkSync (L2)
48
+
-`zksync-cli bridge withdraw`: withdraws funds from zkSync (L2) to Ethereum (L1)
49
+
-`zksync-cli bridge withdraw-finalize`: finalizes withdrawal of funds from zkSync (L2) to Ethereum (L1)
50
50
51
51
### Create project commands
52
-
-`zksync-cli create-project {FOLDER_NAME}`: creates project from template in the specified folder
52
+
-`zksync-cli createproject {FOLDER_NAME}`: creates project from template in the specified folder
53
53
54
54
### Other commands
55
55
-`zksync-cli help`: Provides information about all supported commands
56
-
-`zksync-cli help <command>`: Provides detailed information about how to use a specific command. Replace <command> with the name of the command you want help with (e.g., create-project, deposit, withdraw, withdraw-finalize)
56
+
-`zksync-cli help <command>`: Provides detailed information about how to use a specific command. Replace <command> with the name of the command you want help with (e.g., `create`, `dev config`, `bridge withdraw-finalize`)
57
57
-`zksync-cli --version`: Returns the current version
58
58
59
59
@@ -68,7 +68,7 @@ If you're using [local setup (dockerized testing node)](https://github.com/matte
68
68
### Run in development mode
69
69
70
70
1. Install all dependencies with `npm i`.
71
-
2. To use CLI in development mode run `npm run dev -- [command] [options]` (eg. `npm run dev -- deposit --chain=era-testnet`).
71
+
2. To use CLI in development mode run `npm run dev -- [command] [options]` (eg. `npm run dev -- bridge deposit --chain=era-testnet`).
0 commit comments