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

Commit

Permalink
feat: migrate to ethers v6
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion authored and danijelTxFusion committed Sep 18, 2023
1 parent aad8df1 commit 75c14e9
Show file tree
Hide file tree
Showing 57 changed files with 18,031 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build
node_modules

.idea
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# zksync2-js
zkSync 2 JavaScript SDK
===


## Requirements

- `ethers`: ^6.7.1


## Installation

Add this package to your project:

```shell
$ yarn add zksync2-js
```
or

```shell
$ npm install zksync2-js
```


## Documentation and examples

The documentation and examples with various use cases are available [here](https://era.zksync.io/docs/api/js/).
Loading

0 comments on commit 75c14e9

Please sign in to comment.