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