https://github.com/quilt/see
simple ee
https://github.com/quilt/see
Last synced: about 1 month ago
JSON representation
simple ee
- Host: GitHub
- URL: https://github.com/quilt/see
- Owner: quilt
- Created: 2020-01-10T01:08:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T20:09:18.000Z (over 5 years ago)
- Last Synced: 2025-04-01T22:52:50.580Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 50.8 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEE - Simple EE
This EE demonstrate balance transfers in ETH 2. The EE code can be run natively or in eWasm.### Build
```bash
$ cargo build
```### Run EE code target for native platform
```bash
$ cargo run
```### Run EE code target for wasm
```bash
$ cargo test
```To enable printouts:
```bash
$ cargo test -- --nocapture
```> Note: The project is currently configured to run the EE targeted for eWasm only during integration tests.