modulepackage
0.0.0-20181019203338-7ac8f0f29091
Repository: https://github.com/dev43/ethtest.git
Documentation: pkg.go.dev
# README
ethtest
go get -v github.com/Dev43/ethtest
In your go code:
import "github.com/Dev43/ethtest"
# Functions
EvmIncreaseTime : Jump forward in time.
EvmMine : Force a block to be mined.
EvmRevert Revert the state of the blockchain to a previous snapshot.
EvmSnapshot: Snapshot the state of the blockchain at the current block.