Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 412 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 412 Bytes

zkSync-Tutorial

Coded Cryptozombies zkSync tutorial Lesson 17. Available at cryptozombies.io/en/lesson/17.

How to start?

  1. npm install or yarn to download packages.

  2. Create a .env based at .env.example file and fill the environment variables. I used two metamask accounts as Bob and Alice.

  3. Run npm run start or yarn start to start the script.