- Testing zkSync on testnet with a Greeter smart contract deployed via Hardhat and a Vue.js dApp.
- Loom Video Demo
- zkSync Greeter contract
cp .env.example .env
yarn
hh compile
hh deploy-zksync // update GREETER_CONTRACT_ADDRESS in ./frontend/src/App.vue
cd frontend
yarn
yarn serve