Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sandwichfarm/minnote-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 15, 2024
2 parents 6ce19aa + 7dbe9ed commit ab1ea9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# note⛏️
**notemine** mines nostr notes, is written in rust, and compiles to wasm. Variable difficulty and realtime hashrate. There's a [demo](https://sandwichfarm.github.io/notemine). It should be easy to import into your project.
**notemine** mines nostr notes, is written in rust, and compiles to wasm. Variable difficulty and realtime hashrate. There's a [demo](https://sandwichfarm.github.io/notemine).

# deps
```
Expand All @@ -19,3 +19,6 @@ cd demo && npx serve

# license
GNU General Public License v3.0

# related
check out [`notemine-js`](https://github.com/sandwichfarm/notemine-js) for an npm module that provides observables for use with svelte, react and vue

0 comments on commit ab1ea9b

Please sign in to comment.