Closed batphonghan closed 1 year ago
brew install kurtosis-tech/tap/kurtosis-cli
kurtosis engine start
cd testing && go test ./... -v
[X] Eth1/eth2 run in docker container manage by kurtosis_context in our Go test code
kurtosis_context
[X] Smart contracts deploy to eth1 (anvil)
[X] Start node in separate goroutine to start node
[X] Config file + data at ~/.stader_testing folder
~/.stader_testing
[X] Init wallet [X] Http-test server
[X] Verify pre-sign messages
How to test this locally:
brew install kurtosis-tech/tap/kurtosis-cli
to install kurtosiskurtosis engine start
to start enginecd testing && go test ./... -v
What's in this PR:
[X] Eth1/eth2 run in docker container manage by
kurtosis_context
in our Go test code[X] Smart contracts deploy to eth1 (anvil)
[X] Start node in separate goroutine to start node
[X] Config file + data at
~/.stader_testing
folder[X] Init wallet [X] Http-test server
[X] Verify pre-sign messages