Skip to content

Commit

Permalink
improve readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 26, 2024
1 parent 7658bb4 commit ca7b67b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.npm.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
cargo clean
wasm-pack build --target web --release
mv README.npm.md pkg/README.md
cp README.npm.md pkg/README.md

0 comments on commit ca7b67b

Please sign in to comment.