Skip to content

Vanclief/zksync-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZkSync Developer Quickstart

This is the code from the ZkSync Developer Quickstart Hello World tutorial.

Disclaimer: I am not affiliated in any way with the zkSync team.

Instructions

  1. Clone the repository
git clone https://github.com/Vanclief/zksync-example.git 
  1. Install the dependencies

yarn install

  1. Get tokens from the zkSync faucet

Go to the zkSync portal, login with your Metamask wallet and click on Faucet from the left menu bar.

  1. Add your private key

Add your private key to the deploy/deply.ts file:

const wallet = new Wallet("0x..."); // Your private key goes here

  1. Compile the contract

yarn hardhat compile

  1. Deploy the contract

yarn hardhat deploy-zksync

About

Working code from the Developer quickstart from zkSync

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors