Skip to content

Commit

Permalink
chore: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngozi-Txfusion committed Jun 25, 2024
1 parent 7349610 commit ed47697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/sdk/10.js/00.ethers/00.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: ["zksync", "sdks", "zksync Era SDK", "ethereum", "era network", "javascrip
The zksync-ethers SDK versions enable developers to interact seamlessly with the ZKsync Era blockchain. These SDKs
support common operations developers require and serve as an excellent starting point for those new to the ZKsync Era.

## Available SDK Versions
## Available SDK versions

There are two main versions of the zksync-ethers SDK: V5 and V6. Each version caters to different needs and provides
distinct features and improvements.
Expand All @@ -16,7 +16,7 @@ distinct features and improvements.
For installation instructions, check out the [installation guide](/sdk/js/ethers/installation-js).
::

## Choosing the Right Version
## Choosing the right version

Choosing the right version of the zksync-ethers SDK depends on your project requirements and development goals. Here is
a quick comparison to help you decide:
Expand Down
4 changes: 2 additions & 2 deletions content/sdk/10.js/00.ethers/01.installation-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Ensure you have the following installed on your machine:
- [Node.js](https://nodejs.org/) (version 14.x or later)
- [npm](https://www.npmjs.com/) (version 6.x or later) or [yarn](https://yarnpkg.com/) (version 1.x or later)

### Installation Steps
### Installation steps

#### Step 1: Initialize Your Project
#### Step 1: Initialize your project

Create a new Node.js project or navigate to your existing project directory.

Expand Down
2 changes: 1 addition & 1 deletion content/sdk/10.js/00.ethers/02.why-zksync-ethers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ corresponding `ethers` objects and override only the fields that need to be chan
The library is designed so that after replacing `ethers` with `zksync-ethers`, most client applications will work out
of the box.

### Developer Experience
### Developer experience

The `zksync-ethers` SDK offers an enhanced developer experience by closely mirroring the interface and usage patterns
of `ethers`, making it easy for developers familiar with `ethers` to transition. This seamless integration means
Expand Down

0 comments on commit ed47697

Please sign in to comment.