Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 743 Bytes

ZKsync quickstart Remix

This repo contains a sample project used in the ZKsync quickstart.

The project contains the following smart contracts:

  • ZeekSecretMessages.sol: stores secret messages
  • TestToken.sol: a mintable ERC20 token

And the following scripts:

  • mint-token.ts: mints a given amount of the ERC20 token to an address.
  • paymaster-transaction.ts: sends a message to the ZeekSecreMessages.sol contract paying the transaction fees with the TestToken.sol ERC20 token.

Open in Remix