Coded Cryptozombies zkSync tutorial Lesson 17. Available at cryptozombies.io/en/lesson/17.
-
npm install
oryarn
to download packages. -
Create a
.env
based at.env.example
file and fill the environment variables. I used two metamask accounts as Bob and Alice. -
Run
npm run start
oryarn start
to start the script.