From ed47697a044535b301b0531d6e8abacb1868f611 Mon Sep 17 00:00:00 2001 From: Ngozi-Txfusion Date: Tue, 25 Jun 2024 14:07:21 +0100 Subject: [PATCH] chore: minor update --- content/sdk/10.js/00.ethers/00.index.md | 4 ++-- content/sdk/10.js/00.ethers/01.installation-js.md | 4 ++-- content/sdk/10.js/00.ethers/02.why-zksync-ethers.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/sdk/10.js/00.ethers/00.index.md b/content/sdk/10.js/00.ethers/00.index.md index 7cf9e633..da1c4ad1 100644 --- a/content/sdk/10.js/00.ethers/00.index.md +++ b/content/sdk/10.js/00.ethers/00.index.md @@ -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. @@ -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: diff --git a/content/sdk/10.js/00.ethers/01.installation-js.md b/content/sdk/10.js/00.ethers/01.installation-js.md index 49769f1a..9fdccaa7 100644 --- a/content/sdk/10.js/00.ethers/01.installation-js.md +++ b/content/sdk/10.js/00.ethers/01.installation-js.md @@ -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. diff --git a/content/sdk/10.js/00.ethers/02.why-zksync-ethers.md b/content/sdk/10.js/00.ethers/02.why-zksync-ethers.md index bde7e581..daa331fa 100644 --- a/content/sdk/10.js/00.ethers/02.why-zksync-ethers.md +++ b/content/sdk/10.js/00.ethers/02.why-zksync-ethers.md @@ -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