https://github.com/ewasm/sentinel-rs
Validator and metering injector for Ewasm
https://github.com/ewasm/sentinel-rs
ethereum ewasm webassembly
Last synced: about 1 year ago
JSON representation
Validator and metering injector for Ewasm
- Host: GitHub
- URL: https://github.com/ewasm/sentinel-rs
- Owner: ewasm
- Created: 2018-08-11T21:43:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T09:07:41.000Z (over 5 years ago)
- Last Synced: 2025-03-23T23:37:31.722Z (about 1 year ago)
- Topics: ethereum, ewasm, webassembly
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentinel.rs
Validator and metering injector for eWASM.
## Build
1. Install wasm-chisel
```sh
$ cargo install chisel
```
Make sure to install at least 0.5.0.
2. Build sentinel
```sh
$ cargo build --release --target wasm32-unknown-unknown
```
The resulting binary is at `target/wasm32-unknown-unknown/release/sentinel_rs.wasm`.
3. Transform with chisel
```sh
$ chisel run
```
Now you have the binary ready.
## Author(s)
Alex Beregszaszi
## License
Apache 2.0