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 the following scripts:
mint-token.ts
: mints a given amount of the ERC20 token to an address.paymaster-transaction.ts
: sends a message to theZeekSecreMessages.sol
contract paying the transaction fees with theTestToken.sol
ERC20 token.