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 b7c9c18 commit c41cf56
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions content/sdk/10.js/00.ethers/01.installation-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@ npm init -y
Install the `zksync-ethers` library along with its peer dependency, `ethers`. Choose the appropriate
version of `ethers` based on your needs.

##### Using yarn

::code-group

```sh [ethers-v5]
yarn add zksync-ethers@5 ethers@5
```

```sh [ethers-v6]
yarn add zksync-ethers ethers@6
```

::

##### Using npm

::code-group

```sh [ethers-v5]
Expand All @@ -64,15 +48,3 @@ npm install zksync-ethers ethers@6
```

::

## GO

### Prerequisites

- Go: >=1.17 ([installation guide](https://go.dev/dl/))

In order to install SDK for ZKsync Era, run the command below in your terminal.

```shell
go get github.com/zksync-sdk/zksync2-go
```

0 comments on commit c41cf56

Please sign in to comment.