Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewasm/sentinel-rs
Validator and metering injector for Ewasm
https://github.com/ewasm/sentinel-rs
ethereum ewasm webassembly
Last synced: 10 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T09:07:41.000Z (almost 4 years ago)
- Last Synced: 2023-02-28T14:27:04.857Z (over 1 year ago)
- Topics: ethereum, ewasm, webassembly
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
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