**notemine** is wasm miner for nostr notes written in rust. Variable difficulty and realtime hashrate. There's a [demo](https://sandwichfarm.github.io/notemine). It should be easy to import into your project.
```
cargo install wasm-pack
```
```
cargo clean
RUSTFLAGS="-C target-feature=+simd128" wasm-pack build --target web --release
```
```
cd demo && npx serve
```
GNU General Public License v3.0