Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.18 KB

zkSync quickstart Atlas

This 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.

You can deploy these contracts and run the provided scripts using Atlas:

Atlas links