Skip to content

Utilities to generate end-to-end test data for test-harness.

Notifications You must be signed in to change notification settings

distributed-lab/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. Generate predeployed_contracts_artifacts.json file in the era-contracts repository
yarn sc generate-test-harness-artifacts
  1. Replace the predeployed_contracts_artifacts.json file in the root of this repo with the file generated in system-contracts/predeployed_contracts_artifacts.json

  2. Run

yarn build

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

About

Utilities to generate end-to-end test data for test-harness.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Solidity 89.0%
  • TypeScript 11.0%