This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aad8df1
commit 75c14e9
Showing
57 changed files
with
18,031 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
build | ||
node_modules | ||
|
||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |
Oops, something went wrong.