Crates.io | notemine |
lib.rs | notemine |
version | 0.3.1 |
source | src |
created_at | 2024-09-14 06:46:57.09145 |
updated_at | 2024-09-23 00:44:15.253045 |
description | a nostr note miner compiled to wasm |
homepage | |
repository | https://github.com/sandwichfarm/notemine |
max_upload_size | |
id | 1374520 |
size | 272,242 |
notemine mines nostr notes, is written in rust, and compiles to wasm. Variable difficulty and realtime hashrate. There's a demo.
cargo install wasm-pack
cargo clean
wasm-pack build --target web --release
cd demo && npx serve
GNU General Public License v3.0
check out notemine-js
for an npm module that wraps the wasm-bindgen
interfaces as observables for use with svelte, react and vue