Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 463 Bytes

zksync-greeter

cp .env.example .env
yarn
hh compile
hh deploy-zksync // update GREETER_CONTRACT_ADDRESS in ./frontend/src/App.vue
cd frontend
yarn
yarn serve