zksync-js-sdk
v0.12.17-15
Published
fork from zksync@0.10.9
Downloads
440
Readme
About
fork from zksync@0.10.9
github.com/matter-labs/zksync/tree/master/sdk/zksync.js@2286240d87b158bb6cefc75816230370031ec593
JavaScript SDK for zkSync
zkSync is a scaling and privacy engine for Ethereum. Its current functionality scope includes low gas transfers of ETH and ERC20 tokens in the Ethereum network.
This document is a description of the JS library that can be used to interact with zkSync.
Usage
Full reference on how to use the library can be found here.
Development
Project setup
npm install
Compiles and minifies for production
npm run build