Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This is a ZKsync + Web3.js v4 + Node.js project in TypeScript bootstrapped with zksync-cli. It uses the ZKsync plugin for Web3.js.

Prerequisites

Getting Started

  • Make sure to install the dependencies with npm install
  • Write your code in src/main.ts
  • Run npm run start in your terminal to run your code

Configuration

The provided examples run against the ZKsync Sepolia Testnet. You can manually update the RPC URL used to create new instances of the Web3 and ZKsyncPlugin classes.

Learn more

To learn more about the ZKsync plugin for Web3.js, ZKsync, or Web3.js v4, check out the following resources: