integration

package module
v0.0.0-...-38db68c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 35 Imported by: 0

README

Emulator Integration Tests

The emulator integration tests startup all the components needed for running EVM gateway and use the emulator and scripts to generate data which is after checked whether it has been correctly handled.

Running Tests

Build and run main.go with selected test:

go run ./main.go --test {NAME}

// TODO right now the --test flag is not supported and a default test is run.

Producing fixtures

Files in the fixtures folder can be produced by using a solc compiler or simply by using remix online IDE. You can simply paste the test.sol, change it the way you see fit and compile, which will produce ABI JSON and compiled binary. You then replace contents of test-abi.json with new ABI and test.bin with the compiled binary.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL