diff --git a/Cargo.lock b/Cargo.lock index 5195851..15db8e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "notemine" -version = "0.3.1" +version = "0.3.2" dependencies = [ "console_error_panic_hook", "hex", diff --git a/README.npm.md b/README.npm.md index 30cf129..8c659e2 100644 --- a/README.npm.md +++ b/README.npm.md @@ -1,9 +1,9 @@ # note⛏️ **notemine** mines nostr notes, is written in rust, targets web and compiles to wasm. Variable difficulty and realtime hashrate. There's a [demo](https://sandwichfarm.github.io/notemine). -If you're looking for a native miner that leverages hardware acceleration, check out [`notemine-hw`](https://github.com/plebemineira/notemine_hw) - -# bindings +# related +- [`notemine-js`](https://github.com/sandwichfarm/notemine-js) is an npm module that wraps this package with observables for use with modern stacks. +- [`notemine-hw`](https://github.com/plebemineira/notemine_hw) is a fork ported to a cli application that leverages hardware acceleration # install ```js diff --git a/scripts/build.sh b/scripts/build.sh index 4e7b353..6278a53 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ #!/bin/bash cargo clean wasm-pack build --target web --release -mv README.npm.md pkg/README.md \ No newline at end of file +cp README.npm.md pkg/README.md \ No newline at end of file