This EE demonstrate balance transfers in ETH 2. The EE code can be run natively or in eWasm.
$ cargo build
$ cargo run
$ cargo test
To enable printouts:
$ cargo test -- --nocapture
Note: The project is currently configured to run the EE targeted for eWasm only during integration tests.