zksync-web3-rs 0.1.0

Rust SDK for zkSync Era
Documentation
1
2
3
4
5
6
7
# Copy this to `.envrc` to activate.

# Sets the L1 endpoint to be using during test phase.
export ZKSYNC_WEB3_RS_L1_PROVIDER_URL='http://localhost:8545'

# Sets the L2 endpoint to be using during test phase.
export ZKSYNC_WEB3_RS_L2_PROVIDER_URL='http://localhost:3050'