samueldanso / zksync-greeter-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zksync-greeter-tutorial

Deploy a smart contract to zkSync

Getting Started with zkSync Docs

Getting start

  1. Clone the repo
git clone https://github.com/samueldanso/zksync-greeter-example.git
  1. Install the dependencies
yarn install
# or npm, pnpm, etc..
  1. Compile the contract with the following command:
yarn hardhat compile
  1. Deploy the contract with the following command:
yarn hardhat deploy-zksync

About


Languages

Language:TypeScript 86.1%Language:Solidity 13.9%