Skip to content

web3/web3-plugin-zksync

Repository files navigation

zkSync Plugin for Web3.js

Use Web3.js to interact with zkSync networks.

Plugin Components

The plugin exposes the zkSync JSON-RPC API, implemented in src/rpc.methods.ts, as well as the types that are used to send and receive data using the JSON-RPC API. Smart contract definitions are located in the src/contracts folder. The plugin is implemented in src/plugin.ts.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Template

This plugin was created using the Web3.js Plugin Template.

License

MIT