@@ -10,14 +10,14 @@ _TypeScript SDK for deposits, withdrawals, and RPC access across the Elastic Net
1010[ ![ Release] ( https://img.shields.io/github/v/release/matter-labs/zksync-js?label=version )] ( https://github.com/matter-labs/zksync-js/releases/latest )
1111[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg )] ( LICENSE )
1212[ ![ X: @zksync ] ( https://img.shields.io/badge/follow-@zksync-1DA1F2?logo=x )] ( https://x.com/zksync )
13- [ ![ User Book] ( https://img.shields.io/badge/docs-user%20book-brightgreen )] ( https://matter-labs.github.io/zksync-js/ )
13+ [ ![ User Book] ( https://img.shields.io/badge/docs-user%20book-brightgreen )] ( https://matter-labs.github.io/zksync-js/latest/ )
1414
1515</div >
1616
1717<p align =" center " >
1818 <b >
19- <a href="https://matter-labs.github.io/zksync-js/latest/quickstart/">Quickstart</a> ·
20- <a href="https://matter-labs.github.io/zksync-js/">User Book</a> ·
19+ <a href="https://matter-labs.github.io/zksync-js/latest/quickstart/index.html ">Quickstart</a> ·
20+ <a href="https://matter-labs.github.io/zksync-js/latest/ ">User Book</a> ·
2121 <a href="./.github/CONTRIBUTING.md">Contributing</a>
2222 </b >
2323</p >
@@ -39,7 +39,7 @@ Install the adapter you need:
3939<summary ><strong >viem adapter</strong ></summary >
4040
4141``` bash
42- npm install @matter-labs /zksync-js viem
42+ npm install @matterlabs /zksync-js viem
4343```
4444
4545</details >
@@ -48,7 +48,7 @@ npm install @matter-labs/zksync-js viem
4848<summary ><strong >ethers adapter</strong ></summary >
4949
5050``` bash
51- npm install @matter-labs /zksync-js ethers
51+ npm install @matterlabs /zksync-js ethers
5252```
5353
5454</details >
@@ -61,8 +61,8 @@ For exhaustive examples please refer to [`./examples`](./examples/) directory.
6161
6262``` ts
6363import { JsonRpcProvider , Wallet , parseEther } from ' ethers' ;
64- import { createEthersClient , createEthersSdk } from ' @matter-labs /zksync-js/ethers' ;
65- import { ETH_ADDRESS } from ' @matter-labs /zksync-js/core' ;
64+ import { createEthersClient , createEthersSdk } from ' @matterlabs /zksync-js/ethers' ;
65+ import { ETH_ADDRESS } from ' @matterlabs /zksync-js/core' ;
6666
6767const l1Provider = new JsonRpcProvider (' https://sepolia.infura.io/v3/...' );
6868const l2Provider = new JsonRpcProvider (' https://zksync-testnet.rpc' );
@@ -85,8 +85,8 @@ console.log('Deposit complete ✅');
8585
8686``` ts
8787import { createPublicClient , createWalletClient , http , parseEther } from ' viem' ;
88- import { createViemClient , createViemSdk } from ' @matter-labs /zksync-js/viem' ;
89- import { ETH_ADDRESS } from ' @matter-labs /zksync-js/core' ;
88+ import { createViemClient , createViemSdk } from ' @matterlabs /zksync-js/viem' ;
89+ import { ETH_ADDRESS } from ' @matterlabs /zksync-js/core' ;
9090
9191const l1 = createPublicClient ({ transport: http (' https://sepolia.infura.io/v3/...' ) });
9292const l2 = createPublicClient ({ transport: http (' https://zksync-testnet.rpc' ) });
@@ -111,9 +111,9 @@ console.log('Deposit complete ✅');
111111
112112## 📚 Documentation
113113
114- - [ User Book] ( https://matter-labs.github.io/zksync-sdk / ) – guides, concepts, API docs
115- - [ How-to Guides] ( https://matter-labs.github.io/zksync-sdk/ guides/ ) – deposits, withdrawals, RPC helpers
116- - [ Concepts ] ( https://matter-labs.github.io/zksync-sdk/concepts/ ) – mental model, status vs wait, finalization
114+ - [ User Book] ( https://matter-labs.github.io/zksync-js/latest / ) – guides, concepts, API docs
115+ - [ How-to Guides] ( https://matter-labs.github.io/zksync-js/latest/ guides/index.html ) – deposits, withdrawals, RPC helpers
116+ - [ Mental Model ] ( https://matter-labs.github.io/zksync-js/latest/overview/mental-model.html ) – mental model, status vs wait, finalization
117117
118118## 🤝 Contributing
119119
0 commit comments