This repo contains a sample project used in the ZKsync quickstart.
The project contains the following smart contracts:
ZeekSecretMessages.sol: stores secret messagesTestToken.sol: a mintable ERC20 token
And a script that mints a given amount of the ERC20 token to an address
mint-token-evm.ts: used for EVM-compiled contracts on Remix.mint-token-era-vm.ts: used for EraVM-compiled contracts on Remix.
- Click on the "Clone" button on the "Home" tab on https://remix.ethereum.org/ to clone this repository.