Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 261 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 261 Bytes

SomeERC20 token on ZKSync2.0

Template project that intended to zksync2.0

Initialization

  1. download packages
yarn
  1. instantiate .env file
cp .env.example .env
  1. fill .env file
  2. Compile smart-contract
yarn run compile