Categorygithub.com/Tangui-Bitfly/ethsimtracer
modulepackage
0.0.0-20241031103622-e76546c3d9c1
Repository: https://github.com/tangui-bitfly/ethsimtracer.git
Documentation: pkg.go.dev

# README

ethsimtracer

This is a simple "fork" of the simulated package of go-ethereum.

The source can be found here

The only change is the inclusion of the trace api.

# Functions

NewBackend creates a new simulated blockchain that can be used as a backend for contract bindings in unit tests.

# Structs

Backend is a simulated blockchain.

# Interfaces

Client exposes the methods provided by the Ethereum RPC client.