Skip to content

matter-labs/test-contract

 
 

Repository files navigation

Test data generator for the era-zkevm_test_harness

This repo generates the test artifacts for the basic test of the era-zkevm_test_harness repository.

To generate the test data do the following:

  1. Checkout era-contracts, and make sure to compile system-contracts
cd ../era-contracts && yarn sc build
  1. Generate predeployed_contracts_artifacts.json file
 SYSTEM_CONTRACTS_DIR=../anvil-zksync/contracts/system-contracts   yarn collect-system-contract
  1. Run
yarn build

The generated artifacts will be available in the test_artifacts/basic_test.json file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 78.7%
  • TypeScript 21.3%